From 31f672267f4cda7830ea7e83200dc71211fa777f Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Mon, 13 Feb 2023 21:46:56 +0100 Subject: [PATCH] Added bibliography to toc --- latex/thesis/cel-thesis/cel-thesis.cls | 4 +--- latex/thesis/thesis.tex | 8 +++----- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/latex/thesis/cel-thesis/cel-thesis.cls b/latex/thesis/cel-thesis/cel-thesis.cls index f791698..fcc1638 100644 --- a/latex/thesis/cel-thesis/cel-thesis.cls +++ b/latex/thesis/cel-thesis/cel-thesis.cls @@ -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}{.} diff --git a/latex/thesis/thesis.tex b/latex/thesis/thesis.tex index 9b7246c..9e77c9f 100644 --- a/latex/thesis/thesis.tex +++ b/latex/thesis/thesis.tex @@ -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}