mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Omit character activation with hanging package
We do not use this feature anyway, and it breaks with other packages/ languages that activate characters
This commit is contained in:
parent
7579662f39
commit
ddc5fed0ad
@ -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}
|
||||
{%
|
||||
|
Loading…
Reference in New Issue
Block a user