commit fa67f70992da5f7c6cb0958d557993d6c0750534
Author: Scott Kostyshak <skost...@lyx.org>
Date:   Sat Sep 23 20:35:36 2023 -0400

    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
---
 .../es/Letters/Letter_%28Standard_Class%29.lyx     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/templates/es/Letters/Letter_%28Standard_Class%29.lyx 
b/lib/templates/es/Letters/Letter_%28Standard_Class%29.lyx
index 24767f8..2af7c2d 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"
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to