Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-8 commit in: /
Date: Mon, 17 May 2021 21:23:23
Message-Id: 1621286333.10a211c8bae5e7bc773f2759789b34087420e500.ulm@gentoo
1 commit: 10a211c8bae5e7bc773f2759789b34087420e500
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 17 21:05:48 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon May 17 21:18:53 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=10a211c8
7
8 pms.cls: Require version 1 of parskip.sty
9
10 Newer versions change the spacing after headings which causes
11 different page breaks.
12
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 pms.cls | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/pms.cls b/pms.cls
19 index ee0d60f..98e9cbf 100644
20 --- a/pms.cls
21 +++ b/pms.cls
22 @@ -39,13 +39,13 @@
23 lscape, % Rotating pages
24 marginnote, % Typeset a paragraph in the page margin
25 paralist, % Additional list environments
26 - parskip, % Space between paragraphs instead of indentation
27 underscore, % Allow simple _ instead of \_
28 chngcntr, % Redefinition of counters
29 tocbibind, % Add bibliography to table of contents
30 float, % More control over float environments
31 gitinfo2 % Metadata from git
32 }
33 +\RequirePackage{parskip}[=v1] % Space between paragraphs instead of indentation
34
35 % tex4ht workaround: hyperref needs to be loaded /after/ tex4ht injects itself
36 \g@addto@macro\@documentclasshook{