Mercurial > docs > diploma
comparison thesis/thesis.sty @ 368:868e11810ac7
made font size in blockquotes smaller
author | meillo@marmaro.de |
---|---|
date | Sat, 31 Jan 2009 10:49:39 +0100 |
parents | 0850f0a9dbb3 |
children | 44a3188bf6d2 |
comparison
equal
deleted
inserted
replaced
367:cbf49a0c074e | 368:868e11810ac7 |
---|---|
16 | 16 |
17 % font | 17 % font |
18 \usepackage[T1]{fontenc} | 18 \usepackage[T1]{fontenc} |
19 \usepackage[sc,osf]{mathpazo} | 19 \usepackage[sc,osf]{mathpazo} |
20 \linespread{1.05} % Palatino needs more leading (space between lines) | 20 \linespread{1.05} % Palatino needs more leading (space between lines) |
21 %\linespread{2.05} % for proof-reading | |
22 | 21 |
23 | 22 |
24 | 23 |
25 % global formating | 24 % global formating |
26 \pagestyle{headings} | 25 \pagestyle{headings} |
26 \setcounter{tocdepth}{2} | |
27 \setlength{\parindent}{0em} | 27 \setlength{\parindent}{0em} |
28 \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex} | 28 \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex} |
29 \setcounter{tocdepth}{2} | |
30 \setlength{\labelsep}{1em} | 29 \setlength{\labelsep}{1em} |
30 \let\OLDquote\quote | |
31 \renewcommand{\quote}{\OLDquote\small} % blockquotes in smaller size | |
31 | 32 |
32 % formating macros | 33 % formating macros |
33 %\renewcommand{\path}[1]{\textit{#1}} | 34 %\renewcommand{\path}[1]{\textit{#1}} |
34 \newcommand{\name}[1]{\emph{#1}\index{#1}} | 35 \newcommand{\name}[1]{\emph{#1}\index{#1}} |
35 \newcommand{\NAME}[1]{{\smaller\textsc{#1}}\index{#1}} | 36 \newcommand{\NAME}[1]{{\smaller\textsc{#1}}\index{#1}} |
57 \newcommand{\TODO}{\NAME{TODO}\,} | 58 \newcommand{\TODO}{\NAME{TODO}\,} |
58 \newcommand{\RF}{\NAME{RF}\,} | 59 \newcommand{\RF}{\NAME{RF}\,} |
59 \newcommand{\RG}{\NAME{RG}\,} | 60 \newcommand{\RG}{\NAME{RG}\,} |
60 \newcommand{\RA}{\NAME{RA}\,} | 61 \newcommand{\RA}{\NAME{RA}\,} |
61 \newcommand{\St}{\NAME{S}\,} | 62 \newcommand{\St}{\NAME{S}\,} |
63 %fixme: remove the \, and insert them in the text directly | |
62 | 64 |
63 | 65 |
64 | 66 |
65 \newcommand{\codeinput}[1]{ | 67 \newcommand{\codeinput}[1]{ |
66 \begin{quote} | 68 \begin{quote} |