summaryrefslogtreecommitdiff
path: root/texmf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-12-02 09:50:38 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-12-02 09:50:38 -0700
commit441b4333769d42383d222ec99d08e9cbc1d31bfb (patch)
tree5ed4699746a5b427f2f0187d2afeeb947cc0f95c /texmf
parent17ecc5dc57a9001319747a6bb6c1ebb99f7b31f8 (diff)
downloaddotfiles-441b4333769d42383d222ec99d08e9cbc1d31bfb.tar.gz
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.
Diffstat (limited to 'texmf')
-rw-r--r--texmf/tex/latex/pessay/pessay.cls3
1 files changed, 2 insertions, 1 deletions
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]}