changeset 368:868e11810ac7

made font size in blockquotes smaller
author meillo@marmaro.de
date Sat, 31 Jan 2009 10:49:39 +0100 (2009-01-31)
parents cbf49a0c074e
children 63fb9fba6c77
files thesis/thesis.sty
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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