René Geppert
20-11-2008, 14:59
anders als zB hier: http://www.mrunix.de/forums/archive/index.php/t-47518.html beschrieben, funktioniert das ganze bei mir nicht
hier mal ein lauffähiges minimalbeispiel
\documentclass[11pt,a4paper,oneside]{scrartcl}
\usepackage[nottoc]{tocbibind}
\usepackage{hyperref}
\begin{document}
\tableofcontents
\cleardoublepage \phantomsection \section*{Preface \& scope of this work}
\addcontentsline{toc}{section}{Preface \& scope of this work}
\pagebreak
\cleardoublepage \phantomsection \section*{List of acronyms}
\addcontentsline{toc}{section}{List of acronyms}
abc
\pagebreak
\cleardoublepage \phantomsection \listoffigures
def
\pagebreak
\listoftables
ghi
\clearpage
jkl
\end{document}
wenn ich cleardoublepage und phantomsection vor addcontentsline setze, bewirkt das auch rein gar nichts, im gegenteil - dadurch komm noch viel mehr durcheinander
aufgrund von tocbibind brauch ich addcontentsline ja bei lof und lot nicht, aber so oder so gibt es da dasselbe problem
habe ich irgendwas übersehen?
mfg, René
hier mal ein lauffähiges minimalbeispiel
\documentclass[11pt,a4paper,oneside]{scrartcl}
\usepackage[nottoc]{tocbibind}
\usepackage{hyperref}
\begin{document}
\tableofcontents
\cleardoublepage \phantomsection \section*{Preface \& scope of this work}
\addcontentsline{toc}{section}{Preface \& scope of this work}
\pagebreak
\cleardoublepage \phantomsection \section*{List of acronyms}
\addcontentsline{toc}{section}{List of acronyms}
abc
\pagebreak
\cleardoublepage \phantomsection \listoffigures
def
\pagebreak
\listoftables
ghi
\clearpage
jkl
\end{document}
wenn ich cleardoublepage und phantomsection vor addcontentsline setze, bewirkt das auch rein gar nichts, im gegenteil - dadurch komm noch viel mehr durcheinander
aufgrund von tocbibind brauch ich addcontentsline ja bei lof und lot nicht, aber so oder so gibt es da dasselbe problem
habe ich irgendwas übersehen?
mfg, René