improved margings for creating a bounded version of the master thesis
This commit is contained in:
28
main.tex
28
main.tex
@@ -25,10 +25,10 @@
|
||||
|
||||
\documentclass[
|
||||
11pt, % The default document font size, options: 10pt, 11pt, 12pt
|
||||
oneside, % Two side (alternating margins) for binding by default,
|
||||
oneside,%twoside, % Two side (alternating margins) for binding by default,
|
||||
% uncomment to switch to one side
|
||||
english, % ngerman for German
|
||||
singlespacing, % Single line spacing, alternatives: onehalfspacing
|
||||
onehalfspacing, % Single line spacing, alternatives: onehalfspacing
|
||||
% or doublespacing
|
||||
%draft, % Uncomment to enable draft mode (no pictures, no links,
|
||||
% overfull hboxes indicated)
|
||||
@@ -75,13 +75,12 @@
|
||||
%----------------------------------------------------------------------------------------
|
||||
|
||||
\geometry{
|
||||
paper=a4paper, % Change to letterpaper for US letter
|
||||
inner=2.5cm, % Inner margin
|
||||
outer=3.8cm, % Outer margin
|
||||
bindingoffset=.5cm, % Binding offset
|
||||
top=1.5cm, % Top margin
|
||||
bottom=1.5cm, % Bottom margin
|
||||
%showframe, % Uncomment to show how the type block is set on the page
|
||||
paper=a4paper,
|
||||
inner=3.0cm, % Bindungsseite – braucht mehr Platz
|
||||
outer=2.5cm, % Außenseite
|
||||
bindingoffset=0.5cm, % Zusätzlich für Klebebindung
|
||||
top=2.5cm,
|
||||
bottom=2.0cm,
|
||||
}
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
@@ -91,7 +90,7 @@
|
||||
\thesistitle{Decrypting the Overlay: A Reproducible Analysis of P2P
|
||||
VPN Implementation and Overhead} % Your thesis title, this is used in the title
|
||||
% and abstract, print it elsewhere with \ttitle
|
||||
\supervisor{\textsc{Ber Lorke}} % Your supervisor's name, this is
|
||||
%\supervisor{\textsc{Ber Lorke}} % Your supervisor's name, this is
|
||||
% used in the title page, print it elsewhere with \supname
|
||||
\examiner{Prof. Dr. \textsc{Stefan Schmid}} % Your examiner's name,
|
||||
% this is not currently used anywhere in the template, print it
|
||||
@@ -158,11 +157,11 @@ and Management}} % Your department's name and URL, this is used in
|
||||
\begin{minipage}[t]{0.4\textwidth}
|
||||
\begin{flushright} \large
|
||||
\emph{First Examiner:} \\
|
||||
\textcolor{mdtRed}{Prof.\ Dr.\ \textsc{Stefan Schmidt}}\\[1em]
|
||||
\textcolor{mdtRed}{Prof.\ Dr.\ \textsc{Stefan Schmid}}\\[1em]
|
||||
\emph{Second Examiner:} \\
|
||||
\textcolor{mdtRed}{\textsc{[TBD]}}\\[1em]
|
||||
\emph{Supervisor:} \\
|
||||
\textcolor{mdtRed}{\supname}
|
||||
%\emph{Supervisor:} \\
|
||||
%\textcolor{mdtRed}{\supname}
|
||||
\end{flushright}
|
||||
\end{minipage}\\[2cm]
|
||||
|
||||
@@ -350,10 +349,9 @@ and Management}} % Your department's name and URL, this is used in
|
||||
|
||||
% Include the chapters of the thesis as separate files from the Chapters folder
|
||||
% Uncomment the lines as you write the chapters
|
||||
\include{Chapters/Motivation}
|
||||
\include{Chapters/Introduction}
|
||||
\include{Chapters/Methodology}
|
||||
|
||||
\include{Chapters/Introduction}
|
||||
|
||||
%\include{Chapters/Chapter1}
|
||||
%\include{Chapters/Chapter2}
|
||||
|
||||
Reference in New Issue
Block a user