]> git.lyx.org Git - features.git/commitdiff
Amend ddc5fed0ad00a3
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 5 Dec 2023 17:36:04 +0000 (18:36 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 5 Dec 2023 17:37:26 +0000 (18:37 +0100)
*facepalm*

lib/layouts/hanging.module

index c1bb25885b3e5bf99fff05c3ad85d9cd0de75a2c..16541668a879d59f79c287fe1f94478597b749dc 100644 (file)
@@ -27,7 +27,7 @@ Style Hanging
     \IfFileExists{hanging.sty}{
       % Disable all character activation, as this interferes
       % with other packages and some languages
-      \PassOptionsToPackage{hanging}{%
+      \PassOptionsToPackage{%
           notcomma,
           notperiod,
           notquote,
@@ -35,7 +35,7 @@ Style Hanging
           notexcl,
           notcolon,
           notscolon
-      }
+      }{hanging}
       \usepackage{hanging}
       \newenvironment{hangparagraphs}
         {%