mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-11-10 07:42:09 +01:00
Move settings.tex definitons inside the class file
This commit is contained in:
parent
e9aa07c492
commit
32b70298dd
@ -360,6 +360,9 @@
|
||||
% ------------------------------
|
||||
% Számozott elemek kezelése
|
||||
\RequirePackage{chngcntr}
|
||||
% Lábjegyzet folytonos számozása fejezetek között
|
||||
% Continuous counting of footnotes among chapters
|
||||
\counterwithout{footnote}{chapter}
|
||||
% Lábjegyzet oldalak közti eltörésének tiltása
|
||||
\interfootnotelinepenalty=10000
|
||||
% ------------------------------
|
||||
@ -565,4 +568,17 @@
|
||||
listname=\lstcodelabel, % Forráskódjegyzék elnevezése
|
||||
}
|
||||
}
|
||||
|
||||
% Az oldalszámozás a tartalomjegyzékkel kezdődik, de ott nem látható
|
||||
\let\oldtableofcontents\tableofcontents
|
||||
\renewcommand{\tableofcontents}{
|
||||
\pagenumbering{gobble}
|
||||
\oldtableofcontents
|
||||
\cleardoublepage
|
||||
% Oldalszám mentése és betöltésem mert a \pagenumbering visszállítja
|
||||
\newcounter{conpageno}
|
||||
\defcounter{conpageno}{\value{page}}
|
||||
\pagenumbering{arabic}
|
||||
\setcounter{page}{\value{conpageno}}
|
||||
}
|
||||
}
|
||||
|
16
settings.tex
16
settings.tex
@ -1,16 +0,0 @@
|
||||
% Lábjegyzet folytonos számozása fejezetek között
|
||||
% Continuous counting of footnotes among chapters
|
||||
\counterwithout{footnote}{chapter}
|
||||
|
||||
% Tartalomjegyzék oldalszámozásának rejtése
|
||||
% Hide page numbering of ToC
|
||||
\newcounter{conpageno}
|
||||
\let\oldtableofcontents\tableofcontents
|
||||
\renewcommand{\tableofcontents}{
|
||||
\pagenumbering{gobble}
|
||||
\oldtableofcontents
|
||||
\cleardoublepage
|
||||
\setcounter{conpageno}{\value{page}}
|
||||
\pagenumbering{arabic}
|
||||
\setcounter{page}{\value{conpageno}}
|
||||
}
|
@ -53,10 +53,6 @@
|
||||
% List of todos (not in the final document)
|
||||
%\listoftodos[\todolabel]
|
||||
|
||||
% Dokumentum beállítások
|
||||
% Some document settings
|
||||
\input{settings.tex}
|
||||
|
||||
% Címlap (kötelező)
|
||||
% Title page (mandatory)
|
||||
\maketitle
|
||||
|
Loading…
Reference in New Issue
Block a user