Parcourir la Source

bugfix with subtitle

w2ak il y a 10 ans
Parent
commit
0654cfcbb8
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      source/polytechnique.sty

+ 2 - 1
source/polytechnique.sty

@@ -300,7 +300,8 @@
300 300
 \pagestyle{plain}
301 301
 \newboolean{subtitle}\setboolean{subtitle}{false}
302 302
 \newcommand{\polysoustitresave}{}
303
-\newcommand*{\subtitle}[1]{
303
+\def\subtitle{}
304
+\renewcommand*{\subtitle}[1]{
304 305
     \renewcommand*{\polysoustitresave}{#1}
305 306
     \setboolean{subtitle}{true}
306 307
 }