Try to fix page numbering; still is not working properly

This commit is contained in:
2022-06-25 16:51:13 +02:00
parent 443ac6bf30
commit 681cda3d8d

View File

@@ -142,6 +142,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%}}}% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%}}}%
% Titlepage % % Titlepage %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%{{{% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%{{{%
\pagenumbering{Roman}
\input{inc/0.titlepage} \input{inc/0.titlepage}
\newpage \newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%}}}% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%}}}%
@@ -149,6 +150,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%{{{% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%{{{%
\tableofcontents \tableofcontents
\newpage \newpage
\pagenumbering{arabic}
\setcounter{page}{1} \setcounter{page}{1}
\newpage \newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%}}}% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%}}}%