[tex-hyphen] buglet in some loadhyph-xxx files

Werner LEMBERG wl at gnu.org
Sun Jun 15 21:31:56 CEST 2008


[texhyphen SVN Rev 121]

Looking into loadhyph-de-1901.tex, I see

   ...
   \else
     \t% ...


This `\t' should be a tab I assume.  (BTW, I wouldn't use tabs in TeX
input files in general.)

Below is a patch.  Please regenerate the affected files.


    Werner


======================================================================


--- generate-pattern-loaders.rb.old     2008-06-15 16:08:12.000000000 +0200
+++ generate-pattern-loaders.rb 2008-06-15 21:29:09.000000000 +0200
@@ -123,7 +123,7 @@
                                file.puts('\ifNativeUtfEightPatterns')
                                file.puts("\t\\input hyph-#{language.code}.tex")
                                file.puts('\else')
-                               file.puts('\t% we still load old patterns for 8-bit TeX')
+                               file.puts("\t% we still load old patterns for 8-bit TeX")
                                file.puts("\t\\input #{language.filename_old_patterns}")
                                file.puts('\fi')
                        elsif language.encoding == nil or language.encoding == "ascii" then


More information about the tex-hyphen mailing list