Skip to content

c-leitner/tuwien-informatics-paper-coverpage-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TU-Wien Informatics Paper Coverpage Template

This template adaptes the official cover page for papers of diploma theses submitted at the faculty for informatics at the TU Wien, Vienna, Austria.

Getting started

Clone this repository and compile the file main.tex with LuaTeX (i.e., execute lualatex main.tex). Your output should look like this.

Personalizing the template

In order to personalize this template, just redefine the corresponding commands in titlepage.tex accordingly.

\newcommand{\thesistitle}{Titel}
\newcommand{\thesisdegree}{Ausarbeitung}
\newcommand{\thesisstudies}{Lehrveranstaltungsname}
\newcommand{\thesisauthorone}{Max Muster}
\newcommand{\thesisstudentnumber}{1234567}
\newcommand{\thesisauthortwo}{John Doe}
\newcommand{\thesisstudentnumbe}{1234567}
\newcommand{\thesisauthorthree}{Alice Doe}
\newcommand{\thesisstudentnumb}{1234567}
\newcommand{\thesisinstitute}{Computer Engineering}
\newcommand{\thesisfaculty}{Informatik}
\newcommand{\thesisuniversity}{Technischen Universit\"{a}t Wien}
\newcommand{\thesiscollaboration}{}
\newcommand{\thesissupervisor}{Titel Dr. Vorname Familienname}
\newcommand{\thesiscosupervisor}{Univ.-Ass. Dr. Vorname Familienname}
\newcommand{\thesisplace}{Wien}
\newcommand{\thesisdate}{TT.MM.JJJJ}

Compiling the titlepage

In a bash terminal, run latexmk -pvc -pdf -lualatex main.tex for optimal results.

Inspiration

Forked from tempse/tuwien-thesis-coverpage-template

Releases

No releases published

Packages

No packages published

Languages