Skip to content
Snippets Groups Projects
Commit c9055888 authored by Jan Wille's avatar Jan Wille
Browse files

`\backmatter` changes pagenumbering to roman

parent 7164a7e9
No related branches found
No related tags found
No related merge requests found
......@@ -295,7 +295,8 @@
\@mainmattertrue\pagenumbering{arabic}%
}
\newcommand*\backmatter{%
\if@openright\cleardoubleoddpage\else\clearpage\fi\@mainmatterfalse
\if@openright\cleardoubleoddpage\else\clearpage\fi
\@mainmatterfalse\pagenumbering{roman}%
}
%</report>
......
......@@ -219,7 +219,8 @@
\@mainmattertrue\pagenumbering{arabic}%
}
\newcommand*\backmatter{%
\if@openright\cleardoubleoddpage\else\clearpage\fi\@mainmatterfalse
\if@openright\cleardoubleoddpage\else\clearpage\fi
\@mainmatterfalse\pagenumbering{roman}%
}
%% custom commands
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment