first of all: thank's for that great template.
Is there any possibility to additionally use the
hyperref
package? When I try, weird things are produced in the small table of contents. (showing all chapters and sections)Cheers
Christoph
hyperref
package? When I try, weird things are produced in the small table of contents. (showing all chapters and sections)Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
\begin{document}
(ie, after \input{structure}
) in main.tex
:Code: Select all
\usepackage{hyperref}
\hypersetup{hidelinks,backref=true,pagebackref=true,hyperindex=true,colorlinks=false,breaklinks=true,urlcolor= blue,bookmarks=true,bookmarksopen=false,pdftitle={book title},pdfauthor={book author}}
% compression pdf
\pdfminorversion=5
\pdfobjcompresslevel=6
\pdfcompresslevel=9
Code: Select all
l.13 \defcounter
{refsection}{0}\relax
?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis