mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-11-10 07:42:09 +01:00
Fixed numbering of ToC, LoF, LoT according to the formal requirements.
Moved settings inside document element into separate file named settings.tex.
This commit is contained in:
parent
c860e4a6b8
commit
3b03132cc3
@ -249,8 +249,6 @@
|
||||
% Feliratok, tartalomjegyzék, ábrajegyzék, táblázatjegyzék
|
||||
\RequirePackage[justification=centering]{caption}
|
||||
\RequirePackage[subfigure]{tocloft}
|
||||
% Tartalomjegyzék oldalszámozásának rejtése
|
||||
\tocloftpagestyle{empty}
|
||||
|
||||
% ------------------------------
|
||||
|
||||
|
14
settings.tex
Normal file
14
settings.tex
Normal file
@ -0,0 +1,14 @@
|
||||
% Lábjegyzet folytonos számozása fejezetek között
|
||||
\counterwithout{footnote}{chapter}
|
||||
|
||||
% Tartalomjegyzék oldalszámozásának rejtése
|
||||
\newcounter{conpageno}
|
||||
\let\oldtableofcontents\tableofcontents
|
||||
\renewcommand{\tableofcontents}{
|
||||
\pagenumbering{gobble}
|
||||
\oldtableofcontents
|
||||
\cleardoublepage
|
||||
\setcounter{conpageno}{\value{page}}
|
||||
\pagenumbering{arabic}
|
||||
\setcounter{page}{\value{conpageno}}
|
||||
}
|
@ -36,8 +36,8 @@
|
||||
% Teendők listája - final dokumentumban nincs
|
||||
\listoftodos[\todolabel]
|
||||
|
||||
% Lábjegyzet folytonos számozása fejezetek között
|
||||
\counterwithout{footnote}{chapter}
|
||||
% Dokumentum beállítások
|
||||
\input{settings.tex}
|
||||
|
||||
% Címlap - kötelező
|
||||
\maketitle
|
||||
|
Loading…
Reference in New Issue
Block a user