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

View File

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