File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 448
448
% ------------------------------
449
449
% Fedőlap
450
450
\newcommand {\makecover }{
451
+ \phantomsection
451
452
\thispagestyle {empty}
452
453
\begin {center }
453
454
\vspace *{\fill }
Original file line number Diff line number Diff line change 91
91
92
92
% Irodalomjegyzék (kötelező)
93
93
% Bibliography (mandatory)
94
+ \phantomsection
94
95
\addcontentsline {toc}{chapter}{\biblabel }
95
96
\printbibliography [title=\biblabel ]
96
97
\cleardoublepage
97
98
98
99
% Ábrajegyzék (opcionális) - 3-5 ábra fölött érdemes
99
100
% List of figures (optional) - useful over 3-5 figures
101
+ \phantomsection
100
102
\addcontentsline {toc}{chapter}{\lstfigurelabel }
101
103
\listoffigures
102
104
\cleardoublepage
103
105
104
106
% Táblázatjegyzék (opcionális) - 3-5 táblázat fölött érdemes
105
107
% List of tables (optional) - useful over 3-5 tables
108
+ \phantomsection
106
109
\addcontentsline {toc}{chapter}{\lsttablelabel }
107
110
\listoftables
108
111
\cleardoublepage
109
112
110
113
% Forráskódjegyzék (opcionális) - 3-5 kódpélda fölött érdemes
111
114
% List of codes (optional) - useful over 3-5 code samples
115
+ \phantomsection
112
116
\addcontentsline {toc}{chapter}{\lstcodelabel }
113
117
\lstlistoflistings
114
118
\cleardoublepage
You can’t perform that action at this time.
0 commit comments