Add command to deactivate page numbering in footer

This commit is contained in:
Jeff Lance 2019-11-17 22:59:00 +01:00
parent 0e625e9e30
commit 8bef70f2ba

View File

@ -345,6 +345,14 @@
\vspace{.2cm}
}
%% \nonumbering
%% deactivate page numbering in footer
%%
\NewDocumentCommand \nonumbering{ }{
\cefoot*{}
\cofoot*{}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%