morewrites, backrefs, structure
[phd-thesis.git] / thesis.tex
index 3896bb4..77ba461 100644 (file)
@@ -1,5 +1,9 @@
 \documentclass[twoside,10pt]{book}
 
+\def\mytitle{Big Things for Tiny Computers}
+\def\mysubtitle{Task Oriented Programming for the Internet of Things}
+\def\myauthor{Mart Lubbers}
+
 \input{preamble}
 
 % Just for the blind text, can go when it's finished
@@ -15,8 +19,8 @@
 }
 
 % Document info
-\title{Some title}
-\author{Some author}
+\title{\mytitle{} --- \mysubtitle{}}
+\author{Mart Lubbers}
 
 \date{\formatdate{1}{6}{2023}}
 
@@ -73,7 +77,6 @@
 \input{an_appendix}
 
 \backmatter%
-\stopthumb% chktex 9
 \addtitlethumb{Backmatter}{}{white}{gray}{pagesLTS.0}
 
 % Bibliography
 \label{chp:index}
 \printindex
 
-\end{document} % chktex 10
+\end{document}