docs/diploma

diff thesis/thesis.sty @ 46:d3312a3b6e70

minor stuff; indention by tabs
author meillo@marmaro.de
date Tue, 14 Oct 2008 11:48:47 +0200
parents 225669a51b11
children da11c1b9e8cb
line diff
     1.1 --- a/thesis/thesis.sty	Tue Oct 14 10:45:22 2008 +0200
     1.2 +++ b/thesis/thesis.sty	Tue Oct 14 11:48:47 2008 +0200
     1.3 @@ -1,34 +1,34 @@
     1.4  \ProvidesPackage{thesis}
     1.5  
     1.6 -  \usepackage[utf8]{inputenc}
     1.7 -  \usepackage{graphicx}
     1.8 +	\usepackage[utf8]{inputenc}
     1.9 +	\usepackage{graphicx}
    1.10  	\usepackage{url}
    1.11  
    1.12  	\usepackage{makeidx}
    1.13  	\makeindex
    1.14  
    1.15 -  \setlength{\parindent}{0em}
    1.16 -  \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex}
    1.17 -  \setcounter{tocdepth}{3}
    1.18 +	\setlength{\parindent}{0em}
    1.19 +	\setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex}
    1.20 +	\setcounter{tocdepth}{3}
    1.21  
    1.22 -  \pagestyle{headings}
    1.23 -  %\pagestyle{fancy}
    1.24 +	\pagestyle{headings}
    1.25 +	%\pagestyle{fancy}
    1.26  	%\lhead[\leftmark]{\thepage}
    1.27  	%\chead[]{}
    1.28  	%\rhead[\thepage]{\rightmark}
    1.29 -  %\ifoot[\textsc{Markus Schnalke}]{\textsc{Markus Schnalke}}
    1.30 -  %\cfoot[]{}
    1.31 -  %\ofoot[\thepage]{\thepage}
    1.32 +	%\ifoot[\textsc{Markus Schnalke}]{\textsc{Markus Schnalke}}
    1.33 +	%\cfoot[]{}
    1.34 +	%\ofoot[\thepage]{\thepage}
    1.35  
    1.36  	\usepackage{setspace}
    1.37  	\usepackage{relsize}
    1.38  
    1.39  	% formating
    1.40 -  \renewcommand{\path}[1]{\textit{#1}}
    1.41 -  \newcommand{\name}[1]{\emph{#1}}
    1.42 -	\newcommand{\NAME}[1]{{\smaller\textsc{#1}\larger}}
    1.43 +	\renewcommand{\path}[1]{\textit{#1}}
    1.44 +	\newcommand{\name}[1]{\emph{#1}\index{#1}}
    1.45 +	\newcommand{\NAME}[1]{{\smaller\textsc{#1}}\index{#1}}
    1.46  
    1.47 -  % \newcommand{\source}[1]{\hspace{1em}\textit{\scriptsize(Quelle: #1)}}
    1.48 +	% \newcommand{\source}[1]{\hspace{1em}\textit{\scriptsize(Quelle: #1)}}
    1.49  	\let\OLDcleardoublepage\cleardoublepage
    1.50  	\renewcommand{\cleardoublepage}{\thispagestyle{empty}\OLDcleardoublepage}
    1.51  
    1.52 @@ -63,11 +63,11 @@
    1.53  	% font
    1.54  	\usepackage[T1]{fontenc}
    1.55  	\usepackage[sc,osf]{mathpazo}
    1.56 -	\linespread{1.05}         % Palatino needs more leading (space between lines)
    1.57 +	\linespread{1.05}  % Palatino needs more leading (space between lines)
    1.58  
    1.59  
    1.60  
    1.61 -  \usepackage{listings}
    1.62 +	\usepackage{listings}
    1.63  	\lstset{
    1.64  		basicstyle=\ttfamily\footnotesize,
    1.65  		numberstyle=\tiny,