Skip to content

Commit 6799224

Browse files
committed
Začetne strani vseh del številčimo z rimskimi številkami
1 parent 007fe9c commit 6799224

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

fmfdelo.cls

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -819,16 +819,14 @@
819819
}
820820
821821
\AfterEndPreamble{%
822-
% magisterije začnemo z rimskimi številkami
823-
\@ifthen{\boolean{@drugastopnja}}{\pagenumbering{roman}}
822+
% začetne strani številčimo z rimskimi številkami
823+
\pagenumbering{roman}
824824
\pagestyle{plain}
825825
\@frontpages
826826
827-
% vsebino magisterije začnemo z arabskimi številkami od 1 naprej
828-
\@ifthen{\boolean{@drugastopnja}}{
829-
\setcounter{page}{1}
830-
\pagenumbering{arabic}
831-
}
827+
% vsebino številčimo z arabskimi številkami od 1 naprej
828+
\setcounter{page}{1}
829+
\pagenumbering{arabic}
832830
}
833831
834832
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

0 commit comments

Comments
 (0)