docs/diploma

changeset 368:868e11810ac7

made font size in blockquotes smaller
author meillo@marmaro.de
date Sat, 31 Jan 2009 10:49:39 +0100
parents cbf49a0c074e
children 63fb9fba6c77
files thesis/thesis.sty
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/thesis/thesis.sty	Fri Jan 30 21:21:47 2009 +0100
     1.2 +++ b/thesis/thesis.sty	Sat Jan 31 10:49:39 2009 +0100
     1.3 @@ -18,16 +18,17 @@
     1.4  \usepackage[T1]{fontenc}
     1.5  \usepackage[sc,osf]{mathpazo}
     1.6  \linespread{1.05}  % Palatino needs more leading (space between lines)
     1.7 -%\linespread{2.05}  % for proof-reading
     1.8  
     1.9  
    1.10  
    1.11  % global formating
    1.12  \pagestyle{headings}
    1.13 +\setcounter{tocdepth}{2}
    1.14  \setlength{\parindent}{0em}
    1.15  \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex}
    1.16 -\setcounter{tocdepth}{2}
    1.17  \setlength{\labelsep}{1em}
    1.18 +\let\OLDquote\quote
    1.19 +\renewcommand{\quote}{\OLDquote\small}  % blockquotes in smaller size
    1.20  
    1.21  % formating macros
    1.22  %\renewcommand{\path}[1]{\textit{#1}}
    1.23 @@ -59,6 +60,7 @@
    1.24  \newcommand{\RG}{\NAME{RG}\,}
    1.25  \newcommand{\RA}{\NAME{RA}\,}
    1.26  \newcommand{\St}{\NAME{S}\,}
    1.27 +%fixme: remove the \, and insert them in the text directly
    1.28  
    1.29  
    1.30