ソースを参照

bugfix with subtitle

w2ak 10 年 前
コミット
0654cfcbb8
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  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
 }