Add phantomsection before List of Things, so TOC will link to the proper page.

This commit is contained in:
Máté Cserép 2021-05-22 13:19:08 +02:00
parent eb70e94d93
commit fa5281d00f
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -85,24 +85,28 @@
% Irodalomjegyzék (kötelező) % Irodalomjegyzék (kötelező)
% Bibliography (mandatory) % Bibliography (mandatory)
\phantomsection
\addcontentsline{toc}{chapter}{\biblabel} \addcontentsline{toc}{chapter}{\biblabel}
\printbibliography[title=\biblabel] \printbibliography[title=\biblabel]
\cleardoublepage \cleardoublepage
% Ábrajegyzék (opcionális) - 3-5 ábra fölött érdemes % Ábrajegyzék (opcionális) - 3-5 ábra fölött érdemes
% List of figures (optional) - useful over 3-5 figures % List of figures (optional) - useful over 3-5 figures
\phantomsection
\addcontentsline{toc}{chapter}{\lstfigurelabel} \addcontentsline{toc}{chapter}{\lstfigurelabel}
\listoffigures \listoffigures
\cleardoublepage \cleardoublepage
% Táblázatjegyzék (opcionális) - 3-5 táblázat fölött érdemes % Táblázatjegyzék (opcionális) - 3-5 táblázat fölött érdemes
% List of tables (optional) - useful over 3-5 tables % List of tables (optional) - useful over 3-5 tables
\phantomsection
\addcontentsline{toc}{chapter}{\lsttablelabel} \addcontentsline{toc}{chapter}{\lsttablelabel}
\listoftables \listoftables
\cleardoublepage \cleardoublepage
% Forráskódjegyzék (opcionális) - 3-5 kódpélda fölött érdemes % Forráskódjegyzék (opcionális) - 3-5 kódpélda fölött érdemes
% List of codes (optional) - useful over 3-5 code samples % List of codes (optional) - useful over 3-5 code samples
\phantomsection
\addcontentsline{toc}{chapter}{\lstcodelabel} \addcontentsline{toc}{chapter}{\lstcodelabel}
\lstlistoflistings \lstlistoflistings
\cleardoublepage \cleardoublepage