Parcourir la source

bouge les fichiers latex titleclass

Hugo Roy il y a 8 ans
Parent
commit
169d225213

+ 20 - 0
pandocincludes/titleclass-cedh.tex

@@ -0,0 +1,20 @@
+\titleclass{\chapter}{straight}
+%\titleformat{\chapter}[display]{\huge\sffamily\bfseries}{}{0pt}{\thechapter. }
+%\renewcommand{\thechapter}{\Roman{chapter}}
+\titleformat{\chapter}[hang]{\bfseries}{}{0pt}{\thechapter.~}
+%\titleformat{name=\chapter,numberless}[display]{\centering\Large}{}{0pt}{%
+%\scshape\MakeLowercase}
+\renewcommand{\thesection}{\thechapter.\arabic{section}}
+\titleformat{\section}[hang]{\bfseries}{}{0pt}{\thesection.~}
+\titleformat{\subsection}[hang]{\bfseries}{}{0pt}{\thesubsection.~}
+\titleformat{\subsubsection}[hang]{\bfseries}{}{0pt}{\thesubsubsection.~}
+
+\titlespacing{\chapter}{0pt}{0pt}{0pt}
+\titlespacing{\section}{0pt}{0pt}{0pt}
+\titlespacing{\subsection}{0pt}{0pt}{0pt}
+\titlespacing{\subsubsection}{0pt}{0pt}{0pt}
+
+\newpagestyle{cedh}[\scriptsize\scshape]{
+\sethead[][FDN, FFDN \& LQDN contre France -- Annexe][]{}{FDN, FFDN \& LQDN contre France -- Annexe}{}
+\setfoot[][\footnotesize\thepage][]{}{\footnotesize\thepage}{}
+}

+ 8 - 0
pandocincludes/titleclass-tue.tex

@@ -0,0 +1,8 @@
+\renewcommand{\thesection}{\Roman{section}}
+\renewcommand{\thesubsection}{\arabic{subsection}}
+\titleformat{\section}[hang]{\Large\bfseries}{}{0pt}{\thesection.~}
+\titleformat{name=\section,numberless}[hang]{\Large\bfseries}{}{0pt}{}
+\titleformat{\subsection}[hang]{\large\bfseries}{}{0pt}{\thesubsection.~}
+\titleformat{name=\subsection,numberless}[hang]{\Large\bfseries}{}{0pt}{}
+\titleformat{\subsubsection}[hang]{\bfseries}{}{0pt}{\thesubsubsection.~}
+\titleformat{name=\subsubsection,numberless}[hang]{\Large\bfseries}{}{0pt}{}

+ 14 - 0
pandocincludes/titleclass.tex

@@ -0,0 +1,14 @@
+\titleclass{\chapter}{top}
+%\titleformat{\chapter}[display]{\huge\sffamily\bfseries}{}{0pt}{\thechapter. }
+\renewcommand{\thechapter}{\Roman{chapter}}
+\titleformat{\chapter}[display]{\centering\Large}{}{0pt}{%
+\scshape\MakeLowercase\thechapter. \MakeLowercase}
+\titleformat{name=\chapter,numberless}[display]{\centering\Large}{}{0pt}{%
+\scshape\MakeLowercase}
+\renewcommand{\thesection}{\arabic{section}}
+\titleformat{\section}[hang]{\Large\bfseries}{}{0pt}{\thesection.~}
+\titleformat{name=\section,numberless}[hang]{\Large\bfseries}{}{0pt}{}
+\titleformat{\subsection}[hang]{\large\bfseries}{}{0pt}{\thesubsection.~}
+\titleformat{name=\subsection,numberless}[hang]{\Large\bfseries}{}{0pt}{}
+\titleformat{\subsubsection}[hang]{\bfseries}{}{0pt}{\thesubsubsection.~}
+\titleformat{name=\subsubsection,numberless}[hang]{\Large\bfseries}{}{0pt}{}