From 3dbf2a5dcf649f8379f576848409a617431cd00d Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 12 May 2024 20:23:08 +0200 Subject: Revert "pms.cls: Require version 1 of parskip.sty" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 4ebd8cb10bcf73fba3bbf06e9aa8370fcf692538. Signed-off-by: Ulrich Müller --- pms.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pms.cls b/pms.cls index 0cf630b..a3e3ea5 100644 --- a/pms.cls +++ b/pms.cls @@ -29,7 +29,6 @@ \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 @@ -42,6 +41,7 @@ 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 \_ footmisc, % Customise footnotes chngcntr, % Redefinition of counters -- cgit v1.2.3-65-gdbad