We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007fe9c commit 6799224Copy full SHA for 6799224
fmfdelo.cls
@@ -819,16 +819,14 @@
819
}
820
821
\AfterEndPreamble{%
822
-% magisterije začnemo z rimskimi številkami
823
-\@ifthen{\boolean{@drugastopnja}}{\pagenumbering{roman}}
+% začetne strani številčimo z rimskimi številkami
+\pagenumbering{roman}
824
\pagestyle{plain}
825
\@frontpages
826
827
-% vsebino magisterije začnemo z arabskimi številkami od 1 naprej
828
-\@ifthen{\boolean{@drugastopnja}}{
829
- \setcounter{page}{1}
830
- \pagenumbering{arabic}
831
-}
+% vsebino številčimo z arabskimi številkami od 1 naprej
+\setcounter{page}{1}
+\pagenumbering{arabic}
832
833
834
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0 commit comments