From 81c4112185039f5297ea67519f1ac351aac591f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Rustad?= Date: Fri, 9 May 2014 14:03:39 +0200 Subject: [PATCH] More custom titlepage with gfx --- titlepage.tex | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) 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" -- 2.47.3