Browse Source

fix sections sans numéro

Hugo Roy 8 years ago
parent
commit
63f736b10f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pandocincludes/titleclass.tex

+ 2 - 2
pandocincludes/titleclass.tex

@@ -9,6 +9,6 @@
 \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{name=\subsection,numberless}[hang]{\large\bfseries}{}{0pt}{}
 \titleformat{\subsubsection}[hang]{\bfseries}{}{0pt}{\thesubsubsection.~}
-\titleformat{name=\subsubsection,numberless}[hang]{\Large\bfseries}{}{0pt}{}
+\titleformat{name=\subsubsection,numberless}[hang]{\bfseries}{}{0pt}{}