menuhin
01-02-2011, 13:43
Hi,
verstehe nicht warum kein Eintrag des Literaturverzeichnis im TOC erfolgt?
Minimalbeispiel:
\documentclass[%
fontsize=12pt,%
bibliography=totoc,%
]{scrbook}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{csquotes}
\usepackage{filecontents}
\begin{filecontents}{Bibliography.bib}
@article{AdamEva200201,
author={Alfred Adam and Ella Eva},
title={Disaster in Paradise},
journal={Paradise Review},
year={2002},
volume={12},
number={5},
pages={345--378},
doi={},
}
\end{filecontents}
\usepackage[bibstyle=numeric, sorting=nyvt, maxnames=2, maxitems=999, block=none, hyperref=true, punctfont=true, abbreviate=true, firstinits=true, uniquename=init, useprefix=true, citestyle=numeric, autocite=footnote, pagetracker=false, backend=biber]{biblatex}
\bibliography{Bibliography}
\newcommand{\Author}{XY}
\newcommand{\Editor}{XY}
\newcommand{\Title}{XY}
\newcommand{\Subtitle}{XY}
\usepackage{hyperref}
\hypersetup{%
colorlinks=false,%
breaklinks=true,%
plainpages=false,
bookmarksopen=true,%
pdftitle=\Title,%
pdfauthor=\Author,%
pdfcreator=\Editor,%
}
\begin{document}
\tableofcontents
Hallo \cite{AdamEva200201}
\printbibliography[maxnames=99]
\end{document}
Danke.
verstehe nicht warum kein Eintrag des Literaturverzeichnis im TOC erfolgt?
Minimalbeispiel:
\documentclass[%
fontsize=12pt,%
bibliography=totoc,%
]{scrbook}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{csquotes}
\usepackage{filecontents}
\begin{filecontents}{Bibliography.bib}
@article{AdamEva200201,
author={Alfred Adam and Ella Eva},
title={Disaster in Paradise},
journal={Paradise Review},
year={2002},
volume={12},
number={5},
pages={345--378},
doi={},
}
\end{filecontents}
\usepackage[bibstyle=numeric, sorting=nyvt, maxnames=2, maxitems=999, block=none, hyperref=true, punctfont=true, abbreviate=true, firstinits=true, uniquename=init, useprefix=true, citestyle=numeric, autocite=footnote, pagetracker=false, backend=biber]{biblatex}
\bibliography{Bibliography}
\newcommand{\Author}{XY}
\newcommand{\Editor}{XY}
\newcommand{\Title}{XY}
\newcommand{\Subtitle}{XY}
\usepackage{hyperref}
\hypersetup{%
colorlinks=false,%
breaklinks=true,%
plainpages=false,
bookmarksopen=true,%
pdftitle=\Title,%
pdfauthor=\Author,%
pdfcreator=\Editor,%
}
\begin{document}
\tableofcontents
Hallo \cite{AdamEva200201}
\printbibliography[maxnames=99]
\end{document}
Danke.