From fa67f70992da5f7c6cb0958d557993d6c0750534 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sat, 23 Sep 2023 20:35:36 -0400 Subject: [PATCH] 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 --- lib/templates/es/Letters/Letter_%28Standard_Class%29.lyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templates/es/Letters/Letter_%28Standard_Class%29.lyx b/lib/templates/es/Letters/Letter_%28Standard_Class%29.lyx index 24767f8b0d..2af7c2d450 100644 --- a/lib/templates/es/Letters/Letter_%28Standard_Class%29.lyx +++ b/lib/templates/es/Letters/Letter_%28Standard_Class%29.lyx @@ -8,7 +8,7 @@ \use_default_options false \maintain_unincluded_children no \language spanish -\language_package default +\language_package \usepackage[spanish,es-noquoting]{babel} \inputencoding utf8 \fontencoding auto \font_roman "default" "default" -- 2.39.2