stab at some chapters
[phd-thesis.git] / thesis.tex
index 3896bb4..e94ba89 100644 (file)
@@ -1,7 +1,15 @@
 \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}
+\def\mydate{\formatdate{1}{6}{2023}}
+
 \input{preamble}
 
+% To show hboxes even when in non-draft mode
+\overfullrule=1mm
+
 % Just for the blind text, can go when it's finished
 \usepackage{lipsum}
 
        backgroundcolor=white,
        linecolor=black,
        size=scriptsize,
-       inline,
 }
 
 % Document info
-\title{Some title}
-\author{Some author}
+\title{\mytitle{} --- \mysubtitle{}}
+\author{Mart Lubbers}
 
-\date{\formatdate{1}{6}{2023}}
+\date{\mydate}
 
 \begin{document}
 \frontmatter%
@@ -46,6 +53,7 @@
 % The actual document
 \mainmatter%
 \addthumb{Chapters}{\arabic{chapter}}{white}{gray}
+\setcounter{chapter}{-1}
 
 \chapter{Introduction}%
 \label{chp:introduction}
 \label{chp:appendix}
 \addthumb{Appendices}{\Alph{chapter}}{white}{gray}
 
-\chapter{An Appendix}%
-\label{chp:an_appendix}
-\input{an_appendix}
+\chapter{\glsentrytext{CLEAN} for \glsentrytext{HASKELL} Programmers}%
+\label{chp:clean_for_haskell_programmers}
+\input{appendix/clean_for_haskell_programmers.tex}
 
 \backmatter%
-\stopthumb% chktex 9
 \addtitlethumb{Backmatter}{}{white}{gray}{pagesLTS.0}
 
 % Bibliography
 \phantomsection{}%
 \label{chp:bibliography}
 \addcontentsline{toc}{chapter}{Bibliography}
-\bibliographystyle{plain}
+\bibliographystyle{alpha}
 \bibliography{thesis}
 
 % Abstract
 \label{chp:index}
 \printindex
 
-\end{document} % chktex 10
+\end{document}