From 441b4333769d42383d222ec99d08e9cbc1d31bfb Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 2 Dec 2017 09:50:38 -0700 Subject: pessay.cls: use relsize when setting size of quoted text This ensures that a quotation inside a footnote does not have a larger font size than the text of the footnote that surrounds it. --- texmf/tex/latex/pessay/pessay.cls | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'texmf') diff --git a/texmf/tex/latex/pessay/pessay.cls b/texmf/tex/latex/pessay/pessay.cls index 9912add1..b17d910d 100644 --- a/texmf/tex/latex/pessay/pessay.cls +++ b/texmf/tex/latex/pessay/pessay.cls @@ -106,6 +106,7 @@ \RequirePackage{ifthen} %% \RequirePackage[all]{nowidow} \RequirePackage{fancyhdr} +\RequirePackage{relsize} % for \smaller in quotation font size \initialdouble % defined above; loads setspace package %% ---- Useful enumerations @@ -167,4 +168,4 @@ %% ---- Style inline quotations -\expandafter\def\expandafter\quote\expandafter{\quote\onehalfspacing\small} +\expandafter\def\expandafter\quote\expandafter{\quote\onehalfspacing\smaller[0.5]} -- cgit v1.2.3