Skip to content

Commit

Permalink
fix page 0 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam0205 committed Jan 28, 2016
1 parent c054f19 commit 9f618d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcmthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 9f618d7

Please sign in to comment.