docs/diploma

diff thesis/header.tex @ 8:1d35768e1643

first prototype of thesis (with some sample content)
author meillo@marmaro.de
date Thu, 18 Sep 2008 23:50:57 +0200
parents
children 558301bfa9b5
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/thesis/header.tex	Thu Sep 18 23:50:57 2008 +0200
     1.3 @@ -0,0 +1,48 @@
     1.4 +\documentclass[english,a4paper,twoside,openright]{report}
     1.5 +
     1.6 +  \usepackage[utf8]{inputenc}
     1.7 +  \usepackage{graphicx}
     1.8 +  \usepackage{listings}
     1.9 +	\usepackage{makeidx}
    1.10 +	\makeindex
    1.11 +
    1.12 +  \setlength{\parindent}{0em}
    1.13 +  \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex}
    1.14 +  \setcounter{tocdepth}{3}
    1.15 +
    1.16 +  %\pagestyle{fancy}
    1.17 +  \pagestyle{headings}
    1.18 +	%\lhead[\leftmark]{\thepage}
    1.19 +	%\chead[]{}
    1.20 +	%\rhead[\thepage]{\rightmark}
    1.21 +  %\ifoot[\textsc{Markus Schnalke}]{\textsc{Markus Schnalke}}
    1.22 +  %\cfoot[]{}
    1.23 +  %\ofoot[\thepage]{\thepage}
    1.24 +
    1.25 +	\usepackage{url}
    1.26 +
    1.27 +	% formating
    1.28 +  %\renewcommand{\path}[1]{\texttt{#1}}
    1.29 +  \newcommand{\name}[1]{\emph{#1}}
    1.30 +	\newcommand{\NAME}[1]{{\footnotesize\textsc{#1}}}
    1.31 +
    1.32 +  % \newcommand{\source}[1]{\hspace{1em}\textit{\scriptsize(Quelle: #1)}}
    1.33 +	\let\OLDcleardoublepage\cleardoublepage
    1.34 +	\renewcommand{\cleardoublepage}{\thispagestyle{empty}\OLDcleardoublepage}
    1.35 +
    1.36 +	% abbreviations
    1.37 +  \newcommand{\m}{\emph{masqmail}}
    1.38 +
    1.39 +
    1.40 +	%%%% BEGIN DEBUG %%%%
    1.41 +	%\usepackage{showidx}
    1.42 +	\usepackage{setspace}
    1.43 +	%\doublespace
    1.44 +	%%%% END DEBUG %%%%
    1.45 +
    1.46 +
    1.47 +	\usepackage[T1]{fontenc}
    1.48 +	\usepackage[sc,osf]{mathpazo}
    1.49 +	\linespread{1.05}         % Palatino needs more leading (space between lines)
    1.50 +
    1.51 +