summaryrefslogtreecommitdiff
path: root/texmf
diff options
context:
space:
mode:
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}