summaryrefslogtreecommitdiff
path: root/texmf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-02-01 10:28:22 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-02-01 10:28:42 -0700
commit98a4a866bdd4f396961575611034fdcc8225f464 (patch)
treee1208166c44bfae00fc888094cb119b46e8313f0 /texmf
parent782ffaa03097d1cff14f20c71364def9b48f14d7 (diff)
downloaddotfiles-98a4a866bdd4f396961575611034fdcc8225f464.tar.gz
pessay.cls: increase itemsep
Diffstat (limited to 'texmf')
-rw-r--r--texmf/tex/latex/pessay/pessay.cls8
1 files changed, 8 insertions, 0 deletions
diff --git a/texmf/tex/latex/pessay/pessay.cls b/texmf/tex/latex/pessay/pessay.cls
index b17d910d..fcb05565 100644
--- a/texmf/tex/latex/pessay/pessay.cls
+++ b/texmf/tex/latex/pessay/pessay.cls
@@ -169,3 +169,11 @@
%% ---- Style inline quotations
\expandafter\def\expandafter\quote\expandafter{\quote\onehalfspacing\smaller[0.5]}
+
+%% ---- Lists
+
+%% Try to bring item separation in line with line spacing
+
+\let\tempone\enumerate
+\let\temptwo\endenumerate
+\renewenvironment{enumerate}{\tempone\addtolength{\itemsep}{0.5\baselineskip}}{\temptwo}