From 8fa4ccd7bf2157393388307d9c19d36061b4df11 Mon Sep 17 00:00:00 2001 From: neze <clement.durand@polytechnique.edu> Date: Thu, 8 Sep 2016 16:14:43 +0200 Subject: [PATCH] =?UTF-8?q?retours=20=C3=A0=20la=20ligne=20dans=20les=20fa?= =?UTF-8?q?ncy=20sections?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/polytechnique.dtx | 6 +++--- source/polytechnique.sty | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/polytechnique.dtx b/source/polytechnique.dtx index 35837f3..1adad67 100644 --- a/source/polytechnique.dtx +++ b/source/polytechnique.dtx @@ -244,7 +244,7 @@ LaTeX version 1999/12/01 or later. {\color{rouge485}\LARGE\bfseries\sffamily\filcenter} {\thesection} {0em} - {\MakeUppercase} + {\MakeUppercaseWithNewline} [\vspace*{-0.5\baselineskip}% \includegraphics{\polyfiletlongrouge}] \titleformat{\subsection} @@ -970,7 +970,7 @@ LaTeX version 1999/12/01 or later. \color{bleu303}\Huge\scshape \MakeUppercaseWithNewline{\polytitresave} % \end{macrocode} -%La ligne qui précède affiche le titre. La commande |\MakeUpperCaseWithNewLine| sera définie par la suite. +%La ligne qui précède affiche le titre. La commande |\MakeUpperCaseWithNewline| sera définie par la suite. % \begin{macrocode} \ifthenelse{\boolean{subtitle}}{ % \end{macrocode} @@ -1013,7 +1013,7 @@ LaTeX version 1999/12/01 or later. \raisebox{-\totalheight}[0pt][0pt]{% \includegraphics[height=\hauteurlogopage]{\polyarmes}}} % \end{macrocode} -%On passe maintenant au titre, séparé par un espace vertical du haut de la page. La commande |\MakeUpperCaseWithNewLine| permet de mettre plusieurs lignes à la suite en capitales. +%On passe maintenant au titre, séparé par un espace vertical du haut de la page. La commande |\MakeUpperCaseWithNewline| permet de mettre plusieurs lignes à la suite en capitales. % \begin{macrocode} \vspace*{0.125\textheight} \begin{center} diff --git a/source/polytechnique.sty b/source/polytechnique.sty index 6fe39a6..50b7b34 100644 --- a/source/polytechnique.sty +++ b/source/polytechnique.sty @@ -54,7 +54,7 @@ {\color{rouge485}\LARGE\bfseries\sffamily\filcenter} {\thesection} {0em} - {\MakeUppercase} + {\MakeUppercaseWithNewline} [\vspace*{-0.5\baselineskip}% \includegraphics{\polyfiletlongrouge}] \titleformat{\subsection} -- GitLab