# HG changeset patch # User meillo@marmaro.de # Date 1233395379 -3600 # Node ID 868e11810ac78562a047cdd4dee874af4d04562b # Parent cbf49a0c074e0bd2fe7b96adcf4b6345d25468b4 made font size in blockquotes smaller diff -r cbf49a0c074e -r 868e11810ac7 thesis/thesis.sty --- a/thesis/thesis.sty Fri Jan 30 21:21:47 2009 +0100 +++ b/thesis/thesis.sty Sat Jan 31 10:49:39 2009 +0100 @@ -18,16 +18,17 @@ \usepackage[T1]{fontenc} \usepackage[sc,osf]{mathpazo} \linespread{1.05} % Palatino needs more leading (space between lines) -%\linespread{2.05} % for proof-reading % global formating \pagestyle{headings} +\setcounter{tocdepth}{2} \setlength{\parindent}{0em} \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex} -\setcounter{tocdepth}{2} \setlength{\labelsep}{1em} +\let\OLDquote\quote +\renewcommand{\quote}{\OLDquote\small} % blockquotes in smaller size % formating macros %\renewcommand{\path}[1]{\textit{#1}} @@ -59,6 +60,7 @@ \newcommand{\RG}{\NAME{RG}\,} \newcommand{\RA}{\NAME{RA}\,} \newcommand{\St}{\NAME{S}\,} +%fixme: remove the \, and insert them in the text directly