docs/diploma

changeset 46:d3312a3b6e70

minor stuff; indention by tabs
author meillo@marmaro.de
date Tue, 14 Oct 2008 11:48:47 +0200
parents faf3c7524993
children d52fa2350137
files thesis/tex/cover.tex thesis/thesis.sty
diffstat 2 files changed, 17 insertions(+), 17 deletions(-) [+]
line diff
     1.1 --- a/thesis/tex/cover.tex	Tue Oct 14 10:45:22 2008 +0200
     1.2 +++ b/thesis/tex/cover.tex	Tue Oct 14 11:48:47 2008 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  	{\Huge \bfseries masqmail}
     1.5  
     1.6  	{\large \slshape
     1.7 -	diploma thesis by\\
     1.8 +	diploma thesis of\\
     1.9  	markus schnalke\\
    1.10  	}
    1.11  
     2.1 --- a/thesis/thesis.sty	Tue Oct 14 10:45:22 2008 +0200
     2.2 +++ b/thesis/thesis.sty	Tue Oct 14 11:48:47 2008 +0200
     2.3 @@ -1,34 +1,34 @@
     2.4  \ProvidesPackage{thesis}
     2.5  
     2.6 -  \usepackage[utf8]{inputenc}
     2.7 -  \usepackage{graphicx}
     2.8 +	\usepackage[utf8]{inputenc}
     2.9 +	\usepackage{graphicx}
    2.10  	\usepackage{url}
    2.11  
    2.12  	\usepackage{makeidx}
    2.13  	\makeindex
    2.14  
    2.15 -  \setlength{\parindent}{0em}
    2.16 -  \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex}
    2.17 -  \setcounter{tocdepth}{3}
    2.18 +	\setlength{\parindent}{0em}
    2.19 +	\setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex}
    2.20 +	\setcounter{tocdepth}{3}
    2.21  
    2.22 -  \pagestyle{headings}
    2.23 -  %\pagestyle{fancy}
    2.24 +	\pagestyle{headings}
    2.25 +	%\pagestyle{fancy}
    2.26  	%\lhead[\leftmark]{\thepage}
    2.27  	%\chead[]{}
    2.28  	%\rhead[\thepage]{\rightmark}
    2.29 -  %\ifoot[\textsc{Markus Schnalke}]{\textsc{Markus Schnalke}}
    2.30 -  %\cfoot[]{}
    2.31 -  %\ofoot[\thepage]{\thepage}
    2.32 +	%\ifoot[\textsc{Markus Schnalke}]{\textsc{Markus Schnalke}}
    2.33 +	%\cfoot[]{}
    2.34 +	%\ofoot[\thepage]{\thepage}
    2.35  
    2.36  	\usepackage{setspace}
    2.37  	\usepackage{relsize}
    2.38  
    2.39  	% formating
    2.40 -  \renewcommand{\path}[1]{\textit{#1}}
    2.41 -  \newcommand{\name}[1]{\emph{#1}}
    2.42 -	\newcommand{\NAME}[1]{{\smaller\textsc{#1}\larger}}
    2.43 +	\renewcommand{\path}[1]{\textit{#1}}
    2.44 +	\newcommand{\name}[1]{\emph{#1}\index{#1}}
    2.45 +	\newcommand{\NAME}[1]{{\smaller\textsc{#1}}\index{#1}}
    2.46  
    2.47 -  % \newcommand{\source}[1]{\hspace{1em}\textit{\scriptsize(Quelle: #1)}}
    2.48 +	% \newcommand{\source}[1]{\hspace{1em}\textit{\scriptsize(Quelle: #1)}}
    2.49  	\let\OLDcleardoublepage\cleardoublepage
    2.50  	\renewcommand{\cleardoublepage}{\thispagestyle{empty}\OLDcleardoublepage}
    2.51  
    2.52 @@ -63,11 +63,11 @@
    2.53  	% font
    2.54  	\usepackage[T1]{fontenc}
    2.55  	\usepackage[sc,osf]{mathpazo}
    2.56 -	\linespread{1.05}         % Palatino needs more leading (space between lines)
    2.57 +	\linespread{1.05}  % Palatino needs more leading (space between lines)
    2.58  
    2.59  
    2.60  
    2.61 -  \usepackage{listings}
    2.62 +	\usepackage{listings}
    2.63  	\lstset{
    2.64  		basicstyle=\ttfamily\footnotesize,
    2.65  		numberstyle=\tiny,