mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix compilation of es/Letter standard class
The problem, described by Udi, was the following: See section 1.10 of babel's manual, on page 12 under "TROUBLESHOOTING". There cannot be a closing curly brace after a shorthand, and in babel-spanish ">" is a shorthand. Patch from Dan. For more discussion, see the following ML thread: https://www.mail-archive.com/search?l=mid&q=rwwvyyvwmx5wwvwhqdaioil32hblkzi7ghokzgekksrf66ww3f%40u6nj3guoayay
This commit is contained in:
parent
c6317b123e
commit
fa67f70992
@ -8,7 +8,7 @@
|
|||||||
\use_default_options false
|
\use_default_options false
|
||||||
\maintain_unincluded_children no
|
\maintain_unincluded_children no
|
||||||
\language spanish
|
\language spanish
|
||||||
\language_package default
|
\language_package \usepackage[spanish,es-noquoting]{babel}
|
||||||
\inputencoding utf8
|
\inputencoding utf8
|
||||||
\fontencoding auto
|
\fontencoding auto
|
||||||
\font_roman "default" "default"
|
\font_roman "default" "default"
|
||||||
|
Loading…
Reference in New Issue
Block a user