Skip to content

Commit

Permalink
* Add paper ToC to PDF ToC (suggested by Marius)
Browse files Browse the repository at this point in the history
* Fix internal link to bibliography (pointed to conclusion instead)
* Honor the url-field in .bib files. (url should contain a permanent link to the paper being cited)
  • Loading branch information
jkehne committed Jun 15, 2012
1 parent 9860d1e commit 7ded803
Show file tree
Hide file tree
Showing 2 changed files with 1,123 additions and 1 deletion.
6 changes: 5 additions & 1 deletion diploma_thesis.tex
Expand Up @@ -32,7 +32,7 @@
pdfkeywords={Operating Systems, Microkernels, Energy Management, Component-Based Systems}
]{hyperref}

\bibliographystyle{plain}
\bibliographystyle{styles/plain}

%\raggedbottom
\newcommand{\todo}[1]{{\texttt{[#1]}}}
Expand All @@ -55,6 +55,9 @@ \chapter{Abstract}
\chapter{Acknowledgments}

\mainmatter
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Contents}
\tableofcontents

\chapter{Introduction}
Expand All @@ -78,6 +81,7 @@ \chapter{Conclusion}

\backmatter
%\chapter{Bibliography}
\phantomsection
\addcontentsline{toc}{chapter}{Bibliography}
\bibliography{diploma_thesis}
\end{document}

0 comments on commit 7ded803

Please sign in to comment.