preamble(){
pdflatex $LATEXFLAGS -ini -jobname="$2" "&pdflatex $1\dump"
+ rm -f $2.pdf
}
compile(){
tmpf=$(mktemp)
trap RETURN rm -v $tmpf
pdflatex $LATEXFLAGS $1 | tee $tmpf
- grep -Fiq "Rerun" $tmpf && $LATEX $LATEXFLAGS $1
+ grep -Fiq "Rerun" $tmpf && pdflatex $LATEXFLAGS $1
rm -vf $tmpf
}
\documentclass{beamer}
+\usepackage[nodayofweek]{datetime}
+
\graphicspath{{img/}}
\urlstyle{tt}
\author{Mart Lubbers BSc.\\
{\small\href{mailto:mart@martlubbers.net}{mart@martlubbers.net}}\\
~\\
-\textit{Supervisors:}\\
-prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\
+\textit{Supervisor:}\\
+prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\[1em]
+\textit{Second reader:}\\
dr.~P.W.M.~Koopman
}
\title{Task Oriented Programming and the Internet of Things}
\subtitle{\sc Master's Thesis: Computing Science}
-\date{\today}
+\date{\formatdate{10}{7}{2017}}
\usepackage{graphicx} % Graphics
\usepackage{epstopdf} % Eps graphics
\usepackage{etoolbox} % Patch chapter command
+\usepackage[nodayofweek]{datetime} % Use a fixed document date
% Fix fonts
\normalfont
\title{Task Oriented Programming and the Internet of Things}
\author{Mart Lubbers BSc.\\
{\small\href{mailto:mart@martlubbers.net}{mart@martlubbers.net}}}
-\date{\today}
+\date{\formatdate{10}{7}{2017}}