Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thesis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages
Packages
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
teaching
thesis
Commits
373a9aef
Commit
373a9aef
authored
May 10, 2014
by
Florian Walch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ignore binding correction for cover page.
parent
e70528aa
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
37 deletions
+36
-37
build/main.pdf
build/main.pdf
+0
-0
pages/cover.tex
pages/cover.tex
+17
-16
pages/title.tex
pages/title.tex
+8
-17
settings/packages.tex
settings/packages.tex
+11
-4
No files found.
build/main.pdf
View file @
373a9aef
No preview for this file type
pages/cover.tex
View file @
373a9aef
\thispagestyle
{
empty
}
\vspace
{
40mm
}
\begin{center}
\begin{titlepage}
% HACK for two-sided documents: ignore binding correction for cover page.
% Adapted from Markus Kohm's KOMA-Script titlepage=firstiscover handling.
% See http://mirrors.ctan.org/macros/latex/contrib/koma-script/scrkernel-title.dtx,
% \maketitle macro.
\oddsidemargin
=
\dimexpr\coverpageleftmargin
-1in
\relax
\textwidth
=
\dimexpr
\paperwidth
-
\coverpageleftmargin
-
\coverpagerightmargin\relax
\hsize
=
\textwidth
\centering
\vspace
{
40mm
}
\includegraphics
[width=40mm]
{
logos/tum
}
\vspace
{
5mm
}
{
\huge\MakeUppercase
{
\getFaculty
{}}}
\\
\vspace
{
5mm
}
{
\large\MakeUppercase
{
\getUniversity
{}}}
\\
\vspace
{
1mm
}
\end{center}
\vspace
{
15mm
}
\begin{center}
{
\Large
\getDoctype
{}}
\vspace
{
20mm
}
{
\Large
\getDoctype
{}}
\vspace
{
15mm
}
{
\huge\bfseries
\getTitle
{}}
\vspace
{
15mm
}
{
\LARGE
\getAuthor
{}}
\vspace
{
20mm
}
\includegraphics
[width=20mm]
{
logos/faculty
}
\end{center}
\cleardoublepage
{}
\end{titlepage}
pages/title.tex
View file @
373a9aef
\thispagestyle
{
empty
}
\begin{titlepage}
\centering
\vspace
{
40mm
}
\begin{center}
\vspace
{
40mm
}
\includegraphics
[width=40mm]
{
logos/tum
}
\vspace
{
5mm
}
{
\huge\MakeUppercase
{
\getFaculty
{}}}
\\
\vspace
{
5mm
}
{
\large\MakeUppercase
{
\getUniversity
{}}}
\\
\vspace
{
1mm
}
\end{center}
\vspace
{
15mm
}
\begin{center}
{
\Large
\getDoctype
{}}
\vspace
{
20mm
}
{
\Large
\getDoctype
{}}
\vspace
{
15mm
}
{
\huge\bfseries
\getTitle
{}}
\vspace
{
10mm
}
{
\huge\bfseries
\getTitleGer
{}}
\vspace
{
15mm
}
\begin{tabular}
{
l l
}
Author:
&
\getAuthor
{}
\\
Supervisor:
&
\getSupervisor
{}
\\
...
...
@@ -33,9 +27,6 @@
Submission Date:
&
\getSubmissionDate
{}
\\
\end{tabular}
\vspace
{
7mm
}
\vspace
{
20mm
}
\includegraphics
[width=20mm]
{
logos/faculty
}
\end{center}
\cleardoublepage
{}
\end{titlepage}
settings/packages.tex
View file @
373a9aef
\PassOptionsToPackage
{
table,svgnames,dvipsnames
}{
xcolor
}
\usepackage
[utf8]
{
inputenc
}
\usepackage
[sc]
{
mathpazo
}
\usepackage
[T1]
{
fontenc
}
\usepackage
[sc]
{
mathpazo
}
\usepackage
[american]
{
babel
}
\usepackage
[autostyle]
{
csquotes
}
\usepackage
[backend=biber,url=false,style=alphabetic,maxnames=4,minnames=3,maxbibnames=99,firstinits,uniquename=init]
{
biblatex
}
% TODO: adapt bibliography style
\usepackage
[
%
backend=biber,
url=false,
style=alphabetic,
maxnames=4,
minnames=3,
maxbibnames=99,
firstinits,
uniquename=init]
{
biblatex
}
% TODO: adapt bibliography style
\usepackage
{
graphicx
}
\usepackage
{
scrhack
}
\usepackage
{
scrhack
}
% necessary for listings package
\usepackage
{
listings
}
\usepackage
{
lstautogobble
}
\usepackage
{
tikz
}
...
...
@@ -18,4 +26,3 @@
\usepackage
{
caption
}
\usepackage
[hidelinks]
{
hyperref
}
% hidelinks removes colored boxes around references and links
\usepackage
[toc,nonumberlist,acronym]
{
glossaries
}
% TODO: remove if glossary not needed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment