Skip to content

Commit 1d9cd1f

Browse files
Popravila številčenje v razširjenem povzetku in dodala šumnik v naslov (#48)
1 parent 78ee4d5 commit 1d9cd1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fmfdelo.cls

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
\NeedsTeXFormat{LaTeX2e}
2-
\ProvidesClass{fmfdelo}[2025/03/12 Zakljucna dela na FMF]
2+
\ProvidesClass{fmfdelo}[2025/07/14 Zakljucna dela na FMF]
33

44
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
55
% NALAGANJE PAKETOV
@@ -794,6 +794,7 @@
794794
% nastavi številčenje po podrazdelkih
795795
\def\thesection{}
796796
\def\thesubsection{\@arabic\c@subsection}
797+
\setcounter{subsection}{0}
797798
\numberwithin{equation}{subsection}
798799
799800
% premakne nivoje razdelkov en nivo nižje, da nivo `\section' spada pod razdelek razširjenega povzetka
@@ -855,7 +856,7 @@
855856
\newtheorem{definicija}{Definicija}[subsection]
856857
857858
\cleardoublepage
858-
\@make@razsirjenipovzetek{slovene}{Razsirjeni povzetek}{\@razsirjenipovzetek}
859+
\@make@razsirjenipovzetek{slovene}{Razširjeni povzetek}{\@razsirjenipovzetek}
859860
}
860861
861862
% only print the index (and clear the page) if the \index command has been used

0 commit comments

Comments
 (0)