Commented out hack that redefined cleardoublepage

I could see no effect with or without that hack.
Reasoning behind it was never documented it seems.
Whatever it was originally needed for probably no longer the case.
Feel free to remove the lines completely on next commit.
main
Taha Ahmed 1 year ago
parent edf38643ab
commit 64a83713d5

@ -324,13 +324,16 @@
\pagestyle{plain}
}
%% Why is the UU class redefining the cleardoublepage command?
%% I don't see what could be the reason... /TA
%% Commented out or not, I saw no difference. Pls remove on next commit. /TA
% Adjust to odd pagenumber using an optional blank page
\let\origdoublepage\cleardoublepage
\newcommand{\clearemptydoublepage}{%
\clearpage
{\pagestyle{empty}\origdoublepage}%
}
\let\cleardoublepage\clearemptydoublepage
% \let\origdoublepage\cleardoublepage
% \newcommand{\clearemptydoublepage}{%
% \clearpage
% {\pagestyle{empty}\origdoublepage}%
% }
% \let\cleardoublepage\clearemptydoublepage
% ============================================

Loading…
Cancel
Save