diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/mcmthesis/mcmthesis.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/mcmthesis/mcmthesis.dtx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/mcmthesis/mcmthesis.dtx b/Master/texmf-dist/source/latex/mcmthesis/mcmthesis.dtx index 285459d4cad..bd604cae221 100644 --- a/Master/texmf-dist/source/latex/mcmthesis/mcmthesis.dtx +++ b/Master/texmf-dist/source/latex/mcmthesis/mcmthesis.dtx @@ -101,7 +101,7 @@ and the derived files \jobname.cls, %</internal> %<*driver> \ProvidesFile{mcmthesis.dtx} - [2016/01/28 v6.0 The Thesis Template Designed For MCM/ICM] + [2016/01/29 v6.1 The Thesis Template Designed For MCM/ICM] \documentclass{ltxdoc} \EnableCrossrefs \CodelineIndex @@ -559,9 +559,9 @@ xelatex mcmthesis-demo.tex %<*class> \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{mcmthesis} - [2016/01/28 v6.0 The Thesis Template Designed For MCM/ICM] + [2016/01/29 v6.1 The Thesis Template Designed For MCM/ICM] \typeout{The Thesis Template Designed For MCM/ICM} -\def\MCMversion{v6.0} +\def\MCMversion{v6.1} % \end{macrocode} % \subsection{Options} % @@ -747,9 +747,9 @@ xelatex mcmthesis-demo.tex \ifMCM@opt@titlepage \MCM@maketitle \fi + \newpage \let\thepage\saved@thepage - \setcounter{page}{0} - \clearpage + \setcounter{page}{1} \pagestyle{fancy} } % \end{macrocode} |