use latexmk,
[thesis-skel.git] / thesis.tex
index c3fd8d6..a80f5ce 100644 (file)
@@ -1,4 +1,4 @@
-\documentclass[10pt]{book}
+\documentclass[twoside,10pt]{book}
 
 \input{preamble}
 
@@ -11,6 +11,7 @@
 
 \begin{document}
 \frontmatter{}
+%\addtitlethumb{Frontmatter}{}{white}{gray}{pagesLTS.0}
 
 %Titlepage
 \input{titlepage}
@@ -27,7 +28,8 @@
 \glsresetall{}
 
 % The actual document
-\mainmatter{}
+\mainmatter%
+\addthumb{Chapters}{\arabic{chapter}}{white}{gray}
 
 \chapter{Example}%
 \label{chp:example}
 % Start appendix
 \appendix%
 \label{chp:appendix}
+\addthumb{Appendices}{\Alph{chapter}}{white}{gray}
+
 \chapter{An Appendix}%
 \label{chp:an_appendix}
-\input{an_appendix.tex}
+\input{an_appendix}
 
 \backmatter%
+\stopthumb% chktex 9
+
 % Bibliography
 \phantomsection{}%
 \label{chp:bibliography}
 \label{chp:index}
 \printindex
 
-\end{document}
+\end{document} % chktex 10