summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-05-18 21:34:16 +0200
committerUlrich Müller <ulm@gentoo.org>2021-05-18 21:34:16 +0200
commit4ebd8cb10bcf73fba3bbf06e9aa8370fcf692538 (patch)
treefe860fd5c8660f5813e4f12bbee66669722ed52b /pms.cls
parentpms.cls: Do not define \e for \emph (diff)
downloadpms-4ebd8cb10bcf73fba3bbf06e9aa8370fcf692538.tar.gz
pms-4ebd8cb10bcf73fba3bbf06e9aa8370fcf692538.tar.bz2
pms-4ebd8cb10bcf73fba3bbf06e9aa8370fcf692538.zip
pms.cls: Require version 1 of parskip.sty
Newer versions change the spacing after headings which causes different page breaks. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'pms.cls')
-rw-r--r--pms.cls2
1 files changed, 1 insertions, 1 deletions
diff --git a/pms.cls b/pms.cls
index ee0d60f..1a09407 100644
--- a/pms.cls
+++ b/pms.cls
@@ -27,6 +27,7 @@
\PassOptionsToPackage{local}{gitinfo2}
\PassOptionsToPackage{chapter}{algorithm}
% algorithmic and algorithm to be loaded last to avoid failures
+\RequirePackage{parskip}[=v1] % Space between paragraphs instead of indentation
\RequirePackage{%
fontenc, % Load extended font sets
isodate, % Date formatting and conversions
@@ -39,7 +40,6 @@
lscape, % Rotating pages
marginnote, % Typeset a paragraph in the page margin
paralist, % Additional list environments
- parskip, % Space between paragraphs instead of indentation
underscore, % Allow simple _ instead of \_
chngcntr, % Redefinition of counters
tocbibind, % Add bibliography to table of contents