From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1283429-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0628C1382C5 for <garchives@archives.gentoo.org>; Tue, 18 May 2021 05:44:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08752E07C5; Tue, 18 May 2021 05:44:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7D43E07C5 for <gentoo-commits@lists.gentoo.org>; Tue, 18 May 2021 05:44:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06C0D340FAC for <gentoo-commits@lists.gentoo.org>; Tue, 18 May 2021 05:44:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F139644 for <gentoo-commits@lists.gentoo.org>; Tue, 18 May 2021 05:44:33 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1621316595.13d9a09dc120d40b1e2b503a845d382adbac5b70.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-8 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pms.cls X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 13d9a09dc120d40b1e2b503a845d382adbac5b70 X-VCS-Branch: eapi-8 Date: Tue, 18 May 2021 05:44:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 78242195-50f7-442b-8dfa-e293cb2e32bf X-Archives-Hash: bd3986c4562aeacc423b2b92a687a7a0 commit: 13d9a09dc120d40b1e2b503a845d382adbac5b70 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue May 18 05:43:15 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue May 18 05:43:15 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=13d9a09d 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 <AT> gentoo.org> pms.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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