[LyX/master] Amend ddc5fed0ad00a3
Juergen Spitzmueller
spitz at lyx.org
Tue Dec 5 16:13:07 UTC 2023
commit 4723f8e7549723bafb03c6d60999d4c03f046391
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Tue Dec 5 18:36:04 2023 +0100
Amend ddc5fed0ad00a3
*facepalm*
---
lib/layouts/hanging.module | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/layouts/hanging.module b/lib/layouts/hanging.module
index c1bb258..1654166 100644
--- a/lib/layouts/hanging.module
+++ b/lib/layouts/hanging.module
@@ -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}
{%
More information about the lyx-cvs
mailing list