PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Inhaltsverzeichniss zeigt kein Litereturverzeichniss an.



Rufus
22-01-2007, 14:17
Hallo,
ich benutze das komaskript paket und habe das problem, dass listoffigures and listoftables nicht im Inhaltsverzeichniss angezeigt wird. Wie macht man das?
--------------------------------------------------------------------------
\documentclass[12pt, a4paper, oneside]{scrreprt}
\usepackage[left=4cm, right=3.5cm, top=4cm, bottom=5cm]{geometry}
\usepackage[headsepline, footsepline]{scrpage2}
\usepackage[pdftex]{graphicx}
\usepackage{subfig}
\usepackage{gensymb} %\degree \celsius \perthousand \micro and \ohm
\usepackage[colorlinks]{hyperref}
\usepackage[all]{hypcap}
\renewcommand{\hypcapspace}{3.5cm}

\begin{document}

\include{title}

\clearscrheadfoot \pagestyle{scrheadings}
\automark[chapter]{section} \ohead{\headmark}
\ofoot[\pagemark]{\pagemark}

\include{abs}
\tableofcontents
\include{Introduction}
\include{Fundamentals}
\include{Instrumentation}
\include{UHVsetup}
\include{MainConcept}
\include{TestSystem}
\include{Future}

\include{Appendix}
\include{Acknow}

\listoftables
\listoffigures
\include{bibliography}

\end{document}

--------------------------------------------------------------------------

Gruesse
Rufus

sofa-surfer
22-01-2007, 14:19
Hallo,

schon mal einen Blick in den scrguide geworfen?
Es gibt die Klassenoptionen liststotoc, bibtotoc, bibtotocnumbered, liststotocnumbered. Da sollte doch was für dich dabei sein?

Matthias

Rufus
22-01-2007, 14:26
Danke, die Pdf. hatte ich noch nicht.