Commit 05a4b22f authored by Johnson, Seth R.'s avatar Johnson, Seth R.
Browse files

Fix page counters when twoside

parent 2ad59291
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -144,8 +144,11 @@
  % Call the ``section'' command, which will put the title on its own page
  \thispagestyle{empty}
  \@oldappendixsection{#1}
  % Increment page counter
  % Increment page counter only if one-sided document (not sure why this is
  % needed)
  \if@twoside\else%
    \stepcounter{page}%
  \fi
  % Add a blank page after the title
  \cleardoublepage
  % Insert the appendix name at the top, with no number, and centered