summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic
diff options
context:
space:
mode:
authorMojca Miklavec <mojca.miklavec@gmail.com>2013-05-26 21:25:50 +0000
committerMojca Miklavec <mojca.miklavec@gmail.com>2013-05-26 21:25:50 +0000
commit313d13857d7bab6aca46600b6b9cfdfbe8e81b58 (patch)
tree377cbb098be08e89ce1dba3af7e4ef4fae9c3038 /Master/texmf-dist/source/generic
parent4ce9d6e864f301f4daf92a5e83f337db8d9d0170 (diff)
hyph-utf8 update (2013-05-26)
- update German patterns (by Werner Lemberg), version 2013-05-26 - add LPPL licence to Thai patterns - update luatex-hyphen.dtx and derivate files - minor documentation updates git-svn-id: svn://tug.org/texlive/trunk@30689 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r--Master/texmf-dist/source/generic/hyph-utf8/generate-tl-files.rb12
-rw-r--r--Master/texmf-dist/source/generic/hyph-utf8/languages.rb54
2 files changed, 33 insertions, 33 deletions
diff --git a/Master/texmf-dist/source/generic/hyph-utf8/generate-tl-files.rb b/Master/texmf-dist/source/generic/hyph-utf8/generate-tl-files.rb
index 632678a4dc2..0b427c9d62d 100644
--- a/Master/texmf-dist/source/generic/hyph-utf8/generate-tl-files.rb
+++ b/Master/texmf-dist/source/generic/hyph-utf8/generate-tl-files.rb
@@ -9,7 +9,7 @@ $package_name="hyph-utf8"
# TODO - make this a bit less hard-coded
$path_tex_generic=File.expand_path("../../../tex/generic")
$path_TL=File.expand_path("../../../../TL")
-$path_language_dat="#{$path_TL}/texmf/tex/generic/config"
+$path_language_dat="#{$path_TL}/texmf-dist/tex/generic/config"
# hyphen-foo.tlpsrc for TeX Live
$path_tlpsrc="#{$path_TL}/tlpkg/tlpsrc"
@@ -181,20 +181,20 @@ language_groups.sort.each do |language_name,language_list|
$file_tlpsrc.puts
language_list.each do |language|
if language.use_old_patterns and language.filename_old_patterns != "zerohyph.tex" and language.filename_old_patterns != "copthyph.tex" then
- $file_tlpsrc.puts "runpattern f texmf/tex/generic/hyphen/#{language.filename_old_patterns}"
+ $file_tlpsrc.puts "runpattern f texmf-dist/tex/generic/hyphen/#{language.filename_old_patterns}"
end
end
end
if language_name == "greek" then
$file_tlpsrc.puts
- $file_tlpsrc.puts "docpattern d texmf/doc/generic/elhyphen"
+ $file_tlpsrc.puts "docpattern d texmf-dist/doc/generic/elhyphen"
elsif language_name == "hungarian" then
$file_tlpsrc.puts
- $file_tlpsrc.puts "docpattern d texmf/doc/generic/huhyphen"
+ $file_tlpsrc.puts "docpattern d texmf-dist/doc/generic/huhyphen"
elsif language_name == "german" then
$file_tlpsrc.puts
- $file_tlpsrc.puts "runpattern f texmf/tex/generic/hyphen/dehyphtex.tex"
- $file_tlpsrc.puts "runpattern f texmf/tex/generic/hyphen/ghyphen.README"
+ $file_tlpsrc.puts "runpattern f texmf-dist/tex/generic/hyphen/dehyphtex.tex"
+ $file_tlpsrc.puts "runpattern f texmf-dist/tex/generic/hyphen/ghyphen.README"
end
$file_tlpsrc.close
end
diff --git a/Master/texmf-dist/source/generic/hyph-utf8/languages.rb b/Master/texmf-dist/source/generic/hyph-utf8/languages.rb
index 97f32a7eaad..a1d580af064 100644
--- a/Master/texmf-dist/source/generic/hyph-utf8/languages.rb
+++ b/Master/texmf-dist/source/generic/hyph-utf8/languages.rb
@@ -413,8 +413,8 @@ class Languages < Hash
"exceptions" => false,
"message" => "German hyphenation patterns (traditional orthography)",
- "version" => nil,
- "last_modified" => "2012-05-30", # For the active project
+ "version" => "0.3",
+ "last_modified" => "2013-05-26", # For the active project
"type" => "dictionary",
"authors" => ["werner_lemberg"],
"licence" => "LPPL",
@@ -452,8 +452,8 @@ class Languages < Hash
"exceptions" => false,
"message" => "German hyphenation patterns (reformed orthography)",
- "version" => nil,
- "last_modified" => "2012-05-30", # For the active project
+ "version" => "0.3",
+ "last_modified" => "2013-05-26", # For the active project
"type" => "dictionary",
"authors" => ["werner_lemberg"],
"licence" => "LPPL",
@@ -474,8 +474,8 @@ class Languages < Hash
"exceptions" => false,
"message" => "Swiss-German hyphenation patterns (traditional orthography)",
- "version" => nil,
- "last_modified" => "2012-05-30", # For the active project
+ "version" => "0.3",
+ "last_modified" => "2013-05-26", # For the active project
"type" => "dictionary",
"authors" => ["werner_lemberg"],
"licence" => "LPPL",
@@ -1967,27 +1967,27 @@ class Languages < Hash
],
},
# georgian
-{
- "code" => "ka",
- "name" => "georgian",
- "use_new_loader" => true,
- "use_old_patterns" => false,
- "hyphenmin" => [2,3], # TODO
- "encoding" => "t8m",
- "exceptions" => false,
- "message" => "Georgian hyphenation patterns",
-
- "version" => nil,
- "last_modified" => "2013-02-25", # TODO
- "type" => "dictionary",
- "authors" => [ "levan_shoshiashvili" ],
- "licence" => "other-free",
- "description_s" => "Georgian hyphenation patterns",
- "description_l" => [
- #......................................................................#
- "Hyphenation patterns for Georgian in T8M, T8K and UTF-8 encodings.",
- ],
-},
+#{
+# "code" => "ka",
+# "name" => "georgian",
+# "use_new_loader" => true,
+# "use_old_patterns" => false,
+# "hyphenmin" => [2,3], # TODO
+# "encoding" => "t8m",
+# "exceptions" => false,
+# "message" => "Georgian hyphenation patterns",
+#
+# "version" => nil,
+# "last_modified" => "2013-02-25", # TODO
+# "type" => "dictionary",
+# "authors" => [ "levan_shoshiashvili" ],
+# "licence" => "other-free",
+# "description_s" => "Georgian hyphenation patterns",
+# "description_l" => [
+# #......................................................................#
+# "Hyphenation patterns for Georgian in T8M, T8K and UTF-8 encodings.",
+# ],
+#},
# dumylang -> dumyhyph.tex
# nohyphenation -> zerohyph.tex
# arabic -> zerohyph.tex