Mercurial > docs > diploma
comparison 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 |
comparison
equal
deleted
inserted
replaced
45:faf3c7524993 | 46:d3312a3b6e70 |
---|---|
1 \ProvidesPackage{thesis} | 1 \ProvidesPackage{thesis} |
2 | 2 |
3 \usepackage[utf8]{inputenc} | 3 \usepackage[utf8]{inputenc} |
4 \usepackage{graphicx} | 4 \usepackage{graphicx} |
5 \usepackage{url} | 5 \usepackage{url} |
6 | 6 |
7 \usepackage{makeidx} | 7 \usepackage{makeidx} |
8 \makeindex | 8 \makeindex |
9 | 9 |
10 \setlength{\parindent}{0em} | 10 \setlength{\parindent}{0em} |
11 \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex} | 11 \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex} |
12 \setcounter{tocdepth}{3} | 12 \setcounter{tocdepth}{3} |
13 | 13 |
14 \pagestyle{headings} | 14 \pagestyle{headings} |
15 %\pagestyle{fancy} | 15 %\pagestyle{fancy} |
16 %\lhead[\leftmark]{\thepage} | 16 %\lhead[\leftmark]{\thepage} |
17 %\chead[]{} | 17 %\chead[]{} |
18 %\rhead[\thepage]{\rightmark} | 18 %\rhead[\thepage]{\rightmark} |
19 %\ifoot[\textsc{Markus Schnalke}]{\textsc{Markus Schnalke}} | 19 %\ifoot[\textsc{Markus Schnalke}]{\textsc{Markus Schnalke}} |
20 %\cfoot[]{} | 20 %\cfoot[]{} |
21 %\ofoot[\thepage]{\thepage} | 21 %\ofoot[\thepage]{\thepage} |
22 | 22 |
23 \usepackage{setspace} | 23 \usepackage{setspace} |
24 \usepackage{relsize} | 24 \usepackage{relsize} |
25 | 25 |
26 % formating | 26 % formating |
27 \renewcommand{\path}[1]{\textit{#1}} | 27 \renewcommand{\path}[1]{\textit{#1}} |
28 \newcommand{\name}[1]{\emph{#1}} | 28 \newcommand{\name}[1]{\emph{#1}\index{#1}} |
29 \newcommand{\NAME}[1]{{\smaller\textsc{#1}\larger}} | 29 \newcommand{\NAME}[1]{{\smaller\textsc{#1}}\index{#1}} |
30 | 30 |
31 % \newcommand{\source}[1]{\hspace{1em}\textit{\scriptsize(Quelle: #1)}} | 31 % \newcommand{\source}[1]{\hspace{1em}\textit{\scriptsize(Quelle: #1)}} |
32 \let\OLDcleardoublepage\cleardoublepage | 32 \let\OLDcleardoublepage\cleardoublepage |
33 \renewcommand{\cleardoublepage}{\thispagestyle{empty}\OLDcleardoublepage} | 33 \renewcommand{\cleardoublepage}{\thispagestyle{empty}\OLDcleardoublepage} |
34 | 34 |
35 % shortcuts | 35 % shortcuts |
36 \newcommand{\masqmail}{\name{masqmail}} | 36 \newcommand{\masqmail}{\name{masqmail}} |
61 | 61 |
62 | 62 |
63 % font | 63 % font |
64 \usepackage[T1]{fontenc} | 64 \usepackage[T1]{fontenc} |
65 \usepackage[sc,osf]{mathpazo} | 65 \usepackage[sc,osf]{mathpazo} |
66 \linespread{1.05} % Palatino needs more leading (space between lines) | 66 \linespread{1.05} % Palatino needs more leading (space between lines) |
67 | 67 |
68 | 68 |
69 | 69 |
70 \usepackage{listings} | 70 \usepackage{listings} |
71 \lstset{ | 71 \lstset{ |
72 basicstyle=\ttfamily\footnotesize, | 72 basicstyle=\ttfamily\footnotesize, |
73 numberstyle=\tiny, | 73 numberstyle=\tiny, |
74 basewidth=0.45em, | 74 basewidth=0.45em, |
75 numbers=left, | 75 numbers=left, |