my document has the follwing structure:
Code: Select all
\documentclass[a4paper,openany]{book}
\usepackage{fullpage}
\addtolength{\headsep}{0.5in}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{listings}
\usepackage{graphicx} \renewcommand{\figurename}{Abb.}
\usepackage{url}
\usepackage{here}
\usepackage{setspace}
\usepackage{tocloft}
\usepackage{dingbat}
\usepackage{mathptmx}
\usepackage{rotating}
\usepackage{Textcomp}
\usepackage{Marvosym}
\usepackage{Chemarrow}
\usepackage{txfonts}
\usepackage{mathptmx, courier, pifont}
\usepackage{amsfonts}
\usepackage{bbding}
\usepackage{MnSymbol}
\usepackage{perpage}
\usepackage[hang]{footmisc}
\usepackage[usenames]{color}
\usepackage[pdftex,
bookmarks=true,
bookmarksnumbered=true,
bookmarksopen=false,
colorlinks=true,
citecolor = blue,
urlcolor = blue,
pdftitle={zidan08 Informationsobjekte und deren Speicherung in digitalen Bibliotheken},
linkcolor=black]{hyperref}
\setcounter{tocdepth}{3}
\renewcommand{\tablename}{Tab.}
\setcounter{secnumdepth}{3}
\usepackage{fancyhdr}
\newcommand{\marginal}[1]{\leavevmode\marginpar{\tiny\raggedright#1\par}}
\MakePerPage[1]{footnote}
\begin{document}
.....
\newpage
\phantomsection
\addcontentsline{toc}{chapter}{Tabellenverzeichnis}
\listoftables
\addcontentsline{toc}{chapter}{Abbildungsverzeichnis}
\listoffigures
\bibliographystyle{ieeetr}
\addcontentsline{toc}{chapter}{Literaturverzeichnis}
\bibliography{bibliography}
\clearpage
\end{document}
Ralf Meermeier