mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +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
|
Preamble
|
||||||
\newlength{\lyxhang}
|
\newlength{\lyxhang}
|
||||||
\IfFileExists{hanging.sty}{
|
\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}
|
\usepackage{hanging}
|
||||||
\newenvironment{hangparagraphs}
|
\newenvironment{hangparagraphs}
|
||||||
{%
|
{%
|
||||||
|
Loading…
Reference in New Issue
Block a user