new titlepage
authorMart Lubbers <mart@martlubbers.net>
Thu, 8 Jun 2017 12:18:21 +0000 (14:18 +0200)
committerMart Lubbers <mart@martlubbers.net>
Thu, 8 Jun 2017 12:18:21 +0000 (14:18 +0200)
.gitmodules
Makefile
glossaries.tex
img/logo.eps [new file with mode: 0644]
logo.pdf [deleted symlink]
results.itasks.tex
rutitlepage [deleted submodule]
thesis.pre
thesis.tex
titlepage.tex [new file with mode: 0644]

index 7c9bf16..e69de29 100644 (file)
@@ -1,3 +0,0 @@
-[submodule "rutitlepage"]
-       path = rutitlepage
-       url = https://github.com/dopefishh/rutitlepage
index 06f171a..410cb11 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ BIBTEX?=bibtex
 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/*)
index 1e99f7f..c84b0b8 100644 (file)
        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}
diff --git a/img/logo.eps b/img/logo.eps
new file mode 100644 (file)
index 0000000..dec954a
Binary files /dev/null and b/img/logo.eps differ
diff --git a/logo.pdf b/logo.pdf
deleted file mode 120000 (symlink)
index 18ed656..0000000
--- a/logo.pdf
+++ /dev/null
@@ -1 +0,0 @@
-rutitlepage/logo.pdf
\ No newline at end of file
index 4cbc80e..29762cc 100644 (file)
@@ -1,8 +1,7 @@
-\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}
diff --git a/rutitlepage b/rutitlepage
deleted file mode 160000 (submodule)
index 32fc745..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 32fc745524953baa115b829fd37a88c934ed1330
index 988e6e0..ffba314 100644 (file)
@@ -4,7 +4,6 @@
 
 \usepackage{geometry}                % Papersize
 \usepackage[titletoc]{appendix}      % Appendices
-\usepackage{rutitlepage/rutitlepage} % Titlepage
 \usepackage{hyperref}                % Hyperlinks
 \usepackage{booktabs}                % Better looking tables
 \usepackage{todonotes}               % Todo's
@@ -16,6 +15,8 @@
 \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}
 
index 7a8e5fa..9059d4c 100644 (file)
@@ -9,13 +9,7 @@
 \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}
diff --git a/titlepage.tex b/titlepage.tex
new file mode 100644 (file)
index 0000000..675e7db
--- /dev/null
@@ -0,0 +1,32 @@
+\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