From 7046b48eea4afd8ec40198ba28a85768c4166fc0 Mon Sep 17 00:00:00 2001 From: Martin Erola <marer248@student.liu.se> Date: Wed, 14 Dec 2016 11:13:20 +0100 Subject: [PATCH] Use roman numbering also on the last ToC/list page If the option printerfriendly isn't used, there used to be no page break before the start of the first chapter. This meant that arabic page numbering (i.e. page 1) started already on the last table of contents or "list of" page (that should have a roman number like vii). Signed-off-by: Martin Erola <marer248@student.liu.se> --- liuthesis.cls | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/liuthesis.cls b/liuthesis.cls index ef5e71a..8f75f37 100644 --- a/liuthesis.cls +++ b/liuthesis.cls @@ -897,9 +897,10 @@ publication and for assurance of document integrity, please refer to its www hom \tableofcontents \iftotalfigures \clearpage{}\listoffigures\fi \iftotaltables \clearpage{}\listoftables\fi - %\cleartorecto% Does not work for some reason \ifprinterfriendly - \cleartooddpage + \cleartooddpage + \else + \cleartorecto \fi \pagenumbering{arabic} \pagestyle{ruled} -- GitLab