|
|
|
@ -6,30 +6,47 @@
|
|
|
|
<!-- param pour l'id de l'acte -->
|
|
|
|
<!-- param pour l'id de l'acte -->
|
|
|
|
<xsl:param name="numero"/>
|
|
|
|
<xsl:param name="numero"/>
|
|
|
|
<!-- STRUCTURATION GLOBALE -->
|
|
|
|
<!-- STRUCTURATION GLOBALE -->
|
|
|
|
<xsl:template match="/">\documentclass{article}
|
|
|
|
<xsl:template match="/">\\documentclass{memoir}
|
|
|
|
\usepackage[frenchb]{babel}
|
|
|
|
\usepackage[frenchb]{babel}
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\usepackage{setspace}
|
|
|
|
\usepackage{setspace}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
% header
|
|
|
|
|
|
|
|
%\usepackage{fancyhdr}
|
|
|
|
|
|
|
|
%\pagestyle{fancy}
|
|
|
|
|
|
|
|
%\fancyhf{}
|
|
|
|
|
|
|
|
%\chead{\textit{Jean-Damien Généro}}
|
|
|
|
|
|
|
|
%\renewcommand{\headrulewidth}{0pt}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
% notes de fin de section
|
|
|
|
\usepackage{endnotes}
|
|
|
|
\usepackage{endnotes}
|
|
|
|
\renewcommand{\theendnote}{(\alph{endnote})}
|
|
|
|
\renewcommand{\theendnote}{(\alph{endnote})}
|
|
|
|
\renewcommand*{\enoteheading}{}
|
|
|
|
\renewcommand*{\enoteheading}{}
|
|
|
|
|
|
|
|
|
|
|
|
% URLs
|
|
|
|
% URLs
|
|
|
|
\usepackage[colorlinks=true,linkcolor=black,anchorcolor=black,citecolor=black,filecolor=black,menucolor=black,runcolor=black,urlcolor=blue]{hyperref}
|
|
|
|
\usepackage[colorlinks=true,linkcolor=black,anchorcolor=black,citecolor=black,filecolor=black,menucolor=black,runcolor=black,urlcolor=blue]{hyperref}
|
|
|
|
\usepackage{xurl}
|
|
|
|
\usepackage{xurl}
|
|
|
|
\usepackage{tabularx}
|
|
|
|
|
|
|
|
|
|
|
|
% tableaux
|
|
|
|
|
|
|
|
%\usepackage{tabularx}
|
|
|
|
|
|
|
|
%\usepackage[]{graphicx}
|
|
|
|
|
|
|
|
%\usepackage[dvipsnames]{xcolor}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
% augmente les marges de la pages
|
|
|
|
\usepackage[textwidth=6in]{geometry}
|
|
|
|
\usepackage[textwidth=6in]{geometry}
|
|
|
|
\usepackage[]{graphicx}
|
|
|
|
|
|
|
|
\usepackage[dvipsnames]{xcolor}
|
|
|
|
% retirer les subsubsection du compteur
|
|
|
|
\usepackage{chngcntr}% http://ctan.org/pkg/chngcntr
|
|
|
|
%\counterwithout{subsubsection}{subsection}
|
|
|
|
\xdefinecolor{rhodamine}{named}{Rhodamine}
|
|
|
|
|
|
|
|
\counterwithout{subsubsection}{subsection}
|
|
|
|
% titre de la TOC
|
|
|
|
\renewcommand\thesubsection{\Roman{subsection}.}
|
|
|
|
|
|
|
|
\renewcommand\thesubsubsection{§ \arabic{subsubsection}}
|
|
|
|
|
|
|
|
\renewcommand*\contentsname{\centering{Sommaire}}
|
|
|
|
\renewcommand*\contentsname{\centering{Sommaire}}
|
|
|
|
|
|
|
|
|
|
|
|
% source How to vertically center two images next to each other?
|
|
|
|
% centrer les titres de section
|
|
|
|
% https://tex.stackexchange.com/questions/7219/how-to-vertically-center-two-images-next-to-each-other
|
|
|
|
\usepackage{titlesec}
|
|
|
|
|
|
|
|
\titleformat{\section}[block]{\Large\bfseries\filcenter}{}{1em}{}
|
|
|
|
|
|
|
|
\setcounter{secnumdepth}{0}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
% titre, auteur, date
|
|
|
|
\title{Actes de Charles Ier}
|
|
|
|
\title{Actes de Charles Ier}
|
|
|
|
\author{Jean-Damien Généro}
|
|
|
|
\author{Jean-Damien Généro}
|
|
|
|
\date{Juillet 2022}
|
|
|
|
\date{Juillet 2022}
|
|
|
|
|