Added bibliography to toc
This commit is contained in:
parent
3e31a476cb
commit
31f672267f
@ -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}{.}
|
||||
|
||||
|
||||
@ -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}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user