mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Merge branch 'fix-spanish-quoting'
This branch reverts a document-specific fix and introduces a more general fix. The following tests still all pass: ctest -R "es/Letter"
This commit is contained in:
commit
46a62573c3
@ -1438,6 +1438,7 @@ Language spanish
|
||||
LangCode es_ES
|
||||
PostBabelPreamble
|
||||
\addto\shorthandsspanish{\spanishdeactivate{~<>}}
|
||||
\deactivatequoting
|
||||
EndPostBabelPreamble
|
||||
End
|
||||
|
||||
@ -1454,6 +1455,7 @@ Language spanish-mexico
|
||||
LangCode es_MX
|
||||
PostBabelPreamble
|
||||
\addto\shorthandsspanish{\spanishdeactivate{~<>.}}
|
||||
\deactivatequoting
|
||||
EndPostBabelPreamble
|
||||
End
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
\use_default_options false
|
||||
\maintain_unincluded_children no
|
||||
\language spanish
|
||||
\language_package \usepackage[spanish,es-noquoting]{babel}
|
||||
\language_package default
|
||||
\inputencoding utf8
|
||||
\fontencoding auto
|
||||
\font_roman "default" "default"
|
||||
|
Loading…
Reference in New Issue
Block a user