-[submodule "rutitlepage"]
- path = rutitlepage
- url = https://github.com/dopefishh/rutitlepage
BIBTEXFLAGS:=
MAKEGL?=makeglossaries
MAKEGLFLAGS?=
-LATEXFLAGS:=-file-line-error -halt-on-error -no-shell-escape
+LATEXFLAGS:=-file-line-error -halt-on-error #-no-shell-escape
FIGURES:=$(patsubst fig/%.dot,img/%.png,$(wildcard fig/*.dot))
LISTINGS:=$(wildcard listings/*)
browsers}}
\newglossaryentry{LED}{name={LED},
description={Lighting Emitting Diode}}
-\newcommand{\newglossacr}[2]{\newglossaryentry{#1}{name={#1},first={%
- \glsentrylong{#1} (\glsentryname{#1})},firstplural={\glsentrylong{#1}%
- \glspluralsuffix (\glsentryname{#1}\glspluralsuffix},description={#2}}}
+\newcommand{\newglossacr}[2]{\newglossaryentry{#1}{
+ name={#1},
+ first={#2 (#1)},%
+ firstplural={#2\glspluralsuffix{} (#1\glspluralsuffix)},
+ description={#2}}}
\newglossacr{GADT}{Generalized Algebraic Data type}
\newglossacr{GPIO} {General-Purpose Input/Output}
\newglossacr{ADT} {Algebraic Datatype}
+++ /dev/null
-rutitlepage/logo.pdf
\ No newline at end of file
-\subsection{Shares}
+\section{Integration}
+
+\section{Shares}
\todo{Semantiek van shares, hoe ze in iTasks zijn, hoe typering}
-\subsection{Lifting}
+\section{Lifting}
\todo{Lift mTask taken naar echte taken, hoe werkt dat?}
-
-\section{Demo}
-\todo{Wat voorbeeld code}
+++ /dev/null
-Subproject commit 32fc745524953baa115b829fd37a88c934ed1330
\usepackage{geometry} % Papersize
\usepackage[titletoc]{appendix} % Appendices
-\usepackage{rutitlepage/rutitlepage} % Titlepage
\usepackage{hyperref} % Hyperlinks
\usepackage{booktabs} % Better looking tables
\usepackage{todonotes} % Todo's
\usepackage{lmodern} % Better teletype fonts
\usepackage{textcomp} % Nice listings quotes
\usepackage{pgf-umlsd} % Connection diagrams
+\usepackage{graphicx} % Graphics
+\usepackage{epstopdf} % Eps graphics
\usetikzlibrary{arrows,shadows}
\frontmatter{}
%Titlepage
-\maketitleru[
- pagenr=1,
- course={Master Thesis},
- institute={Radboud University Nijmegen},
- authorstext={Author:},
- righttextheader={Supervisors:},
- righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}]
+\input{titlepage}
\listoftodos[Todo]
\glsaddall{}
\chapter{mTask continued}\label{chp:mtaskcont}
\input{results.mtask}
-\chapter{iTasks integration}\label{chp:itasksint}
+\chapter{iTasks}\label{chp:itasksint}
\input{results.itasks}
\chapter{Conclusion \& Discussion}\label{chp:conclusion}
\input{conclusion}
-\appendix\label{chp:appendix}
+\appendix%
+\label{chp:appendix}
\chapter{Communication protocol}\label{app:communication-protocol}
\input{appendix-protocol}
--- /dev/null
+\makeatletter
+\newgeometry{hmarginratio=1:1}
+\begin{titlepage}
+ \setcounter{page}{1}
+ \begin{center}
+ \textsc{\LARGE Master Thesis}\\[1.5cm]
+ \includegraphics[width=.7\linewidth]{logo.eps}\\[3cm]
+ \hrule
+ \vspace{0.4cm}
+ \textbf{\large\@title}\\[0.4cm]
+ \hrule
+ \vspace{2cm}
+ \begin{minipage}[t]{0.45\textwidth}
+ \begin{flushleft}\large
+ \textit{Author:}\\
+ \@author%
+ \end{flushleft}
+ \end{minipage}
+ \begin{minipage}[t]{0.45\textwidth}
+ \begin{flushright}\large
+ \textit{Supervisors:}\\
+ prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\
+ dr.~P.W.M.~Koopman
+ \end{flushright}
+ \end{minipage}
+ \vspace{1cm}
+ \vfill
+ {\large\@date}
+ \end{center}
+\end{titlepage}
+\restoregeometry%
+\makeatother