--- /dev/null
+*.fmt
+*.aux
+*.log
+*.out
+*.toc
+*.pdf
--- /dev/null
+LATEX:=pdflatex
+DOCUMENTS:=yesterday data_types
+
+.SECONDARY: pre.fmt
+
+all: $(addsuffix .pdf,$(DOCUMENTS))
+
+%.pdf: %.tex pre.fmt
+ $(LATEX) $<
+ $(LATEX) $<
+
+pre.fmt: pre.tex
+ $(LATEX) -ini -jobname="$(basename $@)" "&$(LATEX) $<\dump"
+
+clean:
+ $(RM) -v *.fmt *.aux *.log *.out *.toc *.pdf
--- /dev/null
+%&pre
+\title{Data types \`a la carte}
+\date{2016-03-16}
+\begin{document}
+\maketitle
+%Clearly separated sections covering
+
+%Summary (as briefly as you can - two or three sentences)
+%Evidence (what evidence is offered to support the claims?)
+%Strength (what positive basis is there for publishing/reading it?)
+%Weaknesses
+%Evaluation (if you were running the conference/journal where it was published,
+%would you recommend acceptance?)
+%Comments on quality of writing
+%Queries for discussion
+\end{document}
--- /dev/null
+\documentclass{article}
+
+\usepackage{a4wide} % For better page usage
+\usepackage{hyperref}
+
+\hypersetup{%
+ pdfauthor={Mart Lubbers},
+ pdfsubject={Short review},
+ pdfcreator={Mart Lubbers},
+ pdfproducer={Mart Lubbers},
+ hidelinks
+}
+
+\author{Mart Lubbers (s4109503)}
-\documentclass{article}
-
+%&pre
+\title{Yesterday, my program worked. Today, it does not. Why?}
+\date{2016-03-16}
\begin{document}
+\maketitle
+%Clearly separated sections covering
+%Summary (as briefly as you can - two or three sentences)
+%Evidence (what evidence is offered to support the claims?)
+%Strength (what positive basis is there for publishing/reading it?)
+%Weaknesses
+%Evaluation (if you were running the conference/journal where it was published,
+%would you recommend acceptance?)
+%Comments on quality of writing
+%Queries for discussion
\end{document}