Added bibliography to toc

This commit is contained in:
Andreas Tsouchlos 2023-02-13 21:46:56 +01:00
parent 3e31a476cb
commit 31f672267f
2 changed files with 4 additions and 8 deletions

View File

@ -89,7 +89,7 @@
\RequirePackage[binary-units]{siunitx} \RequirePackage[binary-units]{siunitx}
\def\setlanguage{ \def\setlanguage{
% modified IEEE alpha style that allows underlining of own publications % modified IEEE alpha style that allows underlining of own publications
\bibliographystyle{cel-thesis/IEEEtranSA_own} % \bibliographystyle{cel-thesis/IEEEtranSA_own}
\ifx\theThesisLanguage\dictThesisLanguageEnglish \ifx\theThesisLanguage\dictThesisLanguageEnglish
\def\theUniversity{Karlsruhe Institute of Technology} \def\theUniversity{Karlsruhe Institute of Technology}
@ -120,8 +120,6 @@
% Misc % Misc
% %
\RequirePackage[nottoc]{tocbibind} % Make bibliography appear in table of contents
\RequirePackage[ddmmyyyy]{datetime} \RequirePackage[ddmmyyyy]{datetime}
\renewcommand{\dateseparator}{.} \renewcommand{\dateseparator}{.}

View File

@ -37,7 +37,7 @@
\pgfplotsset{compat=newest} \pgfplotsset{compat=newest}
\usepgfplotslibrary{colorbrewer} \usepgfplotslibrary{colorbrewer}
\tikzexternalize[prefix=build/] %\tikzexternalize[prefix=build/]
% %
% Generic packages % Generic packages
@ -45,7 +45,7 @@
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc} \usepackage[T1]{fontenc}
\usepackage[ngerman]{babel} \usepackage[english]{babel}
\usepackage{ulem} \usepackage{ulem}
\usepackage{amsmath} \usepackage{amsmath}
\usepackage{amssymb, amsfonts, latexsym} \usepackage{amssymb, amsfonts, latexsym}
@ -54,7 +54,6 @@
\usepackage{graphicx} \usepackage{graphicx}
\usepackage{subcaption} \usepackage{subcaption}
\usepackage{bm} \usepackage{bm}
\usepackage{subcaption}
\usepackage{todonotes} \usepackage{todonotes}
\usepackage{ifthen} \usepackage{ifthen}
\usepackage[printonlyused]{acronym} \usepackage[printonlyused]{acronym}
@ -68,7 +67,6 @@
doi=false,url=false,isbn=false]{biblatex} doi=false,url=false,isbn=false]{biblatex}
\addbibresource{bibliography.bib} \addbibresource{bibliography.bib}
% %
% Include useful commands and definitions % Include useful commands and definitions
% %
@ -188,7 +186,7 @@
%\listoffigures %\listoffigures
%\listoftables %\listoftables
\include{abbreviations} \include{abbreviations}
\printbibliography \printbibliography[heading=bibintoc]
\end{document} \end{document}