From ddc5fed0ad00a31d6a6df93c0def3e0da22d74eb Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 5 Dec 2023 17:07:10 +0100 Subject: [PATCH] Omit character activation with hanging package We do not use this feature anyway, and it breaks with other packages/ languages that activate characters --- lib/layouts/hanging.module | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/layouts/hanging.module b/lib/layouts/hanging.module index 55c1a2e2d4..c1bb25885b 100644 --- a/lib/layouts/hanging.module +++ b/lib/layouts/hanging.module @@ -25,6 +25,17 @@ Style Hanging Preamble \newlength{\lyxhang} \IfFileExists{hanging.sty}{ + % Disable all character activation, as this interferes + % with other packages and some languages + \PassOptionsToPackage{hanging}{% + notcomma, + notperiod, + notquote, + notquery, + notexcl, + notcolon, + notscolon + } \usepackage{hanging} \newenvironment{hangparagraphs} {% -- 2.39.5