]> git.lyx.org Git - features.git/commitdiff
deactivate ~ in Basque, Estonian and Galician (bug #8265)
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 18 Jul 2012 11:01:10 +0000 (13:01 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 18 Jul 2012 15:30:00 +0000 (17:30 +0200)
lib/languages
status.20x

index dce015776dfec1e2b73f3d3c7aa83fb3279e38f4..94c0189ad351a9320d4247f995e868e3d3f9bba9 100644 (file)
@@ -170,6 +170,9 @@ Language basque
        PolyglossiaName  basque
        Encoding         iso8859-15
        LangCode         eu_ES
+       PostBabelPreamble
+       \addto\extrasbasque{\bbl@deactivate{~}}
+       EndPostBabelPreamble
 End
 
 Language belarusian
@@ -326,6 +329,9 @@ Language estonian
        PolyglossiaName  estonian
        Encoding         iso8859-15
        LangCode         et_EE
+       PostBabelPreamble
+       \addto\extrasestonian{\bbl@deactivate{~}}
+       EndPostBabelPreamble
 End
 
 # the preamble definitions are only used due to bugs in the
@@ -372,6 +378,9 @@ Language galician
        PolyglossiaName  galician
        Encoding         iso8859-15
        LangCode         gl_ES
+       PostBabelPreamble
+       \addto\shorthandsgalician{\galiciandeactivate{~}}
+       EndPostBabelPreamble
 End
 
 # german does not use a country code (due to the variety)
index 421cacd06198f956ff51846491ed5dca192ff051..9b4a121465fb17ba82d659ef5c519040d7103351 100644 (file)
@@ -84,6 +84,8 @@ What's new
 
 - Write correct DTD for MathML (bug #8160).
 
+- Make the ~ char in Basque, Estonian and Galician non-active (bug #8265).
+
 - Embrace babel settings to \makeatletter ... \makeatother if they contain
   an @ glyph.