changeset 46:d3312a3b6e70

minor stuff; indention by tabs
author meillo@marmaro.de
date Tue, 14 Oct 2008 11:48:47 +0200 (2008-10-14)
parents faf3c7524993
children d52fa2350137
files thesis/tex/cover.tex thesis/thesis.sty
diffstat 2 files changed, 17 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/thesis/tex/cover.tex	Tue Oct 14 10:45:22 2008 +0200
+++ b/thesis/tex/cover.tex	Tue Oct 14 11:48:47 2008 +0200
@@ -6,7 +6,7 @@
 	{\Huge \bfseries masqmail}
 
 	{\large \slshape
-	diploma thesis by\\
+	diploma thesis of\\
 	markus schnalke\\
 	}
 
--- a/thesis/thesis.sty	Tue Oct 14 10:45:22 2008 +0200
+++ b/thesis/thesis.sty	Tue Oct 14 11:48:47 2008 +0200
@@ -1,34 +1,34 @@
 \ProvidesPackage{thesis}
 
-  \usepackage[utf8]{inputenc}
-  \usepackage{graphicx}
+	\usepackage[utf8]{inputenc}
+	\usepackage{graphicx}
 	\usepackage{url}
 
 	\usepackage{makeidx}
 	\makeindex
 
-  \setlength{\parindent}{0em}
-  \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex}
-  \setcounter{tocdepth}{3}
+	\setlength{\parindent}{0em}
+	\setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex}
+	\setcounter{tocdepth}{3}
 
-  \pagestyle{headings}
-  %\pagestyle{fancy}
+	\pagestyle{headings}
+	%\pagestyle{fancy}
 	%\lhead[\leftmark]{\thepage}
 	%\chead[]{}
 	%\rhead[\thepage]{\rightmark}
-  %\ifoot[\textsc{Markus Schnalke}]{\textsc{Markus Schnalke}}
-  %\cfoot[]{}
-  %\ofoot[\thepage]{\thepage}
+	%\ifoot[\textsc{Markus Schnalke}]{\textsc{Markus Schnalke}}
+	%\cfoot[]{}
+	%\ofoot[\thepage]{\thepage}
 
 	\usepackage{setspace}
 	\usepackage{relsize}
 
 	% formating
-  \renewcommand{\path}[1]{\textit{#1}}
-  \newcommand{\name}[1]{\emph{#1}}
-	\newcommand{\NAME}[1]{{\smaller\textsc{#1}\larger}}
+	\renewcommand{\path}[1]{\textit{#1}}
+	\newcommand{\name}[1]{\emph{#1}\index{#1}}
+	\newcommand{\NAME}[1]{{\smaller\textsc{#1}}\index{#1}}
 
-  % \newcommand{\source}[1]{\hspace{1em}\textit{\scriptsize(Quelle: #1)}}
+	% \newcommand{\source}[1]{\hspace{1em}\textit{\scriptsize(Quelle: #1)}}
 	\let\OLDcleardoublepage\cleardoublepage
 	\renewcommand{\cleardoublepage}{\thispagestyle{empty}\OLDcleardoublepage}
 
@@ -63,11 +63,11 @@
 	% font
 	\usepackage[T1]{fontenc}
 	\usepackage[sc,osf]{mathpazo}
-	\linespread{1.05}         % Palatino needs more leading (space between lines)
+	\linespread{1.05}  % Palatino needs more leading (space between lines)
 
 
 
-  \usepackage{listings}
+	\usepackage{listings}
 	\lstset{
 		basicstyle=\ttfamily\footnotesize,
 		numberstyle=\tiny,