From: Bjørn Rustad Date: Fri, 9 May 2014 12:03:39 +0000 (+0200) Subject: More custom titlepage with gfx X-Git-Url: http://git.rustad.me/?a=commitdiff_plain;h=81c4112185039f5297ea67519f1ac351aac591f6;p=prosjektoppgave More custom titlepage with gfx --- diff --git a/titlepage.tex b/titlepage.tex index 5a4f093..8de7ea6 100644 --- a/titlepage.tex +++ b/titlepage.tex @@ -1,11 +1,19 @@ % Enkel forside som bruker latex sin \titlepage kommando: % NB: Bruken av \and mellom navn! -\titlepage -\title{Total variation based image restoration using graph cuts} -\author{Bjørn Rustad} -\date{\today} -\maketitle +\begin{titlepage} + +\centering + +\LARGE{Total variation based image restoration using graph cuts} \\[2cm] + +\large{Bjørn Rustad} \\[1cm] + +\today \\[2cm] + +\includegraphics[width=0.5\textwidth]{lena512.png} + +\end{titlepage} % Local Variables: % TeX-master: "master"