diff options
229 files changed, 11099 insertions, 6992 deletions
diff --git a/Master/texmf-dist/doc/generic/hyph-utf8/CHANGES b/Master/texmf-dist/doc/generic/hyph-utf8/CHANGES index 199ffff6848..15ea4a3a771 100644 --- a/Master/texmf-dist/doc/generic/hyph-utf8/CHANGES +++ b/Master/texmf-dist/doc/generic/hyph-utf8/CHANGES @@ -1,3 +1,57 @@ +2011-06-11 (#555) +- downcase "Hyphenation Patterns" + +2011-06-09 (#553) +- add duplicated patterns with apostrophes for XeTeX +- fix tlpsrc generator for serbian + +2011-06-09 (#549) +- support multiple hyphenation/patterns files. + +2011-06-08 (#547) +- duplicate patterns with apostrophes in plan text files +- fix a bug in conversion of greek patterns into plain text files (no apostrophe replacement) + +2011-06-08 (#545, #546) +- restore two version of plain text patterns for Serbian + and load 'sh' patterns by default also for Cyrillic script + +2011-06-08 (#544) +- a section in documentation about using hyphenation patterns in TeX + +2011-06-08 (#543) +- temporary remove Greek patterns for 8-bit engines (will be added later) + +2011-06-07 (#542) +- add LPPL licence to Uppersorbian patterns + +2011-06-07 (#538) +- add LPPL licence to Welsh patterns + +2011-06-06 (#528, #529) +- rename 8bit patterns: phyph-<lang>.tex -> hyph-<lang>.<enc>.tex + +2011-06-06 (#527) +- add LPPL licence to Croatian patterns (and update author's email address) + +2011-06-02 (#525) +- new version of German hyphenation patterns + +2011-06-01 (#523, #524) +- load patterns for Latin and Cyrillic scripts for Serbian simultaneously + +2011-01-19 (#515) +- merge exhyph-ru.tex and exhyph-uk.tex with dash-related patterns into main file + (we might split them again if we decide to support all different encodings) + +2011-01-19 (#514) +- add ASCII Greek and Coptic patterns for 8-bit engines into repository + +== CTAN release 2011.01.13 == + +2011-01-11 (#512) +- remove the hack for OT1 encoding support for French and Danish patterns + 2011-01-11 (#512) - remove the hack for OT1 encoding support for French and Danish patterns @@ -19,9 +73,13 @@ 2010-10-20 (#489) - replace Afrikaans patterns (by Tilla Fick and Chris Swanepoel) +== CTAN release == + 2010-09-18 (#450) - add Afrikaans patterns (by Friedel Wolff); major revision needed +== CTAN release == + 2010-06-01 (#440) - remove 2'2 pattern from Latin (on Claudio Beccari's request) diff --git a/Master/texmf-dist/doc/generic/hyph-utf8/hyphenation.pdf b/Master/texmf-dist/doc/generic/hyph-utf8/hyphenation.pdf Binary files differindex 15afb52a7f7..3535f27d0ac 100644 --- a/Master/texmf-dist/doc/generic/hyph-utf8/hyphenation.pdf +++ b/Master/texmf-dist/doc/generic/hyph-utf8/hyphenation.pdf diff --git a/Master/texmf-dist/doc/generic/hyph-utf8/hyphenation.tex b/Master/texmf-dist/doc/generic/hyph-utf8/hyphenation.tex index 9e70723029f..8dd79928877 100644 --- a/Master/texmf-dist/doc/generic/hyph-utf8/hyphenation.tex +++ b/Master/texmf-dist/doc/generic/hyph-utf8/hyphenation.tex @@ -6,11 +6,23 @@ \setuphead [subject] - [style=\bfa] + [style=\bfc] +\setuphead + [subsubject] + [style=\bfb] +\setuppagenumbering + [location={footer}] +\setuplayout + [header=0pt,headerdistance=0pt,height=24cm] + +\def\eTeX{ε-\TeX} +% TODO +\def\XeLaTeX{Xe\LaTeX} +\def\LuaLaTeX{Lua\LaTeX} \starttext -\centerline{\tt hyph-utf8} +\centerline{\tt\bfc hyph-utf8} \blank[big] @@ -34,208 +46,16 @@ patterns to some 8-bit encoding when used with \PDFTEX{} or Knuth's \TEX. \subject{List of supported languages} -% \startluacode -% languages={ -% ['Afrikaans'] = { -% { code = 'af', name = 'afrikaans', synonyms = { } }, -% }, -% ['Ancientgreek'] = { -% { code = 'grc', name = 'ancientgreek', synonyms = { } }, -% { code = 'grc-x-ibycus', name = 'ibycus', synonyms = { } }, -% }, -% ['Arabic'] = { -% { code = 'ar', name = 'arabic', synonyms = { } }, -% }, -% ['Armenian'] = { -% { code = 'hy', name = 'armenian', synonyms = { } }, -% }, -% ['Assamese'] = { -% { code = 'as', name = 'assamese', synonyms = { } }, -% }, -% ['Basque'] = { -% { code = 'eu', name = 'basque', synonyms = { } }, -% }, -% ['Bengali'] = { -% { code = 'bn', name = 'bengali', synonyms = { } }, -% }, -% ['Bulgarian'] = { -% { code = 'bg', name = 'bulgarian', synonyms = { } }, -% }, -% ['Catalan'] = { -% { code = 'ca', name = 'catalan', synonyms = { } }, -% }, -% ['Chinese'] = { -% { code = 'zh-latn', name = 'pinyin', synonyms = { } }, -% }, -% ['Coptic'] = { -% { code = 'cop', name = 'coptic', synonyms = { } }, -% }, -% ['Croatian'] = { -% { code = 'hr', name = 'croatian', synonyms = { } }, -% }, -% ['Czech'] = { -% { code = 'cs', name = 'czech', synonyms = { } }, -% }, -% ['Danish'] = { -% { code = 'da', name = 'danish', synonyms = { } }, -% }, -% ['Dutch'] = { -% { code = 'nl', name = 'dutch', synonyms = { } }, -% }, -% ['Esperanto'] = { -% { code = 'eo', name = 'esperanto', synonyms = { } }, -% }, -% ['Estonian'] = { -% { code = 'et', name = 'estonian', synonyms = { } }, -% }, -% ['Farsi'] = { -% { code = 'fa', name = 'farsi', synonyms = { 'persian' } }, -% }, -% ['Finnish'] = { -% { code = 'fi', name = 'finnish', synonyms = { } }, -% }, -% ['French'] = { -% { code = 'fr', name = 'french', synonyms = { 'patois', 'francais' } }, -% }, -% ['Galician'] = { -% { code = 'gl', name = 'galician', synonyms = { } }, -% }, -% ['German'] = { -% { code = 'de-1901', name = 'german', synonyms = { } }, -% { code = 'de-1996', name = 'ngerman', synonyms = { } }, -% { code = 'de-ch-1901', name = 'swissgerman', synonyms = { } }, -% }, -% ['Greek'] = { -% { code = 'el-monoton', name = 'monogreek', synonyms = { } }, -% { code = 'el-polyton', name = 'greek', synonyms = { 'polygreek' } }, -% }, -% ['Gujarati'] = { -% { code = 'gu', name = 'gujarati', synonyms = { } }, -% }, -% ['Hindi'] = { -% { code = 'hi', name = 'hindi', synonyms = { } }, -% }, -% ['Hungarian'] = { -% { code = 'hu', name = 'hungarian', synonyms = { } }, -% }, -% ['Icelandic'] = { -% { code = 'is', name = 'icelandic', synonyms = { } }, -% }, -% ['Indonesian'] = { -% { code = 'id', name = 'indonesian', synonyms = { } }, -% }, -% ['Interlingua'] = { -% { code = 'ia', name = 'interlingua', synonyms = { } }, -% }, -% ['Irish'] = { -% { code = 'ga', name = 'irish', synonyms = { } }, -% }, -% ['Italian'] = { -% { code = 'it', name = 'italian', synonyms = { } }, -% }, -% ['Kannada'] = { -% { code = 'kn', name = 'kannada', synonyms = { } }, -% }, -% ['Kurmanji'] = { -% { code = 'kmr', name = 'kurmanji', synonyms = { } }, -% }, -% ['Lao'] = { -% { code = 'lo', name = 'lao', synonyms = { } }, -% }, -% ['Latin'] = { -% { code = 'la', name = 'latin', synonyms = { } }, -% }, -% ['Latvian'] = { -% { code = 'lv', name = 'latvian', synonyms = { } }, -% }, -% ['Lithuanian'] = { -% { code = 'lt', name = 'lithuanian', synonyms = { } }, -% }, -% ['Malayalam'] = { -% { code = 'ml', name = 'malayalam', synonyms = { } }, -% }, -% ['Marathi'] = { -% { code = 'mr', name = 'marathi', synonyms = { } }, -% }, -% ['Mongolian'] = { -% { code = 'mn-cyrl', name = 'mongolian', synonyms = { } }, -% }, -% ['Mongolianlmc'] = { -% { code = 'mn-cyrl-x-lmc', name = 'mongolianlmc', synonyms = { } }, -% }, -% ['Norwegian'] = { -% { code = 'nb', name = 'bokmal', synonyms = { 'norwegian', 'norsk' } }, -% { code = 'nn', name = 'nynorsk', synonyms = { } }, -% }, -% ['Oriya'] = { -% { code = 'or', name = 'oriya', synonyms = { } }, -% }, -% ['Panjabi'] = { -% { code = 'pa', name = 'panjabi', synonyms = { } }, -% }, -% ['Polish'] = { -% { code = 'pl', name = 'polish', synonyms = { } }, -% }, -% ['Portuguese'] = { -% { code = 'pt', name = 'portuguese', synonyms = { 'portuges' } }, -% }, -% ['Romanian'] = { -% { code = 'ro', name = 'romanian', synonyms = { } }, -% }, -% ['Russian'] = { -% { code = 'ru', name = 'russian', synonyms = { } }, -% }, -% ['Sanskrit'] = { -% { code = 'sa', name = 'sanskrit', synonyms = { } }, -% }, -% ['Serbian'] = { -% { code = 'sr-latn', name = 'serbian', synonyms = { } }, -% }, -% ['Slovenian'] = { -% { code = 'sl', name = 'slovenian', synonyms = { 'slovene' } }, -% }, -% ['Spanish'] = { -% { code = 'es', name = 'spanish', synonyms = { 'espanol' } }, -% }, -% ['Swedish'] = { -% { code = 'sv', name = 'swedish', synonyms = { } }, -% }, -% ['Tamil'] = { -% { code = 'ta', name = 'tamil', synonyms = { } }, -% }, -% ['Telugu'] = { -% { code = 'te', name = 'telugu', synonyms = { } }, -% }, -% ['Turkish'] = { -% { code = 'tr', name = 'turkish', synonyms = { } }, -% }, -% ['Turkmen'] = { -% { code = 'tk', name = 'turkmen', synonyms = { } }, -% }, -% ['Ukenglish'] = { -% { code = 'en-gb', name = 'ukenglish', synonyms = { 'british', 'UKenglish' } }, -% }, -% ['Ukrainian'] = { -% { code = 'uk', name = 'ukrainian', synonyms = { } }, -% }, -% ['Uppersorbian'] = { -% { code = 'hsb', name = 'uppersorbian', synonyms = { } }, -% }, -% ['Usenglishmax'] = { -% { code = 'en-us', name = 'usenglishmax', synonyms = { } }, -% }, -% ['Welsh'] = { -% { code = 'cy', name = 'welsh', synonyms = { } }, -% } -% } -% \stopluacode - \def\lanname#1{\hbox to \textwidth{\bf#1\hss}} \def\landata#1#2#3{\hbox to \textwidth{\hbox to 3mm{}\hbox to 6.5em{#1\hss}\hbox to 7em{#2}\hbox{#3}\hss} } % \def\landata#1#2#3{} \startcolumns[n=2] +\lanname{English} +\landata{-}{\bf english}{usenglish, USenglish, american} +\landata{en-us}{usenglishmax}{} +\landata{en-gb}{ukenglish}{british, UKenglish} \lanname{Afrikaans} \landata{af}{afrikaans}{} \lanname{Ancientgreek} @@ -267,15 +87,14 @@ patterns to some 8-bit encoding when used with \PDFTEX{} or Knuth's \TEX. \landata{da}{danish}{} \lanname{Dutch} \landata{nl}{dutch}{} -\crlf\crlf -\lanname{English} -\landata{-}{\bf english}{usenglish, USenglish, american} -\landata{en-us}{usenglishmax}{} -\landata{en-gb}{ukenglish}{british, UKenglish} +% \column +\crlf\crlf\crlf\crlf \lanname{Esperanto} \landata{eo}{esperanto}{} \lanname{Estonian} \landata{et}{estonian}{} +\lanname{Ethiopic} +\landata{mul-ethi}{ethiopic}{amharic, geez} \lanname{Farsi} \landata{fa}{farsi}{persian} \lanname{Finnish} @@ -325,7 +144,6 @@ patterns to some 8-bit encoding when used with \PDFTEX{} or Knuth's \TEX. \landata{mr}{marathi}{} \lanname{Mongolian} \landata{mn-cyrl}{mongolian}{} -\lanname{Mongolianlmc} \landata{mn-cyrl-x-lmc}{mongolianlmc}{} \lanname{Norwegian} \landata{nb}{bokmal}{norwegian, norsk} @@ -346,6 +164,9 @@ patterns to some 8-bit encoding when used with \PDFTEX{} or Knuth's \TEX. \landata{sa}{sanskrit}{} \lanname{Serbian} \landata{sr-latn}{serbian}{} +\landata{sr-cyrl}{serbianc}{} +\lanname{Slovak} +\landata{sk}{slovak}{} \lanname{Slovenian} \landata{sl}{slovenian}{slovene} \lanname{Spanish} @@ -360,17 +181,118 @@ patterns to some 8-bit encoding when used with \PDFTEX{} or Knuth's \TEX. \landata{tr}{turkish}{} \lanname{Turkmen} \landata{tk}{turkmen}{} -\lanname{Ukenglish} -\landata{en-gb}{ukenglish}{british, UKenglish} +% \lanname{Ukenglish} +% \landata{en-gb}{ukenglish}{british, UKenglish} \lanname{Ukrainian} \landata{uk}{ukrainian}{} \lanname{Uppersorbian} \landata{hsb}{uppersorbian}{} -\lanname{Usenglishmax} -\landata{en-us}{usenglishmax}{} +% \lanname{Usenglishmax} +% \landata{en-us}{usenglishmax}{} \lanname{Welsh} \landata{cy}{welsh}{} \stopcolumns +\page + +\subject{Using hyphenation patterns} + +\subsubject{Plain \TeX} + +In engines that support \eTeX\ you can select the desired hyphenation patterns with: +\startTEX +\uselanguage{langname} +\stopTEX +where \type{langname} is the string identifying a particular hyphenation file in \type{language.dat} and can be taken from table on the first two pages. +% TODO: create a proper table and reference it + +\subsubject{\LaTeX} + +Since Babel's \type{hyphen.cfg} is built in the \XeLaTeX format, hyphenation patterns can be used without even loading Babel or Polyglossia. At the low-level this simply corresponds to defining +\startTEX + \language=\l@<langname> +\stopTEX +The user command is supposed to be +\startTEX + \hyphenrules{langname} +\stopTEX +or +\startTEX + \begin{hyphenrules}{langname} ... \end{hyphenrules}. +\stopTEX +and should work with any flavour of \LaTeX, however we couldn't make it work. + +\subsubsubject{\LaTeX\ with Babel} + +You can use Babel with any \TeX\ engine, however it is currently unmaintained and has never been adapted to work well with Unicode engines. If you are using \XeTeX\ please use Polyglossia instead. + +\startTEX +\usepackage[languagename]{babel} +\stopTEX + +\subsubsubject{\LaTeX\ with Polyglossia} + +Polyglossia should be the preferred choice when using \XeLaTeX. It doesn't support \LuaLaTeX\ yet, but it is planned to extend it in future. + +\startTEX +\usepackage{polyglossia} +\setmainlanguage[optional settings]{langname} +\setotherlanguages{otherlangname} + +\begin[optional settings]{otherlangname} ... \end{otherlangname} +\stopTEX + +See Polyglossia manual for extensive list of options. + +\subsubject{\ConTeXt} + +ConTeXt doesn't load patterns for all the language that hyph-utf8 provides. If you miss any language, please contact the mailing list. The general syntax for supported languages is the following: + +\startTEX +% language of the main document +\mainlanguage[language] + +{\language[otherlanguage] language of some short fragment} +\stopTEX + +You can use full language name or language code. When using \ConTeXt\ MKII you might need to select the appropriate font encoding for Cyrillic scripts, Polish and some other languages: + +\startTEX +\usetypescript[iwona][qx] +\setupbodyfont[iwona] +\mainlanguage[polish] +\stopTEX + +\ConTeXt\ loads hyphenation patterns in several encodings, so that you can for example use Czech patterns with either \type{ec} or \type{il2} font encodings. The right hyphenation patterns will be chosen based on current font encoding. + +\subsubject{More examples} + +\subsubsubject{Example for Polyglossia} + +\startTEX +\usepackage{polyglossia} +% the language used for main document +\setmainlanguage{asturian} +% American English with extended hyphenation patterns +\setotherlanguage[variant=usmax]{english} +% German with experimental patterns "ngerman-x-latest" +\setotherlanguage[spelling=new,latesthyphen=true]{german} +\setotherlanguages{spanish,catalan,french} + +\begin{document} + +Long Asturian text ... (Hyphenation for Asturian is not available, but polyglossia automatically falls back on Catalan for now, which seems to be a reasonable choice.) + +\begin{german} +Deutscher Text ... (with the hyphenation patterns selected above: "ngerman-x-latest") +\end{german} + +\begin[script=fraktur,spelling=old]{german} +Deutſcher Text ... (set in Fraktur, with traditional hyphenation). +\end{german} + +\end{document} +\stopTEX + \stoptext diff --git a/Master/texmf-dist/doc/luatex/hyph-utf8/luatex-hyphen.pdf b/Master/texmf-dist/doc/luatex/hyph-utf8/luatex-hyphen.pdf Binary files differindex 3171a59e1a2..c95888b6668 100644 --- a/Master/texmf-dist/doc/luatex/hyph-utf8/luatex-hyphen.pdf +++ b/Master/texmf-dist/doc/luatex/hyph-utf8/luatex-hyphen.pdf diff --git a/Master/texmf-dist/source/generic/hyph-utf8/generate-pattern-loaders.rb b/Master/texmf-dist/source/generic/hyph-utf8/generate-pattern-loaders.rb index 9ea3ca061f8..12d40429359 100644 --- a/Master/texmf-dist/source/generic/hyph-utf8/generate-pattern-loaders.rb +++ b/Master/texmf-dist/source/generic/hyph-utf8/generate-pattern-loaders.rb @@ -70,9 +70,12 @@ text_engine_ptex_no = [" #{comment_engine_ptex}", " \\message{No #{language.message} - only for Unicode engines}", " %\\input zerohyph.tex"] text_patterns = " \\input hyph-#{language.code}.tex" -text_patterns_ptex = " \\input phyph-#{language.code}.tex" +text_patterns_ptex = " \\input hyph-#{language.code}.#{language.encoding}.tex" text_patterns_old = " \\input #{language.filename_old_patterns}" text_patterns_conv = " \\input conv-utf8-#{language.encoding}.tex" +text_patterns_utf8 = text_patterns + +text_patterns_quote = " \\input hyph-quote-#{language.code}.tex" ########### # lccodes # @@ -86,9 +89,19 @@ if language.code == 'af' or language.code == 'pt' or language.code == 'tk' or la lccodes_common.push("\\lccode`\\-=`\\-") end +if language.code == 'sh-latn' or language.code == 'sh-cyrl' then + text_patterns_utf8 = [" \\input hyph-sh-latn.tex", + " \\input hyph-sh-cyrl.tex"] + text_engine_utf8 = [" #{comment_engine_utf8}", + " \\message{UTF-8 Serbian hyphenation patterns}", + " % We load both scripts at the same time to simplify usage"] +end + if language.use_new_loader then if language.code == 'sh-latn' then filename = "#{$path_loadhyph}/loadhyph-sr-latn.tex" + elsif language.code == 'sh-cyrl' then + filename = "#{$path_loadhyph}/loadhyph-sr-cyrl.tex" else filename = "#{$path_loadhyph}/loadhyph-#{language.code}.tex" end @@ -137,6 +150,18 @@ end ####################### # GROUP nr. 2 - ASCII # ####################### + elsif language.code == "it" then + file.puts(text_if_native_utf) + file.puts(text_engine_utf8) + file.puts(text_patterns) + file.puts(text_patterns_quote) + file.puts('\else') + file.puts(text_engine_8bit) + file.puts(text_patterns) + file.puts('\fi\else') + file.puts(text_engine_ptex) + file.puts(text_patterns) + file.puts('\fi') # for ASCII encoding, we don't load any special support files, but simply load everything elsif language.encoding == "ascii" then file.puts(text_engine_ascii) @@ -152,10 +177,8 @@ end file.puts(" \\lccode`'=`'\\lccode`’=`’\\lccode`ʼ=`ʼ\\lccode`᾽=`᾽\\lccode`᾿=`᾿") end file.puts(text_patterns) - # russian and ukrainian exceptions - hacks with dashes - if language.code == 'ru' or language.code == 'uk' then - file.puts(' % Additional patterns with hyphen/dash: a hack to prevent breaking after hyphen, but not before.') - file.puts(" \\input exhyph-#{language.code}.tex") + if language.code == 'uk' then + file.puts(text_patterns_quote) end file.puts('\else') file.puts(text_engine_8bit) @@ -182,7 +205,10 @@ end else file.puts(text_if_native_utf) file.puts(text_engine_utf8) - file.puts(text_patterns) + file.puts(text_patterns_utf8) + if language.code == 'af' or language.code == 'it' or language.code == 'fr' or language.code == 'uk' or language.code == 'zh-latn' then + file.puts(text_patterns_quote) + end file.puts('\else') file.puts(text_engine_8bit) file.puts(text_patterns_conv) diff --git a/Master/texmf-dist/source/generic/hyph-utf8/generate-plain-patterns.rb b/Master/texmf-dist/source/generic/hyph-utf8/generate-plain-patterns.rb index 8627427ad90..7c60c10cc7a 100755 --- a/Master/texmf-dist/source/generic/hyph-utf8/generate-plain-patterns.rb +++ b/Master/texmf-dist/source/generic/hyph-utf8/generate-plain-patterns.rb @@ -11,6 +11,7 @@ load 'languages.rb' $path_root=File.expand_path("../../..") $path_plain="#{$path_root}/tex/generic/hyph-utf8/patterns/txt" +$path_quote="#{$path_root}/tex/generic/hyph-utf8/patterns/quote" $path_TL=File.expand_path("../../../../TL") $path_language_dat_lua="#{$path_root}/tex/luatex/hyph-utf8/config" @@ -27,19 +28,11 @@ language_codes = Hash.new languages.each do |language| language_codes[language.code] = language.code end -# language_codes['de-1901'] = 'de-1901' -# language_codes['de-1996'] = 'de-1996' -# language_codes['de-ch-1901'] = 'de-CH-1901' -# language_codes['en-gb'] = 'en-GB' -# language_codes['en-us'] = 'en-US' -# language_codes['zh-latn'] = 'zh-Latn' -# language_codes['el-monoton'] = 'el-monoton' -# language_codes['el-polyton'] = 'el-polyton' -# language_codes['mn-cyrl'] = 'mn' + language_codes['mn-cyrl-x-lmc'] = nil -language_codes['sh-latn'] = 'sr-latn' -language_codes['sh-cyrl'] = nil -# language_codes['sr-cyrl'] = 'sr-Cyrl' +# language_codes['sh-latn'] = nil +# language_codes['sh-cyrl'] = nil +# language_codes['sr-cyrl'] = nil # $file_language_dat_lua = File.open("#{$path_language_dat_lua}/language.dat.lua", "w") # $file_language_dat_lua.puts "return {\n" @@ -70,6 +63,7 @@ languages.sort{|x,y| x.code <=> y.code }.each do |language| patterns = language.get_patterns exceptions = language.get_exceptions + patterns_quote = Array.new if code == 'nn' or code == 'nb' patterns = "" @@ -80,7 +74,14 @@ languages.sort{|x,y| x.code <=> y.code }.each do |language| # patterns patterns.each do |pattern| - $file_pat.puts pattern.gsub(/'/,"’") + $file_pat.puts pattern + if pattern =~ /'/ then + if code != "grc" and code != "el-monoton" and code != "el-polyton" then + pattern_with_quote = pattern.gsub(/'/,"’") + $file_pat.puts pattern_with_quote + patterns_quote.push(pattern_with_quote) + end + end end # exceptions if exceptions != "" @@ -90,6 +91,9 @@ languages.sort{|x,y| x.code <=> y.code }.each do |language| characters_indexes.each do |c| ch = [c].pack('U') $file_let.puts ch + Unicode.upcase(ch) + if ch == "'" and code != "grc" and code != "el-monoton" and code != "el-polyton" then + $file_let.puts "’’" + end end # licence and readme $file_inf.puts "#{language.message}\n\n(more info about the licence to be added later)\n\n" @@ -100,6 +104,12 @@ languages.sort{|x,y| x.code <=> y.code }.each do |language| $file_let.close $file_inf.close + if patterns_quote.length > 0 + f = File.open("#{$path_quote}/hyph-quote-#{code}.tex", 'w') + f.puts "\\bgroup\n\\lccode`\\’=`\\’\n\\patterns{\n#{patterns_quote.join("\n")}\n}\n\\egroup\n" + f.close + end + # $file_language_dat_lua.puts "\t[\"#{language.name}\"]={" # $file_language_dat_lua.puts "\t\tloader=\"loadhyph-#{language.code}.tex\"," # $file_language_dat_lua.puts "\t\tcode=\"#{code}\"," diff --git a/Master/texmf-dist/source/generic/hyph-utf8/generate-ptex-patterns.rb b/Master/texmf-dist/source/generic/hyph-utf8/generate-ptex-patterns.rb index 53cfb23b08e..48befd6f011 100755 --- a/Master/texmf-dist/source/generic/hyph-utf8/generate-ptex-patterns.rb +++ b/Master/texmf-dist/source/generic/hyph-utf8/generate-ptex-patterns.rb @@ -32,7 +32,7 @@ languages.each do |language| end # language_codes['mn-cyrl-x-lmc'] = nil # language_codes['sh-latn'] = 'sr-latn' -language_codes['sh-cyrl'] = nil +# language_codes['sh-cyrl'] = nil # e = Encoding.new("ec") # puts e.convert_string_to_escaped_characters("moja čaša") @@ -61,7 +61,7 @@ languages.sort{|x,y| x.code <=> y.code }.each do |language| if include_language puts ">> generating #{code} (#{language.name})" - file_ptex = File.open("#{$path_ptex}/phyph-#{code}.tex", "w") + file_ptex = File.open("#{$path_ptex}/hyph-#{code}.#{language.encoding}.tex", "w") patterns = language.get_patterns exceptions = language.get_exceptions 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 b738686b012..f3f19863968 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 @@ -28,9 +28,7 @@ language_grouping = { 'ancientgreek' => ['grc', 'grc-x-ibycus'], 'chinese' => ['zh-latn'], 'indic' => ['as', 'bn', 'gu', 'hi', 'kn', 'ml', 'mr', 'or', 'pa', 'ta', 'te'], - # TODO - until someone tells what to do; but this is wrong anyway - #'serbian' => ['sr-latn', 'sr-cyrl'], - 'serbian' => ['sh-latn'], + 'serbian' => ['sh-latn', 'sh-cyrl'], } language_used_in_group = Hash.new @@ -53,6 +51,8 @@ languages.each do |language| if language.code == 'sh-latn' then language.code = 'sr-latn' + elsif language.code == 'sh-cyrl' then + language.code = 'sr-cyrl' end end @@ -94,6 +94,10 @@ language_groups.sort.each do |language_name,language_list| $file_tlpsrc.puts "depend ukrhyph" end language_list.each do |language| + if language.description_s != nil then + $file_tlpsrc.puts "shortdesc #{language.description_s}" + $file_tlpsrc.puts "longdesc #{language.description_l.join("\nlongdesc ")}" + end name = "name=#{language.name}" # synonyms @@ -121,23 +125,29 @@ language_groups.sort.each do |language_name,language_list| if language.use_new_loader then file = "file=loadhyph-#{language.code}.tex" # we skip the mongolian language - if language.code == "mn-cyrl-x-lmc" then - file = "luaspecial=\"disabled:only for 8bit montex with lmc encoding\"" - else - filename_pat = "hyph-#{language.code}.pat.txt" - filename_hyp = "hyph-#{language.code}.hyp.txt" - - # check for existance of patterns and exceptions - if !File::exists?( "#{$path_txt}/#{filename_pat}" ) then - puts "some problem with #{$path_txt}/#{filename_pat}!!!" - end - if !File::exists?( "#{$path_txt}/#{filename_hyp}" ) then - puts "some problem with #{$path_txt}/#{filename_hyp}!!!" + if language.code != "mn-cyrl-x-lmc" then + if language.code == "sr-latn" or language.code == "sr-cyrl" then + filename_pat = "hyph-sh-latn.pat.txt,hyph-sh-cyrl.pat.txt" + filename_hyp = "hyph-sh-latn.hyp.txt,hyph-sh-cyrl.hyp.txt" + else + filename_pat = "hyph-#{language.code}.pat.txt" + filename_hyp = "hyph-#{language.code}.hyp.txt" + + # check for existance of patterns and exceptions + if !File::exists?( "#{$path_txt}/#{filename_pat}" ) then + puts "some problem with #{$path_txt}/#{filename_pat}!!!" + end + if !File::exists?( "#{$path_txt}/#{filename_hyp}" ) then + puts "some problem with #{$path_txt}/#{filename_hyp}!!!" + end end file_patterns = "file_patterns=#{filename_pat}" if File::size?( "#{$path_txt}/#{filename_hyp}" ) != nil then file_exceptions = "file_exceptions=#{filename_hyp}" + # TODO: nasty workaround + elsif language.code == "sr-latn" or language.code == "sr-cyrl" then + file_exceptions = "file_exceptions=#{filename_hyp}" else file_exceptions = "file_exceptions=" # puts "> #{filename_hyp} is empty" @@ -158,13 +168,16 @@ language_groups.sort.each do |language_name,language_list| if file_patterns + file_exceptions != "" $file_tlpsrc.print " \\\n\t#{file_patterns} \\\n\t#{file_exceptions}" end + if language.code == "mn-cyrl-x-lmc" then + $file_tlpsrc.print " \\\n\tluaspecial=\"disabled:only for 8bit montex with lmc encoding\"" + end # end-of-line $file_tlpsrc.puts end if language_name != "russian" and language_name != "ukrainian" then $file_tlpsrc.puts language_list.each do |language| - if language.use_old_patterns and language.filename_old_patterns != "zerohyph.tex" then + 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}" end end diff --git a/Master/texmf-dist/source/generic/hyph-utf8/languages.rb b/Master/texmf-dist/source/generic/hyph-utf8/languages.rb index 5287e25f4ed..4064edb2618 100644 --- a/Master/texmf-dist/source/generic/hyph-utf8/languages.rb +++ b/Master/texmf-dist/source/generic/hyph-utf8/languages.rb @@ -1,4 +1,19 @@ +class Author + def intialize(name,surname,email,contacted1,contacted2) + @name = name + @surname = surname + @email = email + # this mostly means if email has been recently checked + @contacted1 = contacted1 + # this means if we made more cooperation with author, + # exchanging patches etc. + @contacted2 = contacted2 + end + + attr_reader :name, :surname, :email +end + class Language def initialize(language_hash) @use_new_loader = language_hash["use_new_loader"] @@ -13,6 +28,9 @@ class Language @encoding = language_hash["encoding"] @exceptions = language_hash["exceptions"] @message = language_hash["message"] + + @description_s = language_hash["description_s"] + @description_l = language_hash["description_l"] if @synonyms==nil then @synonyms = [] end end @@ -47,21 +65,7 @@ class Language gsub(/\s+/m,"\n"). gsub(/^\s*/m,''). gsub(/\s*$/m,''). - gsub(/'/,"’"). split("\n") - # Russian and Ukrainian have some extra patterns with dashes - # we may combine these patterns with the main file anyway - if @code == 'ru' or @code == 'uk' then - filename = "../../../tex/generic/hyph-utf8/patterns/tex-special/exhyph-#{@code}.tex" - lines = IO.readlines(filename, '.').join("") - @patterns.concat(lines.gsub(/%.*/,''). - gsub(/.*\\patterns\s*\{(.*?)\}.*/m,'\1'). - gsub(/\s+/m,"\n"). - gsub(/^\s*/m,''). - gsub(/\s*$/m,''). - gsub(/'/,"’"). - split("\n")) - end if @code == 'eo' then @patterns = lines.gsub(/%.*/,''). @@ -100,32 +104,44 @@ class Language # return @lc_characters # end - attr_reader :use_new_loader, :use_old_patterns, :use_old_patterns_comment, :filename_old_patterns, :code, :name, :synonyms, :hyphenmin, :encoding, :exceptions, :message + attr_reader :use_new_loader, :use_old_patterns, :use_old_patterns_comment, :filename_old_patterns + attr_reader :code, :name, :synonyms, :hyphenmin, :encoding, :exceptions, :message + attr_reader :description_s, :description_l # this hack is needed for Serbian attr_writer :code end authors = { - "peter_heslin" => { - "name" => "Peter", - "surname" => "Heslin", - "tried_to_contact" => false, - }, - "dimitrios_filippou" => { - "name" => "Dimitrios", - "surname" => "Filippou", - "email" => "dfilipp{at}hotmail{dot}com", - "contact" => true, - "cooperate" => true, - }, - "claudio_beccari" => { - "name" => "Claudio", - "email" => "claudio{dot}beccari{at}polito{dot}it", - } - + "peter_heslin" => ["Peter", "Heslin", "", false, false], + "dimitrios_filippou" => ["Dimitrios", "Filippou", "dfilipp{at}hotmail{dot}com", true, true], + "claudio_beccari" => ["Claudio", "Beccari","claudio{dot}beccari{at}polito{dot}it", true, true], + "juan_aguirregabiria" => ["Juan M.", "Aguirregabiria", "juanmari{dot}aguirregabiria{at}ehu.es", true, true], + "igor_marinovic" => ["Igor", "Marinović", "marinowski{at}gmail.com", true, true], + "tilla_fick" => ["Tilla", "Fick", "fick{dot}tilla{at}gmail{dot}com", true, true], + "chris_swanepoel" => ["Chris", "Swanepoel", "cj{at}swanepoel{dot}net", true, true], + "matjaz_vrecko" => ["Matjaž", "Vrečko", "matjaz{at}mg-soft{dot}si", true, true], + "goncal_badenes" => ["Gonçal", "Badenes", "g{dot}badenes{at}ieee.org", false, false], + "pavel_sevecek" => ["Pavel", "Ševeček", "pavel{at}lingea{dot}cz", false, false], + "jana_chlebikova" => ["Jana", "Chlebíková", "chlebikj{at}dcs{dot}fmph{dot}uniba{dot}sk", false, false], + "yannis_haralambous" => ["Yannis", "Haralambous", "yannis{dot}haralambous{at}telecom-bretagne{dot}eu", true, false], + "frank_jensen" => ["Frank", "Jensen", "frank{dot}jensen{at}hugin{dot}com", true, true], + "sergei_pokrovsky" => ["Sergei B.", "Pokrovsky", "pok{at}iis{dot}nsk{dot}su", false, false], # not sure where B. belongs + "javier_bezos" => ["Javier", "Bezos", "jbezos{at}tex-tipografia{dot}com", true, true], + "een_saar" => ["Enn", "Saar", "saar{at}aai{dot}ee", false, false], + "dejan_muhamedagic" => ["Dejan", "Muhamedagić", "dejan{at}hello-penguin{dot}com", true, true], + "brian_wilson" => ["Brian", "Wilson", "bountonw{at}gmail{dot}com", true, true], + "arthur_reutenauer" => ["Arthur", "Reutenauer", "arthur{dot}reutenauer{at}normalesup{dot}org", true, true], + "mojca_miklavec" => ["Mojca", "Miklavec", "mojca{dot}miklavec{dot}lists{at}gmail{dot}com", true, true], + "santhosh_thottingal" => ["Santhosh", "Thottingal", "santhosh{dot}thottingal{at}gmail{dot}com>", true, true], + "yves_codet" => ["Yves", "Codet", "ycodet{at}club-internet{dot}fr", true, true], + "rune_kleveland" => ["Rune", "Kleveland", nil, false, false], + "ole_michael_selberg" => ["Ole Michael", "Selberg", nil, false, false], + "dorjgotov_batmunkh" => ["Dorjgotov", "Batmunkh", "bataak{at}gmail{dot}com", true, true], + "nazar_annagurban" => ["Nazar", "Annagurban", "nazartm{at}gmail{dot}com", false, false], } + # "use_new_loader" # => true - create a new file and use that one # => false - use "filename_old_patterns" in language.dat @@ -151,7 +167,7 @@ class Languages < Hash # -------------------------------------- # languages with no hyphenation patterns # -------------------------------------- -# arabic zerohyph.tex +# arabic { "code" => "ar", "name" => "arabic", @@ -162,8 +178,14 @@ class Languages < Hash "encoding" => nil, "exceptions" => false, "message" => nil, + + # TODO + "description_s" => "(No) Arabic hyphenation patterns", + "description_l" => [ + "Prevent hyphenation in Arabic.", + ], }, -# farsi zerohyph.tex +# farsi # =persian { "code" => "fa", @@ -175,6 +197,12 @@ class Languages < Hash "encoding" => nil, "exceptions" => false, "message" => nil, + + # TODO + "description_s" => "(No) Persian hyphenation patterns", + "description_l" => [ + "Prevent hyphenation in Persian.", + ], }, # ------------------------------- # special patterns, not converted @@ -189,9 +217,9 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => nil, "exceptions" => false, - "message" => "Ancient Greek Hyphenation Patterns for Ibycus encoding (v3.0)", + "message" => "Ancient Greek hyphenation patterns for Ibycus encoding (v3.0)", - "authors" => ["peter_heslin"], + # "authors" => ["peter_heslin"], }, # ---------------------------- # languages using old patterns @@ -211,10 +239,10 @@ class Languages < Hash "hyphenmin" => [1,1], # polyglosia "encoding" => nil, "exceptions" => true, -# "message" => "Polytonic Greek Hyphenation Patterns", +# "message" => "Polytonic Greek hyphenation patterns", "message" => "Hyphenation patterns for multi-accent (polytonic) Modern Greek", - "authors" => ["dimitrios_filippou"], + # "authors" => ["dimitrios_filippou"], }, # monogreek xu-grmhyph4.tex { @@ -227,12 +255,12 @@ class Languages < Hash "hyphenmin" => [1,1], # polyglosia "encoding" => nil, "exceptions" => true, -# "message" => "Monotonic Greek Hyphenation Patterns", +# "message" => "Monotonic Greek hyphenation patterns", "message" => "Hyphenation patterns for uni-accent (monotonic) Modern Greek", - "authors" => ["dimitrios_filippou"], + # "authors" => ["dimitrios_filippou"], }, -# ancientgreek xu-grahyph4.tex +# ancientgreek { "code" => "grc", "name" => "ancientgreek", @@ -244,10 +272,20 @@ class Languages < Hash "encoding" => nil, "exceptions" => false, "message" => "Hyphenation patterns for Ancient Greek", - - "authors" => ["dimitrios_filippou"], -}, -# coptic xu-copthyph.tex + + "version" => "5.0", + "last_modified" => "2008-05-27", + "type" => "rules", + "authors" => ["dimitrios_filippou"], + "licence" => "LPPL", + "description_s" => "Ancient Greek hyphenation patterns", + # TODO: please help me rewrite this + "description_l" => [ + "Hyphenation patterns for Ancient Greek language in UTF-8 encoding", + "as well as in ASCII-based LGR encoding of babel for 8-bit engines.", + ], +}, +# coptic { "code" => "cop", "name" => "coptic", @@ -258,9 +296,20 @@ class Languages < Hash "hyphenmin" => [1,1], # polyglosia TODO: no documentation found "encoding" => nil, "exceptions" => false, - "message" => "Coptic Hyphenation Patterns", - - "authors" => ["claudio_beccari"], + "message" => "Coptic hyphenation patterns", + + "version" => nil, + "last_modified" => "2004-10-03", + "type" => "rules", + "authors" => [ "claudio_beccari" ], + "licence" => "LPPL", # TODO: check; catalogue says so + "description_s" => "Coptic hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Coptic language in UTF-8 encoding", + "as well as in ASCII-based encoding for 8-bit engines.", + "The latter can only be used with special Coptic fonts (like CBcoptic).", + "The patterns are considered experimental.", + ], }, # german xu-dehypht.tex { @@ -273,7 +322,7 @@ class Languages < Hash "hyphenmin" => [2,2], # babel "encoding" => "ec", "exceptions" => false, - "message" => "German Hyphenation Patterns (Traditional Orthography)", + "message" => "German hyphenation patterns (traditional orthography)", }, # ngerman xu-dehyphn.tex { @@ -286,7 +335,7 @@ class Languages < Hash "hyphenmin" => [2,2], # babel "encoding" => "ec", "exceptions" => false, - "message" => "German Hyphenation Patterns (Reformed Orthography)", + "message" => "German hyphenation patterns (reformed orthography)", }, # swissgerman { @@ -297,7 +346,7 @@ class Languages < Hash "hyphenmin" => [2,2], # babel "encoding" => "ec", "exceptions" => false, - "message" => "Swiss-German Hyphenation Patterns (Traditional Orthography)", + "message" => "Swiss-German hyphenation patterns (traditional orthography)", }, # russian xu-ruhyphen.tex { @@ -310,7 +359,7 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "t2a", "exceptions" => false, - "message" => "Russian Hyphenation Patterns", + "message" => "Russian hyphenation patterns", }, # ukrainian xu-ukrhyph.tex { @@ -323,7 +372,7 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "t2a", "exceptions" => false, - "message" => "Ukrainian Hyphenation Patterns", + "message" => "Ukrainian hyphenation patterns", }, # ---------------------------- # languages using new patterns @@ -338,9 +387,23 @@ class Languages < Hash "hyphenmin" => [1,2], # in babel: 2,2 "encoding" => "ec", "exceptions" => true, - "message" => "Afrikaans Hyphenation Patterns", -}, -# catalan cahyph.tex + "message" => "Afrikaans hyphenation patterns", + + "version" => "0.9", + "last_modified" => "2010-10-18", + "type" => "dictionary", + "authors" => [ "tilla_fick", "chris_swanepoel" ], + "email" => [ "hyphen{at}rekenaar{dot}net" ], + "licence" => "LPPL", + "description_s" => "Afrikaans hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Afrikaans language in T1/EC and UTF-8 encoding.", + "(OpenOffice includes older patterns created by a different author,", + "but the patterns packaged with TeX are considered superior in quality.)", + "Word list used to generate patterns with opatgen might be released in future.", + ], +}, +# catalan { "code" => "ca", "name" => "catalan", @@ -350,9 +413,19 @@ class Languages < Hash "hyphenmin" => [2,2], # babel "encoding" => "ec", "exceptions" => true, - "message" => "Catalan Hyphenation Patterns", -}, -# czech xu-czhyph.tex + "message" => "Catalan hyphenation patterns", + + "version" => "1.11", + "last_modified" => "2003-07-15", + "type" => "rules", # not only rules, also patgen, but it is a good approximation + "authors" => [ "goncal_badenes" ], + "licence" => "LPPL", + "description_s" => "Catalan hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Catalan language in T1/EC and UTF-8 encoding.", + ], +}, +# czech { "code" => "cs", "name" => "czech", @@ -367,9 +440,26 @@ class Languages < Hash "hyphenmin" => [2,3], "encoding" => "ec", "exceptions" => true, - "message" => "Czech Hyphenation Patterns (Pavel Sevecek, v3, 1995)", -}, -# slovak xu-skhyph.tex + "message" => "Czech hyphenation patterns (Pavel Sevecek, v3, 1995)", + + "version" => "3", + # guessing based on CTAN/macros/cstex/base/csplain.tar.gz: + # 1998-12-17 (patterns) + # 1995-08-23 (exceptions) + # but patterns claim 1995 + "last_modified" => "1995", # todo: no date + "type" => "dictionary", + "authors" => [ "pavel_sevecek" ], + "licence" => "GPL", + "description_s" => "Czech hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Czech language in T1/EC and UTF-8 encoding.", + "Original patterns 'czhyphen' are still distributed in 'csplain' package", + "and loaded with ISO Latin 2 encoding (IL2).", + # however hyph-utf8 could also be used for that + ], +}, +# slovak { "code" => "sk", "name" => "slovak", @@ -381,9 +471,22 @@ class Languages < Hash "hyphenmin" => [2,3], "encoding" => "ec", "exceptions" => true, - "message" => "Slovak Hyphenation Patterns (Jana Chlebikova, 1992)", -}, -# welsh cyhyph.tex + "message" => "Slovak hyphenation patterns (Jana Chlebikova, 1992)", + + "version" => "2", + "last_modified" => "1992-04-24", + "type" => "dictionary", + "authors" => [ "jana_chlebikova" ], + "licence" => "GPL", + "description_s" => "Slovak hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Slovak language in T1/EC and UTF-8 encoding.", + "Original patterns 'skhyphen' are still distributed in 'csplain' package", + "and loaded with ISO Latin 2 encoding (IL2).", + # however hyph-utf8 could also be used for that + ], +}, +# welsh { "code" => "cy", "name" => "welsh", @@ -393,9 +496,19 @@ class Languages < Hash "hyphenmin" => [2,3], "encoding" => "ec", "exceptions" => false, - "message" => "Welsh Hyphenation Patterns", -}, -# danish dkhyph.tex + "message" => "Welsh hyphenation patterns", + + "version" => nil, + "last_modified" => "1996", + "type" => "dictionary", + "authors" => [ "yannis_haralambous" ], + "licence" => "LPPL", + "description_s" => "Welsh hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Welsh language in T1/EC and UTF-8 encoding.", + ], +}, +# danish { "code" => "da", "name" => "danish", @@ -406,10 +519,19 @@ class Languages < Hash "hyphenmin" => [2,2], # babel "encoding" => "ec", "exceptions" => false, - "message" => "Danish Hyphenation Patterns", -}, -# esperanto xu-eohyph.tex -# TODO + "message" => "Danish hyphenation patterns", + + "version" => nil, + "last_modified" => "2011-01-11", + "type" => "dictionary", + "authors" => [ "frank_jensen" ], + "licence" => "LPPL", + "description_s" => "Danish hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Danish language in T1/EC and UTF-8 encoding.", + ], +}, +# esperanto { "code" => "eo", "name" => "esperanto", @@ -419,9 +541,22 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "il3", # TODO "exceptions" => false, - "message" => "Esperanto Hyphenation Patterns", -}, -# spanish xu-eshyph.tex + "message" => "Esperanto hyphenation patterns", + + "version" => nil, + "last_modified" => "1999-08-10", + "type" => "rules", + "authors" => [ "sergei_pokrovsky" ], + "licence" => "LPPL", + "description_s" => "Esperanto hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Esperanto language in UTF-8 and ISO Latin 3 (IL3) encoding.", + "Note that TeX distributions usually don't ship any suitable fonts in that encoding,", + "so unless you create your own font support or want to use MlTeX,", + "using native UTF-8 engines is highly recommended.", + ], +}, +# spanish # =espanol { "code" => "es", @@ -432,9 +567,19 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "ec", "exceptions" => false, - "message" => "Spanish Hyphenation Patterns", -}, -# basque xu-bahyph.tex + "message" => "Spanish hyphenation patterns", + + "version" => "4.6", + "last_modified" => "2010-05-18", + "type" => "dictionary", + "authors" => [ "javier_bezos" ], + "licence" => "LPPL", + "description_s" => "Spanish hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Spanish language in T1/EC and UTF-8 encoding.", + ], +}, +# basque { "code" => "eu", "name" => "basque", @@ -444,7 +589,18 @@ class Languages < Hash "hyphenmin" => [2,2], # babel "encoding" => "ec", "exceptions" => false, - "message" => "Basque Hyphenation Patterns", + "message" => "Basque hyphenation patterns", + + "version" => nil, + "last_modified" => "2008-06-26", + "type" => "rules", + "authors" => [ "juan_aguirregabiria" ], + "licence" => "other-free", # "public-check", + "description_s" => "Basque hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Basque language in T1/EC and UTF-8 encoding.", + "Generating scripts for these rule-based patterns is included in hyph-utf8." + ], }, # french xu-frhyph.tex # =patois @@ -470,9 +626,9 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "ec", "exceptions" => false, - "message" => "Galician Hyphenation Patterns", + "message" => "Galician hyphenation patterns", }, -# estonian xu-ethyph.tex +# estonian { "code" => "et", "name" => "estonian", @@ -482,7 +638,17 @@ class Languages < Hash "hyphenmin" => [2,3], # babel "encoding" => "ec", "exceptions" => false, - "message" => "Estonian Hyphenation Patterns", + "message" => "Estonian hyphenation patterns", + + "version" => nil, + "last_modified" => "2004-04-13", + "type" => "dictionary", + "authors" => [ "een_saar" ], + "licence" => "LPPL", + "description_s" => "Estonian hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Estonian language in T1/EC and UTF-8 encoding.", + ], }, # finnish fihyph.tex { @@ -494,9 +660,9 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "ec", "exceptions" => false, - "message" => "Finnish Hyphenation Patterns", + "message" => "Finnish hyphenation patterns", }, -# croatian xu-hrhyph.tex +# croatian { "code" => "hr", "name" => "croatian", @@ -506,7 +672,17 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "ec", "exceptions" => false, - "message" => "Croatian Hyphenation Patterns", + "message" => "Croatian hyphenation patterns", + + "version" => nil, + "last_modified" => "1996-03-19", + "type" => "dictionary", + "authors" => [ "igor_marinovic" ], + "licence" => "LPPL", + "description_s" => "Croatian hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Croatian language in T1/EC and UTF-8 encoding.", + ], }, # hungarian xu-huhyphn.tex { @@ -518,7 +694,7 @@ class Languages < Hash "hyphenmin" => [2,2], # polyglosia "encoding" => "ec", "exceptions" => false, - "message" => "Hungarian Hyphenation Patterns (v20031107)", + "message" => "Hungarian hyphenation patterns (v20031107)", }, # armenian # Sahak Petrosyan <sahak at mit dot edu> @@ -531,7 +707,7 @@ class Languages < Hash "hyphenmin" => [1,2], # taken from Hyphenator.js; check the value "encoding" => nil, "exceptions" => false, - "message" => "Armenian Hyphenation Patterns", + "message" => "Armenian hyphenation patterns", }, # interlingua iahyphen.tex { @@ -543,7 +719,7 @@ class Languages < Hash "hyphenmin" => [2,2], # babel "encoding" => "ascii", "exceptions" => true, - "message" => "Hyphenation Patterns for Interlingua", + "message" => "Hyphenation patterns for Interlingua", }, # indonesian inhyph.tex { @@ -555,7 +731,7 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "ascii", "exceptions" => true, - "message" => "Indonesian Hyphenation Patterns", + "message" => "Indonesian hyphenation patterns", }, # icelandic icehyph.tex { @@ -567,7 +743,7 @@ class Languages < Hash "hyphenmin" => [2,2], # babel "encoding" => "ec", "exceptions" => false, - "message" => "Icelandic Hyphenation Patterns", + "message" => "Icelandic hyphenation patterns", }, # irish gahyph.tex { @@ -579,7 +755,7 @@ class Languages < Hash "hyphenmin" => [2,3], # babel "encoding" => "ec", "exceptions" => true, - "message" => "Irish Hyphenation Patterns", + "message" => "Irish hyphenation patterns", }, # italian ithyph.tex { @@ -591,7 +767,7 @@ class Languages < Hash "hyphenmin" => [2,2], # babel "encoding" => "ascii", "exceptions" => false, - "message" => "Italian Hyphenation Patterns", + "message" => "Italian hyphenation patterns", }, # kurmanji { @@ -603,9 +779,9 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "ec", "exceptions" => false, - "message" => "Kurmanji Hyphenation Patterns (v. 1.0 2009/06/29 JKn and MSh)", + "message" => "Kurmanji hyphenation patterns (v. 1.0 2009/06/29 JKn and MSh)", }, -# latin xu-lahyph.tex +# latin { "code" => "la", "name" => "latin", @@ -616,7 +792,22 @@ class Languages < Hash "hyphenmin" => [2,2], # babel "encoding" => "ec", "exceptions" => false, - "message" => "Latin Hyphenation Patterns", + "message" => "Latin hyphenation patterns", + + "version" => "3.2", + "last_modified" => "2010-06-01", + "type" => "dictionary", + "authors" => [ "claudio_beccari" ], + "licence" => "LPPL", + "description_s" => "Latin hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Latin language in T1/EC and UTF-8 encoding,", + "mainly in modern spelling (u when u is needed and v when v is needed),", + "medieval spelling with the ligatures \\ae and \\oe and the (uncial)", + "lowercase 'v' written as a 'u' is also supported. Apparently", + "there is no conflict between the patterns of modern Latin and", + "those of medieval Latin.", + ], }, # lithuanian { @@ -627,7 +818,7 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "l7x", "exceptions" => false, - "message" => "Lithuanian Hyphenation Patterns", + "message" => "Lithuanian hyphenation patterns", }, # latvian { @@ -638,7 +829,7 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "l7x", "exceptions" => false, - "message" => "Latvian Hyphenation Patterns", + "message" => "Latvian hyphenation patterns", }, # dutch nehyph96.tex { @@ -652,12 +843,8 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "ec", "exceptions" => true, - "message" => "Dutch Hyphenation Patterns", + "message" => "Dutch hyphenation patterns", }, -# norsk xu-nohyphbx.tex -# =norwegian -# nynorsk nnhyph.tex -# bokmal nbhyph.tex # polish xu-plhyph.tex { "code" => "pl", @@ -669,7 +856,7 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "qx", "exceptions" => true, - "message" => "Polish Hyphenation Patterns", + "message" => "Polish hyphenation patterns", }, # portuguese pthyph.tex # =portuges @@ -682,7 +869,7 @@ class Languages < Hash "hyphenmin" => [2,3], # babel "encoding" => "ec", "exceptions" => true, - "message" => "Portuguese Hyphenation Patterns", + "message" => "Portuguese hyphenation patterns", }, # pinyin xu-pyhyph.tex { @@ -706,9 +893,9 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "ec", "exceptions" => false, - "message" => "Romanian Hyphenation Patterns", # : `rohyphen' 1.1 <29.10.1996> + "message" => "Romanian hyphenation patterns", # : `rohyphen' 1.1 <29.10.1996> }, -# slovenian xu-sihyph.tex +# slovenian # =slovene { "code" => "sl", @@ -719,7 +906,17 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "ec", "exceptions" => false, - "message" => "Slovenian Hyphenation Patterns", + "message" => "Slovenian hyphenation patterns", + + "version" => "2.3", + "last_modified" => "1997-15-04", + "type" => "dictionary", + "authors" => [ "matjaz_vrecko" ], + "licence" => "LPPL", + "description_s" => "Slovenian hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Slovenian language in T1/EC and UTF-8 encoding.", + ], }, # uppersorbian xu-sorhyph.tex { @@ -731,7 +928,7 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "ec", "exceptions" => true, - "message" => "Upper Sorbian Hyphenation Patterns (E. Werner)", + "message" => "Upper Sorbian hyphenation patterns (E. Werner)", # \message{Hyphenation patterns for Upper Sorbian, E. Werner} # \message{Completely new revision 1997, March 22} }, @@ -757,9 +954,19 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "ec", "exceptions" => false, - "message" => "Turkmen Hyphenation Patterns", -}, -# turkish xu-tkhyph.tex + "message" => "Turkmen hyphenation patterns", + + "version" => "0.1", + "last_modified" => "2010-03-16", + "type" => "rules", + "authors" => [ "nazar_annagurban" ], + "licence" => "public", + "description_s" => "Turkmen hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Turkmen language in T1/EC and UTF-8 encoding.", + ], +}, +# turkish { "code" => "tr", "name" => "turkish", @@ -769,10 +976,9 @@ class Languages < Hash "hyphenmin" => [2,2], # polyglosia "encoding" => "ec", "exceptions" => false, - "message" => "Turkish Hyphenation Patterns", + "message" => "Turkish hyphenation patterns", }, # ukenglish ukhyphen.tex -# TODO - should we rename it or not? { "code" => "en-gb", "name" => "ukenglish", "synonyms" => ["british", "UKenglish"], @@ -782,7 +988,7 @@ class Languages < Hash "hyphenmin" => [2,3], # confirmed, same as what Knuth says "encoding" => "ascii", "exceptions" => true, - "message" => "Hyphenation Patterns for British English", + "message" => "Hyphenation patterns for British English", }, # US english { @@ -794,7 +1000,7 @@ class Languages < Hash "hyphenmin" => [2,3], # confirmed, same as what Knuth says "encoding" => "ascii", "exceptions" => true, - "message" => "Hyphenation Patterns for American English", + "message" => "Hyphenation patterns for American English", }, # US english # { @@ -806,10 +1012,10 @@ class Languages < Hash # "hyphenmin" => [2,3], # confirmed, same as what Knuth says # "encoding" => "ascii", # "exceptions" => true, -# "message" => "Hyphenation Patterns for American English", +# "message" => "Hyphenation patterns for American English", # }, # TODO: FIXME!!! -# serbian xu-srhyphc.tex +# serbian { "code" => "sh-latn", "name" => "serbian", @@ -824,14 +1030,30 @@ class Languages < Hash "encoding" => "ec", "exceptions" => true, "message" => "Serbian hyphenation patterns in Latin script", + + # only for serbian + "version" => "2.02", + "last_modified" => "2008-06-22", + "type" => "dictionary", + "authors" => [ "dejan_muhamedagic" ], + "licence" => "LPPL", + # for both scripts + "description_s" => "Serbian hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Serbian language in UTF-8 and 8-bit variant.", + "For 8-bit TeX the patterns are available separately as 'serbian' in", + "T1/EC encoding for Latin script and 'serbianc' in T2A encoding for", + "Cyrillic script. UTF-8 engines should only use 'serbian'", + "which has patterns in both scripts combined.", + ], }, # serbianc { - "code" => "sr-cyrl", + "code" => "sh-cyrl", "name" => "serbianc", "use_new_loader" => true, "use_old_patterns" => false, - "filename_old_patterns" => "srhyphc.tex", + # "filename_old_patterns" => "srhyphc.tex", "hyphenmin" => [2,2], "encoding" => "t2a", "exceptions" => true, @@ -847,7 +1069,21 @@ class Languages < Hash "hyphenmin" => [2,2], "encoding" => "t2a", "exceptions" => false, - "message" => "(New) Mongolian Hyphenation Patterns", + "message" => "(New) Mongolian hyphenation patterns", + + # only for this one + "version" => "1.2", + "last_modified" => "2010-04-03", + "type" => "dictionary", + "authors" => [ "dorjgotov_batmunkh" ], + "licence" => "LPPL", + # for both + "description_s" => "Mongolian hyphenation patterns in Cyrillic script", + "description_l" => [ + "Hyphenation patterns for Mongolian language in T2A, LMC and UTF-8 encoding.", + "LMC encoding is used in MonTeX. The package includes two sets of patterns", + "that will hopefully be merged in future.", + ], }, # mongolianlmc xu-mnhyph.tex (used to be mongolian) { @@ -871,7 +1107,17 @@ class Languages < Hash "hyphenmin" => [2,2], # babel "encoding" => "t2a", "exceptions" => false, - "message" => "Bulgarian Hyphenation Patterns", + "message" => "Bulgarian hyphenation patterns", + + "version" => "1.7", + "last_modified" => "2008-06", + "type" => "pattern", + "authors" => [ "" ], + "licence" => "LPPL", + "description_s" => "Bulgarian hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Bulgarian language in T2A and UTF-8 encoding.", + ], }, # sanskrit { @@ -882,9 +1128,21 @@ class Languages < Hash "hyphenmin" => [1,5], # polyglosia "encoding" => nil, # no patterns for 8-bit TeX "exceptions" => false, - "message" => "Sanskrit Hyphenation Patterns (v0.2, 2008/1/3)", -}, -# norwegian nohyph.tex + "message" => "Sanskrit hyphenation patterns (v0.4, 2010/02/26)", + + "version" => "0.4", + "last_modified" => "2010-02-26", + "type" => "rules", + "authors" => ["yves_codet"], + "licence" => nil, + "description_s" => "Sanskrit hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Sanskrit and Prakrit in transliteration,", + "and in Devanagari, Bengali, Kannada, Malayalam and Telugu scripts", + "for Unicode engines.", + ], +}, +# norwegian { "code" => "no", "name" => "norwegian", # TODO: fixme @@ -893,9 +1151,9 @@ class Languages < Hash "hyphenmin" => [2,2], # babel "encoding" => "ec", "exceptions" => false, - "message" => "Norwegian Hyphenation Patterns", + "message" => "Norwegian hyphenation patterns", }, -# norsk xu-nohyphbx.tex +# norsk { "code" => "nb", "name" => "bokmal", "synonyms" => ["norwegian", "norsk"], @@ -904,9 +1162,19 @@ class Languages < Hash "hyphenmin" => [2,2], # babel "encoding" => "ec", "exceptions" => true, - "message" => "Norwegian Bokmal Hyphenation Patterns", -}, -# nynorsk nnhyph.tex + "message" => "Norwegian Bokmal hyphenation patterns", + + "version" => nil, + "last_modified" => "2007-02-07", + "type" => "dictionary", + "authors" => [ "rune_kleveland", "ole_michael_selberg" ], + "licence" => "free", # TODO + "description_s" => "Norwegian Bokmal and Nynorsk hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Norwegian Bokmal and Nynorsk in T1/EC and UTF-8 encoding.", + ], +}, +# nynorsk { "code" => "nn", "name" => "nynorsk", @@ -915,7 +1183,7 @@ class Languages < Hash "hyphenmin" => [2,2], # babel "encoding" => "ec", "exceptions" => true, - "message" => "Norwegian Nynorsk Hyphenation Patterns", + "message" => "Norwegian Nynorsk hyphenation patterns", }, ##### # assamese @@ -927,7 +1195,20 @@ class Languages < Hash "hyphenmin" => [1,1], # TODO "encoding" => nil, # no patterns for 8-bit TeX "exceptions" => false, - "message" => "Assameze Hyphenation Patterns", + "message" => "Assameze hyphenation patterns", + + # this is true for all Indic patterns + "version" => "0.5.3", + "last_modified" => "2010-05-01", + "type" => "rules", + "authors" => ["santhosh_thottingal"], + "licence" => "LGPL", + "description_s" => "Indic hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Assameze, Bengali, Gujarati, Hindi,", + "Kannada, Malayalam, Marathi, Oriya, Panjabi, Tamil and Telugu", + "for Unicode engines.", + ], }, # bengali { @@ -938,7 +1219,7 @@ class Languages < Hash "hyphenmin" => [1,1], # TODO "encoding" => nil, # no patterns for 8-bit TeX "exceptions" => false, - "message" => "Bengali Hyphenation Patterns", + "message" => "Bengali hyphenation patterns", }, # gujarati { @@ -949,7 +1230,7 @@ class Languages < Hash "hyphenmin" => [1,1], # TODO "encoding" => nil, # no patterns for 8-bit TeX "exceptions" => false, - "message" => "Gujarati Hyphenation Patterns", + "message" => "Gujarati hyphenation patterns", }, # hindi { @@ -960,7 +1241,7 @@ class Languages < Hash "hyphenmin" => [1,1], # TODO "encoding" => nil, # no patterns for 8-bit TeX "exceptions" => false, - "message" => "Hindi Hyphenation Patterns", + "message" => "Hindi hyphenation patterns", }, # kannada { @@ -971,7 +1252,7 @@ class Languages < Hash "hyphenmin" => [1,1], # TODO "encoding" => nil, # no patterns for 8-bit TeX "exceptions" => false, - "message" => "Kannada Hyphenation Patterns", + "message" => "Kannada hyphenation patterns", }, # malayalam { @@ -982,7 +1263,7 @@ class Languages < Hash "hyphenmin" => [1,1], # TODO "encoding" => nil, # no patterns for 8-bit TeX "exceptions" => false, - "message" => "Malayalam Hyphenation Patterns", + "message" => "Malayalam hyphenation patterns", }, # marathi { @@ -993,7 +1274,7 @@ class Languages < Hash "hyphenmin" => [1,1], # TODO "encoding" => nil, # no patterns for 8-bit TeX "exceptions" => false, - "message" => "Marathi Hyphenation Patterns", + "message" => "Marathi hyphenation patterns", }, # oriya { @@ -1004,7 +1285,7 @@ class Languages < Hash "hyphenmin" => [1,1], # TODO "encoding" => nil, # no patterns for 8-bit TeX "exceptions" => false, - "message" => "Oriya Hyphenation Patterns", + "message" => "Oriya hyphenation patterns", }, # panjabi { @@ -1015,7 +1296,7 @@ class Languages < Hash "hyphenmin" => [1,1], # TODO "encoding" => nil, # no patterns for 8-bit TeX "exceptions" => false, - "message" => "Panjabi Hyphenation Patterns", + "message" => "Panjabi hyphenation patterns", }, # tamil { @@ -1026,7 +1307,7 @@ class Languages < Hash "hyphenmin" => [1,1], # TODO "encoding" => nil, # no patterns for 8-bit TeX "exceptions" => false, - "message" => "Tamil Hyphenation Patterns", + "message" => "Tamil hyphenation patterns", }, # telugu { @@ -1037,7 +1318,7 @@ class Languages < Hash "hyphenmin" => [1,1], # TODO "encoding" => nil, # no patterns for 8-bit TeX "exceptions" => false, - "message" => "Telugu Hyphenation Patterns", + "message" => "Telugu hyphenation patterns", }, # lao { @@ -1048,7 +1329,19 @@ class Languages < Hash "hyphenmin" => [1,1], # TODO "encoding" => nil, # no patterns for 8-bit TeX "exceptions" => false, - "message" => "Lao Hyphenation Patterns", + "message" => "Lao hyphenation patterns", + + "version" => nil, + "last_modified" => "2010-05-19", + "type" => "rules", + "authors" => [ "brian_wilson", "arthur_reutenauer", "mojca_miklavec" ], + "licence" => nil, # TODO + "description_s" => "Lao hyphenation patterns", + "description_l" => [ + "Hyphenation patterns for Lao language for Unicode engines.", + "Current version is experimental and gives bad results.", + "Please wait for a new version.", + ], }, # pan-Ethiopic { @@ -1059,7 +1352,7 @@ class Languages < Hash "hyphenmin" => [1,1], "encoding" => nil, # no patterns for 8-bit TeX "exceptions" => false, - "message" => "Pan-Ethiopic Hyphenation Patterns", + "message" => "Pan-Ethiopic hyphenation patterns", }, # dumylang -> dumyhyph.tex # nohyphenation -> zerohyph.tex diff --git a/Master/texmf-dist/source/generic/hyph-utf8/languages/gl/README b/Master/texmf-dist/source/generic/hyph-utf8/languages/gl/README index 6154587b019..95e00612c7b 100644 --- a/Master/texmf-dist/source/generic/hyph-utf8/languages/gl/README +++ b/Master/texmf-dist/source/generic/hyph-utf8/languages/gl/README @@ -1,25 +1,25 @@ -This directory contains seven files + README, licensed all but one under lppl 1.3: - -glpatter-utf8.tex: - The source file, version 2.4. When processed under the program - mkpatter ---by typing 'tex -ini -8bit glpatter-utf8.tex' (without the quotes) - at the command line, provided you have the utility - mkpattern installed--- it generates the file hyph-utf8-gl.tex. - -(hyph-gl.tex): - The generated file containing the patterns in UTF-8 (belongs to TEXMF/tex). - - -glhyextr.tex: ##This file is in the public domain## - A configuration file, to include additional patterns other - than the ones in glpatter-utf8.tex. It is not \input by glpatter-utf8.tex - (iin contrast with the single-byte encoded version glpatter.tex) - as modern tools allow the addition of patterns at run time. - -glhybiox.tex, glhymed.tex, glhyquim.tex, glhytec.tex & glhyxeog.tex: - Files with aditional patterns drawn from serveral fields of - the language, so that you may input them from glhyextr.tex. - -The files for specific patterns are very incomplete and feedback is welcome. - ---Javier A. Mgica +This directory contains seven files + README, licensed all but one under lppl 1.3:
+
+glpatter-utf8.tex:
+ The source file, version 2.4. When processed under the program
+ mkpatter ---by typing 'tex -ini -8bit glpatter-utf8.tex' (without the quotes)
+ at the command line, provided you have the utility
+ mkpattern installed--- it generates the file hyph-utf8-gl.tex.
+
+(hyph-gl.tex):
+ The generated file containing the patterns in UTF-8 (belongs to TEXMF/tex).
+
+
+glhyextr.tex: ##This file is in the public domain##
+ A configuration file, to include additional patterns other
+ than the ones in glpatter-utf8.tex. It is not \input by glpatter-utf8.tex
+ (iin contrast with the single-byte encoded version glpatter.tex)
+ as modern tools allow the addition of patterns at run time.
+
+glhybiox.tex, glhymed.tex, glhyquim.tex, glhytec.tex & glhyxeog.tex:
+ Files with aditional patterns drawn from serveral fields of
+ the language, so that you may input them from glhyextr.tex.
+
+The files for specific patterns are very incomplete and feedback is welcome.
+
+--Javier A. Mgica
diff --git a/Master/texmf-dist/source/generic/hyph-utf8/languages/mul-ethi/generate_patterns_mul-ethi.lua b/Master/texmf-dist/source/generic/hyph-utf8/languages/mul-ethi/generate_patterns_mul-ethi.lua index a5fa334f22c..607c7270bbb 100644 --- a/Master/texmf-dist/source/generic/hyph-utf8/languages/mul-ethi/generate_patterns_mul-ethi.lua +++ b/Master/texmf-dist/source/generic/hyph-utf8/languages/mul-ethi/generate_patterns_mul-ethi.lua @@ -1,10 +1,10 @@ #!/usr/bin/env texlua -- Extract Ethiopic syllables from the Unicode Character Database. --- Arthur Reutenauer, London, 2011-01-09 & 10, for the hyph-utf8 project +-- Arthur Reutenauer, London, 2011, for the hyph-utf8 project -- http://tug.org/tex-hyphen -- Copyright (c) TeX Users Group, 2011. --- You may freely use, modify and / or redistribute this file. +-- You may freely use, copy, modify and / or redistribute this file. -- Use with TeXLua. @@ -53,9 +53,13 @@ local pattfile = assert(io.open("hyph-mul-ethi.tex", "w")) pattfile:write[[ % Experimental pattern file for languages written using the Ethiopic script. -% Arthur Reutenauer, London, 2011-01-09 & 10, for the hyph-utf8 project. +% Arthur Reutenauer, London, 2011, for the hyph-utf8 project. % Copyright (c) TeX Users Group, 2011. -% You may freely use, modify and / or redistribute this file. +% You may freely use, copy, modify and / or redistribute this file. +% +% This is a generated file. If you wish to edit it, consider adapting the +% generating programme +% (svn://tug.org/texhyphen/trunk/hyph-utf8/source/generic/hyph-utf8/languages/mul-ethi/generate_patterns_mul-ethi.lua). % % The BCP 47 language tag for that file is "mul-ethi" to reflect the fact that % it can be used by multiple languages (and a single script, Ethiopic). It is, @@ -64,10 +68,6 @@ pattfile:write[[ % do for the moment is to simply allow break on either sides of Ethiopic % syllables, and to forbid it before some punctuation marks particular to % the Ethiopic script (which we thus make letters for this purpose). -% -% This is a generated file. If you wish to edit it, consider adapting the -% generating programme -% (svn://tug.org/texhyphen/trunk/hyph-utf8/source/generic/hyph-utf8/languages/ethiopic/make-patterns.lua. ]] diff --git a/Master/texmf-dist/source/luatex/hyph-utf8/luatex-hyphen.dtx b/Master/texmf-dist/source/luatex/hyph-utf8/luatex-hyphen.dtx index bca95daf0c7..c5a5af933a0 100644 --- a/Master/texmf-dist/source/luatex/hyph-utf8/luatex-hyphen.dtx +++ b/Master/texmf-dist/source/luatex/hyph-utf8/luatex-hyphen.dtx @@ -192,9 +192,11 @@ This work is under the CC0 license. % \begin{itemize} % \item For most languages: % \begin{quote} -% \verb+patterns = <string> filename for patterns+\\ -% \verb+hyphenation = <string> filename for exceptions+\\ +% \verb+patterns = <string> filenames for patterns+\\ +% \verb+hyphenation = <string> filenames for exceptions+\\ % \end{quote} +% Each string contains a coma-separated list of file names (whitespace +% before or after the coma is not accepted). % The files given by \verb+patterns+ (resp. \verb+hypenation+) must be % plain text files encoded in utf8, with only patterns (resp. % exceptions) and not even comments: their content will be used @@ -217,8 +219,8 @@ This work is under the CC0 license. % \item Optional fields may be added. For example: % \begin{quote} % \verb+loader = <string> name of the TeX loader+\\ -% \verb+lefthyphenmin = <number> value for \letfhyphenmin+\\ -% \verb+righthyphenmin = <number> value for \letfhyphenmin+ +% \verb+lefthyphenmin = <number> value for \lefthyphenmin+\\ +% \verb+righthyphenmin = <number> value for \righthyphenmin+ % \end{quote} % Those fields are present in \texttt{language.dat.lua} as generated bu % \texttt{tlmgr}, for example, but they \emph{are not} used by the present @@ -280,6 +282,7 @@ local dbfile = kpse.find_file(dbname) if not dbfile then err("file not found: "..dbname) else + wlog('using data file: %s', dbfile) language_dat = dofile(dbfile) end % \end{macrocode} @@ -342,13 +345,15 @@ function loadlanguage(lname, id) % \begin{macrocode} wlog(msg, '', cname, id) for _, item in ipairs{'patterns', 'hyphenation'} do - local file = ldata[item] - if file ~= nil and file ~= '' then + local filelist = ldata[item] + if filelist ~= nil and filelist ~= '' then + for _, file in ipairs(filelist:explode(',')) do local file = kpse.find_file(file) or err("file not found: %s", file) local fh = io.open(file, 'r') local data = fh:read('*a') or err("file not readable: %s", f) fh:close() lang[item](lang.new(id), data) + end else if item == 'hyphenation' then item = item..' exceptions' end wlog("info: no %s for this language", item) diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-af.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-af.tex index 1ca5047d815..1b308966294 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-af.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-af.tex @@ -22,16 +22,17 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Afrikaans Hyphenation Patterns} + \message{UTF-8 Afrikaans hyphenation patterns} \input hyph-af.tex + \input hyph-quote-af.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Afrikaans Hyphenation Patterns} + \message{EC Afrikaans hyphenation patterns} \input conv-utf8-ec.tex \input hyph-af.tex \fi\else % pTeX - \message{EC Afrikaans Hyphenation Patterns} - \input phyph-af.tex + \message{EC Afrikaans hyphenation patterns} + \input hyph-af.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-as.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-as.tex index 3a794756502..cf75e7b8c51 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-as.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-as.tex @@ -20,18 +20,18 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Assameze Hyphenation Patterns} + \message{UTF-8 Assameze hyphenation patterns} % Set \lccode for ZWNJ and ZWJ. \lccode"200C="200C \lccode"200D="200D \input hyph-as.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{No Assameze Hyphenation Patterns - only for Unicode engines} + \message{No Assameze hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi\else % pTeX - \message{No Assameze Hyphenation Patterns - only for Unicode engines} + \message{No Assameze hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-bg.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-bg.tex index 218f7947444..ff0d6d93375 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-bg.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-bg.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Bulgarian Hyphenation Patterns} + \message{UTF-8 Bulgarian hyphenation patterns} \input hyph-bg.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{T2A Bulgarian Hyphenation Patterns} + \message{T2A Bulgarian hyphenation patterns} \input conv-utf8-t2a.tex \input hyph-bg.tex \fi\else % pTeX - \message{T2A Bulgarian Hyphenation Patterns} - \input phyph-bg.tex + \message{T2A Bulgarian hyphenation patterns} + \input hyph-bg.t2a.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-bn.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-bn.tex index 610bbec5b56..a141d702fb8 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-bn.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-bn.tex @@ -20,18 +20,18 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Bengali Hyphenation Patterns} + \message{UTF-8 Bengali hyphenation patterns} % Set \lccode for ZWNJ and ZWJ. \lccode"200C="200C \lccode"200D="200D \input hyph-bn.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{No Bengali Hyphenation Patterns - only for Unicode engines} + \message{No Bengali hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi\else % pTeX - \message{No Bengali Hyphenation Patterns - only for Unicode engines} + \message{No Bengali hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ca.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ca.tex index 04d235b1da2..be4a75e3d0b 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ca.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ca.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Catalan Hyphenation Patterns} + \message{UTF-8 Catalan hyphenation patterns} \input hyph-ca.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Catalan Hyphenation Patterns} + \message{EC Catalan hyphenation patterns} \input conv-utf8-ec.tex \input hyph-ca.tex \fi\else % pTeX - \message{EC Catalan Hyphenation Patterns} - \input phyph-ca.tex + \message{EC Catalan hyphenation patterns} + \input hyph-ca.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cop.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cop.tex index 90c30c0caaf..e3cf83b6571 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cop.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cop.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Coptic Hyphenation Patterns} + \message{UTF-8 Coptic hyphenation patterns} \input hyph-cop.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{Coptic Hyphenation Patterns} + \message{Coptic hyphenation patterns} % TODO: automatic conversion could be done, but was too complicated; leave for later. \input copthyph.tex \fi\else % pTeX - \message{Coptic Hyphenation Patterns} + \message{Coptic hyphenation patterns} \input copthyph.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cs.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cs.tex index 07d7aef2662..08a44f686a1 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cs.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cs.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Czech Hyphenation Patterns (Pavel Sevecek, v3, 1995)} + \message{UTF-8 Czech hyphenation patterns (Pavel Sevecek, v3, 1995)} \input hyph-cs.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Czech Hyphenation Patterns (Pavel Sevecek, v3, 1995)} + \message{EC Czech hyphenation patterns (Pavel Sevecek, v3, 1995)} \input conv-utf8-ec.tex \input hyph-cs.tex \fi\else % pTeX - \message{EC Czech Hyphenation Patterns (Pavel Sevecek, v3, 1995)} - \input phyph-cs.tex + \message{EC Czech hyphenation patterns (Pavel Sevecek, v3, 1995)} + \input hyph-cs.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cy.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cy.tex index f09ceabe95f..11e91455b1b 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cy.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cy.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Welsh Hyphenation Patterns} + \message{UTF-8 Welsh hyphenation patterns} \input hyph-cy.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Welsh Hyphenation Patterns} + \message{EC Welsh hyphenation patterns} \input conv-utf8-ec.tex \input hyph-cy.tex \fi\else % pTeX - \message{EC Welsh Hyphenation Patterns} - \input phyph-cy.tex + \message{EC Welsh hyphenation patterns} + \input hyph-cy.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-da.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-da.tex index 6d5a921944f..e406c65d86b 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-da.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-da.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Danish Hyphenation Patterns} + \message{UTF-8 Danish hyphenation patterns} \input hyph-da.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Danish Hyphenation Patterns} + \message{EC Danish hyphenation patterns} \input conv-utf8-ec.tex \input hyph-da.tex \fi\else % pTeX - \message{EC Danish Hyphenation Patterns} - \input phyph-da.tex + \message{EC Danish hyphenation patterns} + \input hyph-da.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1901.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1901.tex index cac4eabbaf0..1298287f33f 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1901.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1901.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 German Hyphenation Patterns (Traditional Orthography)} + \message{UTF-8 German hyphenation patterns (traditional orthography)} \input hyph-de-1901.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC German Hyphenation Patterns (Traditional Orthography)} + \message{EC German hyphenation patterns (traditional orthography)} % Kept for the sake of backward compatibility, but newer and better patterns by WL are available. \input dehypht.tex \fi\else % pTeX - \message{EC German Hyphenation Patterns (Traditional Orthography)} - \input phyph-de-1901.tex + \message{EC German hyphenation patterns (traditional orthography)} + \input hyph-de-1901.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1996.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1996.tex index d79e4ef1b6a..1c15c974dac 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1996.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1996.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 German Hyphenation Patterns (Reformed Orthography)} + \message{UTF-8 German hyphenation patterns (reformed orthography)} \input hyph-de-1996.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC German Hyphenation Patterns (Reformed Orthography)} + \message{EC German hyphenation patterns (reformed orthography)} % Kept for the sake of backward compatibility, but newer and better patterns by WL are available. \input dehyphn.tex \fi\else % pTeX - \message{EC German Hyphenation Patterns (Reformed Orthography)} - \input phyph-de-1996.tex + \message{EC German hyphenation patterns (reformed orthography)} + \input hyph-de-1996.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-ch-1901.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-ch-1901.tex index ba7da7e134a..05293438faa 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-ch-1901.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-ch-1901.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Swiss-German Hyphenation Patterns (Traditional Orthography)} + \message{UTF-8 Swiss-German hyphenation patterns (traditional orthography)} \input hyph-de-ch-1901.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Swiss-German Hyphenation Patterns (Traditional Orthography)} + \message{EC Swiss-German hyphenation patterns (traditional orthography)} \input conv-utf8-ec.tex \input hyph-de-ch-1901.tex \fi\else % pTeX - \message{EC Swiss-German Hyphenation Patterns (Traditional Orthography)} - \input phyph-de-ch-1901.tex + \message{EC Swiss-German hyphenation patterns (traditional orthography)} + \input hyph-de-ch-1901.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-en-gb.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-en-gb.tex index 399621bc665..69f8423594a 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-en-gb.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-en-gb.tex @@ -14,6 +14,6 @@ % \begingroup % ASCII patterns - no additional support is needed -\message{ASCII Hyphenation Patterns for British English} +\message{ASCII Hyphenation patterns for British English} \input hyph-en-gb.tex \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-en-us.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-en-us.tex index b185699e5db..78de82ef463 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-en-us.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-en-us.tex @@ -14,6 +14,6 @@ % \begingroup % ASCII patterns - no additional support is needed -\message{ASCII Hyphenation Patterns for American English} +\message{ASCII Hyphenation patterns for American English} \input hyph-en-us.tex \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eo.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eo.tex index ae3f9bdac89..e6df3652275 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eo.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eo.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Esperanto Hyphenation Patterns} + \message{UTF-8 Esperanto hyphenation patterns} \input hyph-eo.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{IL3 Esperanto Hyphenation Patterns} + \message{IL3 Esperanto hyphenation patterns} \input conv-utf8-il3.tex \input hyph-eo.tex \fi\else % pTeX - \message{IL3 Esperanto Hyphenation Patterns} - \input phyph-eo.tex + \message{IL3 Esperanto hyphenation patterns} + \input hyph-eo.il3.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-es.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-es.tex index c43de003c83..4404a996535 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-es.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-es.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Spanish Hyphenation Patterns} + \message{UTF-8 Spanish hyphenation patterns} \input hyph-es.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Spanish Hyphenation Patterns} + \message{EC Spanish hyphenation patterns} \input conv-utf8-ec.tex \input hyph-es.tex \fi\else % pTeX - \message{EC Spanish Hyphenation Patterns} - \input phyph-es.tex + \message{EC Spanish hyphenation patterns} + \input hyph-es.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-et.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-et.tex index 44ab4f3da0f..9a5171ef165 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-et.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-et.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Estonian Hyphenation Patterns} + \message{UTF-8 Estonian hyphenation patterns} \input hyph-et.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Estonian Hyphenation Patterns} + \message{EC Estonian hyphenation patterns} \input conv-utf8-ec.tex \input hyph-et.tex \fi\else % pTeX - \message{EC Estonian Hyphenation Patterns} - \input phyph-et.tex + \message{EC Estonian hyphenation patterns} + \input hyph-et.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eu.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eu.tex index 170c4d15ff0..4195dc316cc 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eu.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eu.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Basque Hyphenation Patterns} + \message{UTF-8 Basque hyphenation patterns} \input hyph-eu.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Basque Hyphenation Patterns} + \message{EC Basque hyphenation patterns} \input conv-utf8-ec.tex \input hyph-eu.tex \fi\else % pTeX - \message{EC Basque Hyphenation Patterns} - \input phyph-eu.tex + \message{EC Basque hyphenation patterns} + \input hyph-eu.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fi.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fi.tex index a3d8f8bad17..7829dfa03ef 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fi.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fi.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Finnish Hyphenation Patterns} + \message{UTF-8 Finnish hyphenation patterns} \input hyph-fi.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Finnish Hyphenation Patterns} + \message{EC Finnish hyphenation patterns} \input conv-utf8-ec.tex \input hyph-fi.tex \fi\else % pTeX - \message{EC Finnish Hyphenation Patterns} - \input phyph-fi.tex + \message{EC Finnish hyphenation patterns} + \input hyph-fi.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fr.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fr.tex index c29f6025054..2605a38625f 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fr.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fr.tex @@ -23,6 +23,7 @@ % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument \message{UTF-8 French hyphenation patterns (V2.12, 2002/12/11)} \input hyph-fr.tex + \input hyph-quote-fr.tex \else % 8-bit engine (such as TeX or pdfTeX) \message{EC French hyphenation patterns (V2.12, 2002/12/11)} @@ -31,6 +32,6 @@ \fi\else % pTeX \message{EC French hyphenation patterns (V2.12, 2002/12/11)} - \input phyph-fr.tex + \input hyph-fr.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ga.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ga.tex index 3b2c77facaf..604d088129d 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ga.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ga.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Irish Hyphenation Patterns} + \message{UTF-8 Irish hyphenation patterns} \input hyph-ga.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Irish Hyphenation Patterns} + \message{EC Irish hyphenation patterns} \input conv-utf8-ec.tex \input hyph-ga.tex \fi\else % pTeX - \message{EC Irish Hyphenation Patterns} - \input phyph-ga.tex + \message{EC Irish hyphenation patterns} + \input hyph-ga.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-gl.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-gl.tex index 390e1208b13..d26b071b18d 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-gl.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-gl.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Galician Hyphenation Patterns} + \message{UTF-8 Galician hyphenation patterns} \input hyph-gl.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Galician Hyphenation Patterns} + \message{EC Galician hyphenation patterns} \input conv-utf8-ec.tex \input hyph-gl.tex \fi\else % pTeX - \message{EC Galician Hyphenation Patterns} - \input phyph-gl.tex + \message{EC Galician hyphenation patterns} + \input hyph-gl.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-gu.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-gu.tex index ee84509cf5b..3b335feaab3 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-gu.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-gu.tex @@ -20,18 +20,18 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Gujarati Hyphenation Patterns} + \message{UTF-8 Gujarati hyphenation patterns} % Set \lccode for ZWNJ and ZWJ. \lccode"200C="200C \lccode"200D="200D \input hyph-gu.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{No Gujarati Hyphenation Patterns - only for Unicode engines} + \message{No Gujarati hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi\else % pTeX - \message{No Gujarati Hyphenation Patterns - only for Unicode engines} + \message{No Gujarati hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hi.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hi.tex index 0017840e81a..e860b355e17 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hi.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hi.tex @@ -20,18 +20,18 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Hindi Hyphenation Patterns} + \message{UTF-8 Hindi hyphenation patterns} % Set \lccode for ZWNJ and ZWJ. \lccode"200C="200C \lccode"200D="200D \input hyph-hi.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{No Hindi Hyphenation Patterns - only for Unicode engines} + \message{No Hindi hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi\else % pTeX - \message{No Hindi Hyphenation Patterns - only for Unicode engines} + \message{No Hindi hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hr.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hr.tex index c7cd068d2ae..933611c8338 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hr.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hr.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Croatian Hyphenation Patterns} + \message{UTF-8 Croatian hyphenation patterns} \input hyph-hr.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Croatian Hyphenation Patterns} + \message{EC Croatian hyphenation patterns} \input conv-utf8-ec.tex \input hyph-hr.tex \fi\else % pTeX - \message{EC Croatian Hyphenation Patterns} - \input phyph-hr.tex + \message{EC Croatian hyphenation patterns} + \input hyph-hr.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hsb.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hsb.tex index 0084daa8fd8..1ed66802e5b 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hsb.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hsb.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Upper Sorbian Hyphenation Patterns (E. Werner)} + \message{UTF-8 Upper Sorbian hyphenation patterns (E. Werner)} \input hyph-hsb.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Upper Sorbian Hyphenation Patterns (E. Werner)} + \message{EC Upper Sorbian hyphenation patterns (E. Werner)} \input conv-utf8-ec.tex \input hyph-hsb.tex \fi\else % pTeX - \message{EC Upper Sorbian Hyphenation Patterns (E. Werner)} - \input phyph-hsb.tex + \message{EC Upper Sorbian hyphenation patterns (E. Werner)} + \input hyph-hsb.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hu.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hu.tex index 43d04ab2ba0..7167195d10c 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hu.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hu.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Hungarian Hyphenation Patterns (v20031107)} + \message{UTF-8 Hungarian hyphenation patterns (v20031107)} \input hyph-hu.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Hungarian Hyphenation Patterns (v20031107)} + \message{EC Hungarian hyphenation patterns (v20031107)} \input conv-utf8-ec.tex \input hyph-hu.tex \fi\else % pTeX - \message{EC Hungarian Hyphenation Patterns (v20031107)} - \input phyph-hu.tex + \message{EC Hungarian hyphenation patterns (v20031107)} + \input hyph-hu.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hy.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hy.tex index 3c4c7f9489c..2b3f77b1263 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hy.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hy.tex @@ -20,18 +20,18 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Armenian Hyphenation Patterns} + \message{UTF-8 Armenian hyphenation patterns} % Set \lccode for ZWNJ and ZWJ. \lccode"200C="200C \lccode"200D="200D \input hyph-hy.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{No Armenian Hyphenation Patterns - only for Unicode engines} + \message{No Armenian hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi\else % pTeX - \message{No Armenian Hyphenation Patterns - only for Unicode engines} + \message{No Armenian hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ia.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ia.tex index 93a1bdeb532..46156565d0c 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ia.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ia.tex @@ -14,6 +14,6 @@ % \begingroup % ASCII patterns - no additional support is needed -\message{ASCII Hyphenation Patterns for Interlingua} +\message{ASCII Hyphenation patterns for Interlingua} \input hyph-ia.tex \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-id.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-id.tex index 542480ce28c..111021b76c8 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-id.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-id.tex @@ -14,6 +14,6 @@ % \begingroup % ASCII patterns - no additional support is needed -\message{ASCII Indonesian Hyphenation Patterns} +\message{ASCII Indonesian hyphenation patterns} \input hyph-id.tex \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-is.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-is.tex index 11c499959c4..ff584d70842 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-is.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-is.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Icelandic Hyphenation Patterns} + \message{UTF-8 Icelandic hyphenation patterns} \input hyph-is.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Icelandic Hyphenation Patterns} + \message{EC Icelandic hyphenation patterns} \input conv-utf8-ec.tex \input hyph-is.tex \fi\else % pTeX - \message{EC Icelandic Hyphenation Patterns} - \input phyph-is.tex + \message{EC Icelandic hyphenation patterns} + \input hyph-is.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-it.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-it.tex index 4b0c4ee503b..e1f02201923 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-it.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-it.tex @@ -14,7 +14,23 @@ % \begingroup \lccode`\'=`\' -% ASCII patterns - no additional support is needed -\message{ASCII Italian Hyphenation Patterns} -\input hyph-it.tex +% Test for pTeX +\ifx\kanjiskip\undefined +% Test for native UTF-8 (which gets only a single argument) +% That's Tau (as in Taco or ΤΕΧ, Tau-Epsilon-Chi), a 2-byte UTF-8 character +\def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax +\ifx\secondarg\empty + % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument + \message{UTF-8 Italian hyphenation patterns} + \input hyph-it.tex + \input hyph-quote-it.tex +\else + % 8-bit engine (such as TeX or pdfTeX) + \message{ASCII Italian hyphenation patterns} + \input hyph-it.tex +\fi\else + % pTeX + \message{ASCII Italian hyphenation patterns} + \input hyph-it.tex +\fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-kmr.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-kmr.tex index bf3dd3096cf..7c7eda92125 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-kmr.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-kmr.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Kurmanji Hyphenation Patterns (v. 1.0 2009/06/29 JKn and MSh)} + \message{UTF-8 Kurmanji hyphenation patterns (v. 1.0 2009/06/29 JKn and MSh)} \input hyph-kmr.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Kurmanji Hyphenation Patterns (v. 1.0 2009/06/29 JKn and MSh)} + \message{EC Kurmanji hyphenation patterns (v. 1.0 2009/06/29 JKn and MSh)} \input conv-utf8-ec.tex \input hyph-kmr.tex \fi\else % pTeX - \message{EC Kurmanji Hyphenation Patterns (v. 1.0 2009/06/29 JKn and MSh)} - \input phyph-kmr.tex + \message{EC Kurmanji hyphenation patterns (v. 1.0 2009/06/29 JKn and MSh)} + \input hyph-kmr.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-kn.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-kn.tex index d7ba9675a29..92b7750f3be 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-kn.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-kn.tex @@ -20,18 +20,18 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Kannada Hyphenation Patterns} + \message{UTF-8 Kannada hyphenation patterns} % Set \lccode for ZWNJ and ZWJ. \lccode"200C="200C \lccode"200D="200D \input hyph-kn.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{No Kannada Hyphenation Patterns - only for Unicode engines} + \message{No Kannada hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi\else % pTeX - \message{No Kannada Hyphenation Patterns - only for Unicode engines} + \message{No Kannada hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-la.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-la.tex index 9ae3ea9846b..d4d19ea2f7b 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-la.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-la.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Latin Hyphenation Patterns} + \message{UTF-8 Latin hyphenation patterns} \input hyph-la.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Latin Hyphenation Patterns} + \message{EC Latin hyphenation patterns} \input conv-utf8-ec.tex \input hyph-la.tex \fi\else % pTeX - \message{EC Latin Hyphenation Patterns} - \input phyph-la.tex + \message{EC Latin hyphenation patterns} + \input hyph-la.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lo.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lo.tex index 62f44db59f7..0005d17a3b6 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lo.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lo.tex @@ -20,15 +20,15 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Lao Hyphenation Patterns} + \message{UTF-8 Lao hyphenation patterns} \input hyph-lo.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{No Lao Hyphenation Patterns - only for Unicode engines} + \message{No Lao hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi\else % pTeX - \message{No Lao Hyphenation Patterns - only for Unicode engines} + \message{No Lao hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lt.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lt.tex index 859c4f16845..2b9e7881e22 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lt.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lt.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Lithuanian Hyphenation Patterns} + \message{UTF-8 Lithuanian hyphenation patterns} \input hyph-lt.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{L7X Lithuanian Hyphenation Patterns} + \message{L7X Lithuanian hyphenation patterns} \input conv-utf8-l7x.tex \input hyph-lt.tex \fi\else % pTeX - \message{L7X Lithuanian Hyphenation Patterns} - \input phyph-lt.tex + \message{L7X Lithuanian hyphenation patterns} + \input hyph-lt.l7x.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lv.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lv.tex index d93ae4fb4d9..0fd7364fc7c 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lv.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lv.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Latvian Hyphenation Patterns} + \message{UTF-8 Latvian hyphenation patterns} \input hyph-lv.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{L7X Latvian Hyphenation Patterns} + \message{L7X Latvian hyphenation patterns} \input conv-utf8-l7x.tex \input hyph-lv.tex \fi\else % pTeX - \message{L7X Latvian Hyphenation Patterns} - \input phyph-lv.tex + \message{L7X Latvian hyphenation patterns} + \input hyph-lv.l7x.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ml.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ml.tex index 8c740fc91d0..241a5f8f370 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ml.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ml.tex @@ -20,18 +20,18 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Malayalam Hyphenation Patterns} + \message{UTF-8 Malayalam hyphenation patterns} % Set \lccode for ZWNJ and ZWJ. \lccode"200C="200C \lccode"200D="200D \input hyph-ml.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{No Malayalam Hyphenation Patterns - only for Unicode engines} + \message{No Malayalam hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi\else % pTeX - \message{No Malayalam Hyphenation Patterns - only for Unicode engines} + \message{No Malayalam hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl-x-lmc.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl-x-lmc.tex index ccaf4e59dca..619e76b123b 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl-x-lmc.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl-x-lmc.tex @@ -30,6 +30,6 @@ \fi\else % pTeX \message{LMC Mongolian hyphenation patterns} - \input phyph-mn-cyrl-x-lmc.tex + \input hyph-mn-cyrl-x-lmc.lmc.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl.tex index 9d58f2a3e77..bc953d1004e 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 (New) Mongolian Hyphenation Patterns} + \message{UTF-8 (New) Mongolian hyphenation patterns} \input hyph-mn-cyrl.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{T2A (New) Mongolian Hyphenation Patterns} + \message{T2A (New) Mongolian hyphenation patterns} \input conv-utf8-t2a.tex \input hyph-mn-cyrl.tex \fi\else % pTeX - \message{T2A (New) Mongolian Hyphenation Patterns} - \input phyph-mn-cyrl.tex + \message{T2A (New) Mongolian hyphenation patterns} + \input hyph-mn-cyrl.t2a.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mr.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mr.tex index 6209815d4c6..365878f0df5 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mr.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mr.tex @@ -20,18 +20,18 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Marathi Hyphenation Patterns} + \message{UTF-8 Marathi hyphenation patterns} % Set \lccode for ZWNJ and ZWJ. \lccode"200C="200C \lccode"200D="200D \input hyph-mr.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{No Marathi Hyphenation Patterns - only for Unicode engines} + \message{No Marathi hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi\else % pTeX - \message{No Marathi Hyphenation Patterns - only for Unicode engines} + \message{No Marathi hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mul-ethi.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mul-ethi.tex index c04cfdde99d..f4c38764237 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mul-ethi.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mul-ethi.tex @@ -20,18 +20,18 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Pan-Ethiopic Hyphenation Patterns} + \message{UTF-8 Pan-Ethiopic hyphenation patterns} % Set \lccode for Ethiopian word space. \lccode"1361="1361 \lccode"1362="1362 \input hyph-mul-ethi.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{No Pan-Ethiopic Hyphenation Patterns - only for Unicode engines} + \message{No Pan-Ethiopic hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi\else % pTeX - \message{No Pan-Ethiopic Hyphenation Patterns - only for Unicode engines} + \message{No Pan-Ethiopic hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nb.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nb.tex index 1320d897c9d..4473100a6ac 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nb.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nb.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Norwegian Bokmal Hyphenation Patterns} + \message{UTF-8 Norwegian Bokmal hyphenation patterns} \input hyph-nb.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Norwegian Bokmal Hyphenation Patterns} + \message{EC Norwegian Bokmal hyphenation patterns} \input conv-utf8-ec.tex \input hyph-nb.tex \fi\else % pTeX - \message{EC Norwegian Bokmal Hyphenation Patterns} - \input phyph-nb.tex + \message{EC Norwegian Bokmal hyphenation patterns} + \input hyph-nb.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nl.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nl.tex index e8149b1781e..589ebf9ef70 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nl.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nl.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Dutch Hyphenation Patterns} + \message{UTF-8 Dutch hyphenation patterns} \input hyph-nl.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Dutch Hyphenation Patterns} + \message{EC Dutch hyphenation patterns} \input conv-utf8-ec.tex \input hyph-nl.tex \fi\else % pTeX - \message{EC Dutch Hyphenation Patterns} - \input phyph-nl.tex + \message{EC Dutch hyphenation patterns} + \input hyph-nl.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nn.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nn.tex index 1cf4d6c9c70..9beccf80ff4 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nn.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nn.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Norwegian Nynorsk Hyphenation Patterns} + \message{UTF-8 Norwegian Nynorsk hyphenation patterns} \input hyph-nn.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Norwegian Nynorsk Hyphenation Patterns} + \message{EC Norwegian Nynorsk hyphenation patterns} \input conv-utf8-ec.tex \input hyph-nn.tex \fi\else % pTeX - \message{EC Norwegian Nynorsk Hyphenation Patterns} - \input phyph-nn.tex + \message{EC Norwegian Nynorsk hyphenation patterns} + \input hyph-nn.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-or.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-or.tex index 7a1097086ad..09c31bb8812 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-or.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-or.tex @@ -20,18 +20,18 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Oriya Hyphenation Patterns} + \message{UTF-8 Oriya hyphenation patterns} % Set \lccode for ZWNJ and ZWJ. \lccode"200C="200C \lccode"200D="200D \input hyph-or.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{No Oriya Hyphenation Patterns - only for Unicode engines} + \message{No Oriya hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi\else % pTeX - \message{No Oriya Hyphenation Patterns - only for Unicode engines} + \message{No Oriya hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pa.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pa.tex index 854beebebe3..43df028dfb5 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pa.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pa.tex @@ -20,18 +20,18 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Panjabi Hyphenation Patterns} + \message{UTF-8 Panjabi hyphenation patterns} % Set \lccode for ZWNJ and ZWJ. \lccode"200C="200C \lccode"200D="200D \input hyph-pa.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{No Panjabi Hyphenation Patterns - only for Unicode engines} + \message{No Panjabi hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi\else % pTeX - \message{No Panjabi Hyphenation Patterns - only for Unicode engines} + \message{No Panjabi hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pl.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pl.tex index bd827c97e39..fe0248e5d01 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pl.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pl.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Polish Hyphenation Patterns} + \message{UTF-8 Polish hyphenation patterns} \input hyph-pl.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{QX Polish Hyphenation Patterns} + \message{QX Polish hyphenation patterns} \input conv-utf8-qx.tex \input hyph-pl.tex \fi\else % pTeX - \message{QX Polish Hyphenation Patterns} - \input phyph-pl.tex + \message{QX Polish hyphenation patterns} + \input hyph-pl.qx.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pt.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pt.tex index 3fd7a035790..3054c14dff2 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pt.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pt.tex @@ -21,16 +21,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Portuguese Hyphenation Patterns} + \message{UTF-8 Portuguese hyphenation patterns} \input hyph-pt.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Portuguese Hyphenation Patterns} + \message{EC Portuguese hyphenation patterns} \input conv-utf8-ec.tex \input hyph-pt.tex \fi\else % pTeX - \message{EC Portuguese Hyphenation Patterns} - \input phyph-pt.tex + \message{EC Portuguese hyphenation patterns} + \input hyph-pt.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ro.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ro.tex index 2dfd04b3317..04bf574953e 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ro.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ro.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Romanian Hyphenation Patterns} + \message{UTF-8 Romanian hyphenation patterns} \input hyph-ro.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Romanian Hyphenation Patterns} + \message{EC Romanian hyphenation patterns} \input conv-utf8-ec.tex \input hyph-ro.tex \fi\else % pTeX - \message{EC Romanian Hyphenation Patterns} - \input phyph-ro.tex + \message{EC Romanian hyphenation patterns} + \input hyph-ro.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex index efaabd5ac95..6fc8d282767 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex @@ -21,18 +21,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Russian Hyphenation Patterns} + \message{UTF-8 Russian hyphenation patterns} \input hyph-ru.tex - % Additional patterns with hyphen/dash: a hack to prevent breaking after hyphen, but not before. - \input exhyph-ru.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{T2A Russian Hyphenation Patterns} + \message{T2A Russian hyphenation patterns} % The old system allows choosing patterns and encodings manually. That mechanism needs to be implemented first in this package, so we still fall back on old system. \input ruhyphen.tex \fi\else % pTeX - \message{T2A Russian Hyphenation Patterns} - \input phyph-ru.tex + \message{T2A Russian hyphenation patterns} + \input hyph-ru.t2a.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sa.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sa.tex index eb5a091e705..1b3cbeaf010 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sa.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sa.tex @@ -20,7 +20,7 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Sanskrit Hyphenation Patterns (v0.2, 2008/1/3)} + \message{UTF-8 Sanskrit hyphenation patterns (v0.4, 2010/02/26)} % Set \lccode for ZWNJ and ZWJ. \lccode"200C="200C \lccode"200D="200D @@ -30,11 +30,11 @@ \input hyph-sa.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{No Sanskrit Hyphenation Patterns (v0.2, 2008/1/3) - only for Unicode engines} + \message{No Sanskrit hyphenation patterns (v0.4, 2010/02/26) - only for Unicode engines} %\input zerohyph.tex \fi\else % pTeX - \message{No Sanskrit Hyphenation Patterns (v0.2, 2008/1/3) - only for Unicode engines} + \message{No Sanskrit hyphenation patterns (v0.4, 2010/02/26) - only for Unicode engines} %\input zerohyph.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sk.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sk.tex index 07b77eeec13..904f0b1b5f6 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sk.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sk.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Slovak Hyphenation Patterns (Jana Chlebikova, 1992)} + \message{UTF-8 Slovak hyphenation patterns (Jana Chlebikova, 1992)} \input hyph-sk.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Slovak Hyphenation Patterns (Jana Chlebikova, 1992)} + \message{EC Slovak hyphenation patterns (Jana Chlebikova, 1992)} \input conv-utf8-ec.tex \input hyph-sk.tex \fi\else % pTeX - \message{EC Slovak Hyphenation Patterns (Jana Chlebikova, 1992)} - \input phyph-sk.tex + \message{EC Slovak hyphenation patterns (Jana Chlebikova, 1992)} + \input hyph-sk.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sl.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sl.tex index faeb43fbc56..fc56823b257 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sl.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sl.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Slovenian Hyphenation Patterns} + \message{UTF-8 Slovenian hyphenation patterns} \input hyph-sl.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Slovenian Hyphenation Patterns} + \message{EC Slovenian hyphenation patterns} \input conv-utf8-ec.tex \input hyph-sl.tex \fi\else % pTeX - \message{EC Slovenian Hyphenation Patterns} - \input phyph-sl.tex + \message{EC Slovenian hyphenation patterns} + \input hyph-sl.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-cyrl.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-cyrl.tex index d39027cc648..08bd720745f 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-cyrl.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-cyrl.tex @@ -1,4 +1,4 @@ -% filename: loadhyph-sr-cyrl.tex +% filename: loadhyph-sh-cyrl.tex % language: serbianc % % Loader for hyphenation patterns, generated by @@ -20,16 +20,18 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Serbian hyphenation patterns in Cyrillic script} - \input hyph-sr-cyrl.tex + \message{UTF-8 Serbian hyphenation patterns} + % We load both scripts at the same time to simplify usage + \input hyph-sh-latn.tex + \input hyph-sh-cyrl.tex \else % 8-bit engine (such as TeX or pdfTeX) \message{T2A Serbian hyphenation patterns in Cyrillic script} \input conv-utf8-t2a.tex - \input hyph-sr-cyrl.tex + \input hyph-sh-cyrl.tex \fi\else % pTeX \message{T2A Serbian hyphenation patterns in Cyrillic script} - \input phyph-sr-cyrl.tex + \input hyph-sh-cyrl.t2a.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-latn.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-latn.tex index b14a0304632..dfb485d7f4c 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-latn.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-latn.tex @@ -20,8 +20,10 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Serbian hyphenation patterns in Latin script} + \message{UTF-8 Serbian hyphenation patterns} + % We load both scripts at the same time to simplify usage \input hyph-sh-latn.tex + \input hyph-sh-cyrl.tex \else % 8-bit engine (such as TeX or pdfTeX) \message{EC Serbian hyphenation patterns in Latin script} @@ -30,6 +32,6 @@ \fi\else % pTeX \message{EC Serbian hyphenation patterns in Latin script} - \input phyph-sh-latn.tex + \input hyph-sh-latn.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sv.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sv.tex index e3da1cd19a0..1fc9d948c15 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sv.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sv.tex @@ -30,6 +30,6 @@ \fi\else % pTeX \message{EC Swedish hyphenation patterns (Jan Michael Rynning, 1994-03-03)} - \input phyph-sv.tex + \input hyph-sv.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ta.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ta.tex index 50ee0256be7..c6bf5104d9e 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ta.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ta.tex @@ -20,18 +20,18 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Tamil Hyphenation Patterns} + \message{UTF-8 Tamil hyphenation patterns} % Set \lccode for ZWNJ and ZWJ. \lccode"200C="200C \lccode"200D="200D \input hyph-ta.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{No Tamil Hyphenation Patterns - only for Unicode engines} + \message{No Tamil hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi\else % pTeX - \message{No Tamil Hyphenation Patterns - only for Unicode engines} + \message{No Tamil hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-te.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-te.tex index 03ea391ee49..9fec174dd9f 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-te.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-te.tex @@ -20,18 +20,18 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Telugu Hyphenation Patterns} + \message{UTF-8 Telugu hyphenation patterns} % Set \lccode for ZWNJ and ZWJ. \lccode"200C="200C \lccode"200D="200D \input hyph-te.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{No Telugu Hyphenation Patterns - only for Unicode engines} + \message{No Telugu hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi\else % pTeX - \message{No Telugu Hyphenation Patterns - only for Unicode engines} + \message{No Telugu hyphenation patterns - only for Unicode engines} %\input zerohyph.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-tk.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-tk.tex index 7adfada702f..fcd0ec6f664 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-tk.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-tk.tex @@ -21,16 +21,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Turkmen Hyphenation Patterns} + \message{UTF-8 Turkmen hyphenation patterns} \input hyph-tk.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Turkmen Hyphenation Patterns} + \message{EC Turkmen hyphenation patterns} \input conv-utf8-ec.tex \input hyph-tk.tex \fi\else % pTeX - \message{EC Turkmen Hyphenation Patterns} - \input phyph-tk.tex + \message{EC Turkmen hyphenation patterns} + \input hyph-tk.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-tr.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-tr.tex index cd85a5b941c..ebdb897a301 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-tr.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-tr.tex @@ -20,16 +20,16 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Turkish Hyphenation Patterns} + \message{UTF-8 Turkish hyphenation patterns} \input hyph-tr.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Turkish Hyphenation Patterns} + \message{EC Turkish hyphenation patterns} \input conv-utf8-ec.tex \input hyph-tr.tex \fi\else % pTeX - \message{EC Turkish Hyphenation Patterns} - \input phyph-tr.tex + \message{EC Turkish hyphenation patterns} + \input hyph-tr.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex index 7cb7bb54f06..89e0cf3d11f 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex @@ -22,18 +22,17 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Ukrainian Hyphenation Patterns} + \message{UTF-8 Ukrainian hyphenation patterns} \input hyph-uk.tex - % Additional patterns with hyphen/dash: a hack to prevent breaking after hyphen, but not before. - \input exhyph-uk.tex + \input hyph-quote-uk.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{T2A Ukrainian Hyphenation Patterns} + \message{T2A Ukrainian hyphenation patterns} % The old system allows choosing patterns and encodings manually. That mechanism needs to be implemented first in this package, so we still fall back on old system. \input ukrhyph.tex \fi\else % pTeX - \message{T2A Ukrainian Hyphenation Patterns} - \input phyph-uk.tex + \message{T2A Ukrainian hyphenation patterns} + \input hyph-uk.t2a.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn.tex index c9231e2082c..bcd6bf2b983 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn.tex @@ -23,6 +23,7 @@ % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument \message{UTF-8 Hyphenation patterns for unaccented pinyin syllables (CJK 4.8.0)} \input hyph-zh-latn.tex + \input hyph-quote-zh-latn.tex \else % 8-bit engine (such as TeX or pdfTeX) \message{EC Hyphenation patterns for unaccented pinyin syllables (CJK 4.8.0)} @@ -31,6 +32,6 @@ \fi\else % pTeX \message{EC Hyphenation patterns for unaccented pinyin syllables (CJK 4.8.0)} - \input phyph-zh-latn.tex + \input hyph-zh-latn.ec.tex \fi \endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-af.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-af.ec.tex index e7906c1ba22..e7906c1ba22 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-af.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-af.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-bg.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-bg.t2a.tex index 994488e0779..994488e0779 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-bg.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-bg.t2a.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-ca.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ca.ec.tex index 3cc53102c83..3cc53102c83 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-ca.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ca.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-cs.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-cs.ec.tex index e8147bbd035..e8147bbd035 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-cs.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-cs.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-cy.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-cy.ec.tex index 0b8ec5c977c..0b8ec5c977c 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-cy.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-cy.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-da.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-da.ec.tex index 9ae01f95dc1..9ae01f95dc1 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-da.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-da.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-de-1901.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-1901.ec.tex index 93c370f9e85..c645c13e27c 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-de-1901.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-1901.ec.tex @@ -59,7 +59,6 @@ .^^e4t2s .^^e4u3 .be3erb -.bei6ge. .be3ra .be3r2e .berg3a @@ -176,7 +175,6 @@ .in3e .ink4 .inn2e -.int6 .inu1 .ire3 .is2a @@ -189,11 +187,13 @@ .ker3s .ki4e .kle2i +.kni4e .kopf1 .ks2 .kus2 .le4ar .li2f +.li4ve. .lo4g3in .lo3ver .l^^f64s3s @@ -227,6 +227,7 @@ .ort2 .orts3e .ort4st +.os5t6alg .oste2 .ost5end .osten8de @@ -283,6 +284,8 @@ .th4 .ti2a .tid1 +.ti4me. +.ti4mes .ti2s .tite4 .to4nin @@ -335,7 +338,7 @@ aa2gr 4a2ar aa2r1a aar3f4 -aart4 +aart2 aas1t aat4s1 a3au @@ -403,7 +406,6 @@ ab1ur 1abw 2aby 1abz -2ac. 2aca 2ac1c a1cem @@ -462,6 +464,7 @@ a1d a3d2ab ad2ag adai4 +ada2m ad3ama a2d1an 3a4dap @@ -494,7 +497,7 @@ ad4res ad3ru 2ads2 ad3sz -2ad2t1 +ad2t1 2adu 2a1e1 ae2b @@ -552,6 +555,7 @@ age4na age4neb a2gent a4gentu +ag2er age4ral 2ages age2sa @@ -613,7 +617,6 @@ aht1s a1hu ah1w a1hy -2ai aian3 aid4s aids1t @@ -628,6 +631,7 @@ a1ind ain4e a1ing ain3sp +2ais ai2sa a3isch. ai3s2e @@ -640,6 +644,7 @@ aive3 a3ivl a3ivs a1j +ajekt4o 2ak. 1a2k4ad 2akal @@ -760,6 +765,7 @@ al4lec al3lend all5erfa al3les +1allg^^e4 alli5er. alli7ers. al2lob @@ -774,7 +780,6 @@ al2^^f6s 3alpe. 1alph al3skl -al4spal al2sum al3sun al2tak @@ -802,7 +807,6 @@ amab4 amad2 ama3g 2am^^e4 -2ambiq am4e 2ame. a2meb @@ -886,6 +890,7 @@ an3f2u an2g1ei an4g3erf an4g3erl +an4gerw an4g3erz 2angf 2angh @@ -900,7 +905,7 @@ ang3sc ang6s3po 1anh 2a3ni -an2id +an2i3d ani5ers. 3a4nim a4nins @@ -915,7 +920,6 @@ ank1r an2k3ra an2k3r^^e4 ankt4 -an2ky 1anl anma3s2 2anmu @@ -980,7 +984,6 @@ a1p 2a3pa 2ape a2pef -a3pel a2p^^e9 a2pf ap2fa @@ -1095,8 +1098,8 @@ ar2the art2i artin2 2arto -art3r -ar4tram +ar4t3ram +art3re 2arts 2aru ar1uh @@ -1140,7 +1143,6 @@ as1o2f a3sol as1or as1p -as3pan a4s2ph as2pi a4spl @@ -1259,9 +1261,12 @@ auf1er au4ferk auff4 3aufn +2auft. 2aug 4augeh +2auh au3ha +au2hu 4au1i au2is 2auj @@ -1310,10 +1315,8 @@ aus3tri 1ausz au3^^ff a4ut -2aut. au2t1^^e4u -2aute -au4ten4g +auten4g au4t3erh 3auto 2auts @@ -1629,6 +1632,7 @@ be1eta be3g2 2b1eier bei1f4 +bei4ge. beik4 beil2 bei3la @@ -1781,7 +1785,7 @@ b3leb 2b3leid b3lein 3blem -3blen +3ble4n b3lese ble3sz b4let @@ -1791,7 +1795,7 @@ b3leu b2lie 2blig bling4 -b3lis +b4lis b2lit 3blitz b2lo @@ -1842,6 +1846,7 @@ bot2s3t bo2xi b^^f62b3 2b^^f6f +b1^^f6l 2b1p2 bpa2g 2b1q @@ -1906,7 +1911,6 @@ b4sers b3ses b3set bsi2t -bs2ku b4sl b2s1of bs1op @@ -1978,7 +1982,7 @@ bzeit1 bzu1 1ca 2c1ab -ca1ch +ca2ch ca2e3 ca3g4 ca1h @@ -2000,6 +2004,7 @@ c1ch2 c2d2 c3do 2cec +ceco4 ce2dr 2cef ce1i @@ -2101,6 +2106,7 @@ ch4stal 2ch^^fc 2chv 2chw +5chy 2chz ci1c ci2s @@ -2139,7 +2145,6 @@ c2m2 1co co1ch co2d2 -co4der. co3di coff4 coi2 @@ -2155,7 +2160,6 @@ co1ra cor3d co3re cos4 -co2st co2te 2cp c1q @@ -2184,6 +2188,7 @@ da2ben da2bre dab4r^^fc 2d1ac +d2ac. dach3a dachgeschos8 dachgescho7sse @@ -2273,7 +2278,6 @@ de3b4 2d1e4ben 3dec de1ch -deco3 de1e2 2d1eff deg2 @@ -2306,7 +2310,7 @@ del4san del2s5e del2so del2s1p -del3t4 +del3t dem2ar 2d1emp d2en. @@ -2332,6 +2336,7 @@ der2bl de2re2b de4reck der3edi +de4r3eis derer3 de3r4erb de3r4erf @@ -2349,6 +2354,7 @@ der^^f64 4d3ersat der3tau der6t5en6d +dert4ra de3ru de4ruh de4rum @@ -2480,8 +2486,8 @@ d2orp dor2ta d2os. dos3s +dost1 do4sta -dost1r dot6h do3un d1^^f6 @@ -2673,6 +2679,7 @@ eakt2 ea2la e3alei e4aler. +ealti2 e2ame eam1o eam3t @@ -2703,6 +2710,7 @@ ebe2i 2ebel eb2en ebens3e +ebert4 2ebet 2ebl eb3ler @@ -2755,6 +2763,7 @@ eck3se 2eckt 2e1cl 2eco +eco3d 2ect e1d e3d2a @@ -2950,7 +2959,7 @@ e1hy 4eib ei2bar ei2bl -eibu4t +eibu2t ei4b3ute ei2cho e2id @@ -2960,7 +2969,6 @@ ei3de ei4d3err 2eidn ei3dra -eid2sc ei1e 4eien eienge4 @@ -3066,6 +3074,7 @@ ek2u e3k2w e1la ela4ben +el3abi el2abt el1af ela2h @@ -3188,6 +3197,7 @@ e6mentsp e2m1erw 1e2meti e2m1im +emi5na em1int emi3ti 2emm @@ -3268,7 +3278,7 @@ enf2a enf2u 1engad 3engag -en3ge +enge3ra en3g2i en2gl en3glo @@ -3278,7 +3288,7 @@ eng3sc eng3se e3ni. e3nic -e4nid +e2nid e3nie eni3er. eni5ers. @@ -3286,7 +3296,6 @@ e2n1i4m e2n1in e3nio 2enis -eni3se e3nit 2eniv en3k2^^fc @@ -3358,6 +3367,7 @@ e4ol e1on. e1ond e1onf +e1onh e1onl e1onr e1ons @@ -3520,6 +3530,7 @@ e1rok e1rol e1rom e3ron +er3ony er1o2p e4ro2r e1ros @@ -3546,11 +3557,11 @@ ers2te er3sz ert2ak er6terei +er4t3erf er4ters er2tho 4erti ert3ins -ert4ra ert3s2e 2eru eruf4s @@ -3591,6 +3602,7 @@ es3eva es3ha es4har es2hu +esi1er e3sig e2s1il es1ini @@ -3647,6 +3659,7 @@ e4sw e3sy e^^ffe3r2e e1t +e3ta. etab4 et1am 1etap @@ -3912,7 +3925,8 @@ fes2t fe2st1a fe4st3ei fe2str -2f1e4ta +2f1eta +fe4tag 3fete fet2t3a feuer3e @@ -3955,7 +3969,6 @@ fge3s 1fi 3fi. fi3at -fi4ds fi1er2f fi2kin fi3kl @@ -4017,6 +4030,7 @@ flu4ger flus3se f4l^^fc 2f3m2 +fma2d fmas2s fma3sse 2f3n2 @@ -4026,6 +4040,7 @@ fob2l 2f1of foli3 fo2na +fon2e fo2nu 2f1op 4f3org @@ -4353,6 +4368,7 @@ ge1ro ge1r2^^f6 ger4sto ge3r2u +g1erwa ges2c ges3elt ge2s1er @@ -4452,6 +4468,7 @@ g2lom 3g2lot 2gls 2g1lu2 +glu3te 3gl^^fc g2ly 2g1m2 @@ -4543,7 +4560,6 @@ gro4u g4ruf 2g3rui 2g3rum -3g4runs 3g4rup grus2s gru3sse @@ -4590,7 +4606,6 @@ gs1o2 gs1p4 g3s2pek gs4pie -gs2pit gs3pl g5s2por gsrat4 @@ -4629,6 +4644,8 @@ gt2se gu3am gu1an. gu1ant +gu1as +gu4d3r gu2e 2gued guet2 @@ -4655,6 +4672,7 @@ gu3sti gu2^^ff1 gu2t gut1a +gu3te gu4t3erh gut3h 2g^^fcb @@ -4720,7 +4738,7 @@ hau4ss haus5sen hau4s3ti hau4sto -hau6terk +h2aut. 2hauto hau2tr h1^^e4ff @@ -4766,7 +4784,6 @@ he2im heim3p hei4mu heine2 -hei4neh h1eink 4heio he1ism @@ -4894,7 +4911,7 @@ hi3ro hir2s his2a hi2se -his2p +hi2spa hi3ti 2hiu h1j @@ -5315,7 +5332,6 @@ hu2ti hut2t hut4zen hut4z3er -hutz1i h2^^fc h4^^fcbs h3^^fcbu @@ -5345,6 +5361,7 @@ i2af iaf4l i4a3g2 i2ah +i3ai i2aj i2ak i3ak. @@ -5371,6 +5388,7 @@ ial3t4 ia2lu ial3z2 i2am4 +i3am. i4amo 2ian ia2nal @@ -5420,9 +5438,8 @@ iben3a ibi2k i3bla i3ble -i2blis ib2o -i2b1^^f6 +i2b^^f6 i4br^^e4 ib3ren ib4ste @@ -5468,7 +5485,7 @@ idni3 i2dol 1idol. 2i2dr -i3dsc +i3d2sc id2s1p idt4 i2dy @@ -5679,6 +5696,7 @@ ike2l1 i2k1e2r2e ik1erf iker6fah +i2k1erh i2ker2l i2k1eta i3ki. @@ -5806,6 +5824,7 @@ in1am i3nap in2ara in2ars +in4art ina4s i2n3au2 inaus1 @@ -5871,6 +5890,7 @@ inn4sta in1od in3ols in1or +inos4 ino3t i1n^^f6 in1^^f62d @@ -6024,7 +6044,6 @@ i4schwa i6schwir i4schwo isch3wu -is1chy i2s3cr 2ise ise3e @@ -6052,6 +6071,7 @@ i2spar is1pe is1pic is2pit +is2por i2spro is3sa is4s1ac @@ -6118,10 +6138,12 @@ i1ti i2t1id 1itii iti4kan +iti3k2e i2t1in1 it2inn i3tis i3tiv +i4tl itmen2 i1to i3toc @@ -6210,7 +6232,6 @@ je2a jean2s je2g jek4ter -jekto2 jektor4 jek2tr je3na @@ -6239,7 +6260,7 @@ ju2k jung5s ju3ni jur2o -jut2e3 +ju3t2e3 2j1v 1ka 3ka. @@ -6364,6 +6385,7 @@ ke2l^^e4 kel3b4 2k1e2lek ke2len +ke2l1er 2ke3let kell4e kel3s2k @@ -6547,6 +6569,7 @@ k4raz 2k3r^^e4um 2kre. 2k3rec +2kred. 2k3rede 2k3ref 2kreg @@ -6705,6 +6728,7 @@ lag5se 2la1ho 1lai lai4s1t +la2kes la2k1i l2akk la1k4l @@ -6746,7 +6770,7 @@ lap4pl la2r1an la2r1ei la4rene -3l4ar3g +3l2ar3g lar3ini 2l1ar3t l3arti @@ -7037,7 +7061,9 @@ lg4s1t 3lia li3ac li3ak +li3am li3ar +li3b4 libi3 li1c 3lichem @@ -7047,7 +7073,7 @@ li3chi li3d2a li2deo 2l1ido -li4ds +li4d3s l2ie 3lie. liebe4s @@ -7101,7 +7127,6 @@ li2p3a 3lis. li3s2a li4schu -4lish 2l1isl 2l1i2so li2sp @@ -7275,7 +7300,9 @@ lo2s3to lo2s3t4r lo2^^ffu lo2t1a +lot4h lo3tha +lo3thi loti4o 2l1ov lo2ve @@ -7294,6 +7321,7 @@ l3pa lpe2n3 lp2f l2p1ho +lpi4p lp3t4 l3pu 2l1q @@ -7403,7 +7431,6 @@ l4ts lt3sc lt1spa lt4stab -lt5ste lt4stoc ltt2 lt1uh @@ -7432,7 +7459,6 @@ lug3sa lu2gu 2l1uh lu1id. -lu1is. lume2 2lumf 2luml @@ -7456,7 +7482,7 @@ lus4s3a lus2s1c lus3sen lus2s1o -lus2s3p +lus2s1p lus4s1t lus2t lu2st1a @@ -7467,8 +7493,8 @@ lust3re lu2s1u 4lu2^^ff1 lu2t1a -lu4teg -lu4t3erg +lu2teg +lut3erg lut1o2f lu2top lu2t3r @@ -7543,7 +7569,7 @@ ma3ler mali1 mal3lo 2mallt -malu4 +malu2 ma2l3ut mam3m 2m1anal @@ -7637,6 +7663,7 @@ meis2 me1i2so m2eist me3lam +me2lau 3meld me2lek me2ler @@ -7651,6 +7678,7 @@ mena2b me3nal men3ar men3au +men3ge men3gl me3nor m2ens @@ -7837,6 +7865,7 @@ mp4f3erz mp2fl mpf3li mpf1or +m3pi m3pon mp3ta m3pu @@ -7967,8 +7996,7 @@ na2h1a n3ahn 3nai nai2e -n3aig -n3air +n1aig 2n1ak na2ka 3nako @@ -8052,6 +8080,7 @@ n2auso 4nauss n4auste 4nausw +nau3te navi5er. navi5ers 1n^^e4 @@ -8130,6 +8159,7 @@ ne3ein n1ef neg4 2ne2he. +2nehen2 3nehm 4n1ehr 2n1ei @@ -8249,7 +8279,6 @@ n4es. nes2c ne2sei ne2sev -nesi1e ne3ska nes1o ne2sor @@ -8270,6 +8299,7 @@ ne2u neu1c neu3g 2n1eup +neur2 n2ew 2n1ex 3nez @@ -8348,8 +8378,8 @@ nib4l nibu2 nich8ters n1id +3n2id. ni2de -ni3de. ni3dr n4ie nie3b @@ -8394,6 +8424,7 @@ ni3ra 3n2is ni4schw ni2s1e +ni3se. ni2s1p ni3spi nis5s2 @@ -8505,7 +8536,7 @@ nor2d5r n1ort 3n2os. no3sh -no2sp +no2s3p no4ss n2oste nost1r @@ -8516,6 +8547,7 @@ no4t3ei no2tel no3t3h no4tha +no4thi no2t3in no2t1op no2tr @@ -8582,6 +8614,7 @@ n4s3ort. nsp4 nspas2 n2spat +n4speri n2sph ns2pi n2spo @@ -8658,6 +8691,7 @@ n2t1inh ntini1 nt2ins n3tit +nt4lem ntmen2 ntmo2 n3to @@ -8724,6 +8758,7 @@ nu4s1t 1nu2^^ff 1nut nu2t1a +nu3te nu2t3r 1nuu 1nux @@ -8783,7 +8818,6 @@ oa3ke oak1l o4a3la o4a3mi -oanne4 o2ar o2a3s 3oase @@ -8817,10 +8851,11 @@ o2b3li 2o3bo o2b3re o3bri -ob3s2h +obs2 +ob3sh ob3sk -obs2p ob2sta +ob3sz 2o3bu obus3s 2o3b^^fc @@ -9087,7 +9122,7 @@ onderer5 one2i one2n1 onen3g -o2n1erb +on1erb o2n1erd on1erg on1er^^f6 @@ -9142,6 +9177,7 @@ o1pa opab4 o2p3ad op3akt +o3pan o1pec o1pei o1pe4n @@ -9227,6 +9263,7 @@ or3gle or2gn 2orh 2o3ric +4orie. o4rient o3rier 4oril @@ -9300,7 +9337,8 @@ o4ski os2lo 2oso 2os1p -o2s3per +os2pe +os3pec o3s2po os2pr os2sa @@ -9317,12 +9355,12 @@ os2s3p os4s3t os2su os2t -ost1a -o2sta2b +o2st1a2b o3stal. -o4stam -ost4art +o4st1am +ost3ang osta4s +ost1au o4sterd oster3e ost5er6we @@ -9362,7 +9400,7 @@ o2t1erw 4ot2h ot4he ot5hel -o4t3hi +o2t3hi ot3hos o2thr o2t1i2m @@ -9422,9 +9460,9 @@ ox2e ox3l o2xu 1oxy -o1y2en o1yo 2o1z +o3z2a oz2e ozen4ta o3zi @@ -9486,6 +9524,7 @@ ozon1 2^^f6n ^^f6n2e ^^f63ni +^^f6nizi1 ^^f6nn2e ^^f61nu ^^f6o1 @@ -9549,7 +9588,6 @@ p2a 1pac pa3da pa2dr -pa2el pa1f4r pag4 pa3gh @@ -9557,7 +9595,7 @@ pa1ho 1pak pa1k4l pak2to -1pala +3pala pala3t 1pal^^e4 pa3li @@ -9569,10 +9607,11 @@ pa3nei pa2neu pan3k4 2panl -3pa2no +2pann +1pa2no pan3sl pant2 -3panz4 +panz4 1pap papi2 papieren8 @@ -9632,8 +9671,8 @@ pei1 pe1im pekt4s 2peku -1pel -pe2l3a4 +3pel +pe2l1a4 pel3d pe2let pe2lex @@ -9672,7 +9711,7 @@ pes3s2 p2f1ab p2fad p2faf -pf3ai +pf1ai p2f1ak pf1ans p2fa4r @@ -9737,7 +9776,6 @@ piegelei8en pi2el piela2 3pier -pie3t 3pik 1pil pi3le @@ -9751,6 +9789,7 @@ pi3oi pi3onu 3pip pi2pe +pi4pel pi3ri 3pirin 3pis @@ -9758,6 +9797,7 @@ pi3ri pis2t pi3t2a pit2s +2pitz pi2z1in p1j 2p1k2 @@ -9966,7 +10006,6 @@ ra2chu r2ack 1r2ad r4ad. -rada2 ra2dam 2radap 3radf @@ -9982,6 +10021,7 @@ ra3gle ra2gn 3r2ahm 4raht +r2ai 2raic rail4l 2r3air @@ -10082,7 +10122,6 @@ rat2st rau3e2n 2rauf 2raug -r2auh 3raum rau4m3ag rau4man @@ -10093,6 +10132,7 @@ rau2sp 2rauss rau4sti raus3tr +4raut raut5s 1ra^^fc r2ax @@ -10224,6 +10264,7 @@ rech3ar 4rechs 2reck. 2recki +3red. 4redd 2redit re1el @@ -10407,7 +10448,7 @@ r2gres r2gret rg3rin rgro5sse -rg1s2p +rg1sp rgs2tr r1h4 2rh. @@ -10449,7 +10490,6 @@ ri2fr rif4ter 3rig 5rig. -5rige ri4gene 5rigj rig1l @@ -10485,9 +10525,7 @@ r4inspi 2rint rin4teg rin4t5r -r1inv -r2inva -2rinve +2r1inv 4r1ir r2is ris4a @@ -10655,10 +10693,11 @@ ro2mer 4romm 4romt r2on +ro4nerb 3ronn rons2 ron4tan -ro1ny +4ro1ny ro1pe 2ro2pf ro3ph @@ -10672,11 +10711,10 @@ ror3th ro3sh ro3s2i ro5smo -ros2p ros6san ross1c ros4t -ro3st2a +ro3sta ro2st1r ro2^^ffu ro4tag @@ -10701,7 +10739,7 @@ r1^^f6r r2^^f6s. r2^^f6se 2r1p2 -rp4a +r3p4a rp4e rpe2re rpe4r3in @@ -10810,6 +10848,7 @@ r2telf rte2n1 r3ten. rt3erei +r4terfa r4terfo r4t3erh r2t1erk @@ -10829,11 +10868,11 @@ r2tinf rto1p rt1or rto2ri -r2trak +r2t3rak rtra4s3 rt3rec r4treis -rt1ros +rt3ros r4ts rt4s1eh rt1spe @@ -10888,6 +10927,7 @@ rus3sen rus2s1p rus6s3t 3rut +ru2tei rut3h ru2t1o2 ru2t3r @@ -10955,9 +10995,9 @@ sa1f4r sa4gent sag4n 4s1a2gr -3sai +3s2ai sa3i2k1 -sail4 +sail2 2s1ak sa2ka 3saki @@ -11155,6 +11195,7 @@ seh3s seh3t se2h^^fcb 2s1ei. +2s1eie 2s1eig s1ein 5s2ein. @@ -11291,7 +11332,6 @@ sh4r si2ach si3ach. si2ad -si3am. sia4s 2siat sib4 @@ -11387,6 +11427,7 @@ skus3 4sl. 3slal 4slan +sla2ve s2law sl3b s5le @@ -11425,7 +11466,7 @@ son3au sone2 son5ende son3s^^e4 -so2ny +son2s1o so3o 2s1opf 3sor. @@ -11457,7 +11498,7 @@ sp2 2sp. 2spaa 2spak -s2pan +2spala spani7er. 2spano 4spap @@ -11472,27 +11513,28 @@ spa3ssi s2paz s2p^^e4 2sp^^e4r -s2pee -4s3pel +s3pe. +4spel 4spensi spe3p4 -2s1peri +s1peri 4sperl +2spero s2perr 2spers 2spet 1s2pez 2s3pf 2spha +s4ph^^e4 s3phe -2sphi 1spi 3s2pi4e 4spier4 spi2k 2spil 3spio -4spip +4spi4p 4spis 2spl 4spla @@ -11524,7 +11566,7 @@ s2pran 2spr^^fcf 3spr^^fcn 2s3ps -2spt +2s4pt 2spun 2spup 3spur @@ -11658,6 +11700,7 @@ st2ac 2stale 3sta3li 2stalk +st1alm st1alp 3stam st1ami @@ -11670,8 +11713,9 @@ sta4na 2stanw 4stanza s2tar. -s2t2ars +s2tars 3start +st1asi 3stat 3s4tau. 2stauf @@ -12001,6 +12045,7 @@ tag4st tah2 tah3le tahl3sk +t2ai ta3i2k tai2l ta1ins @@ -12017,6 +12062,8 @@ tak2ta ta2la ta3lag ta3lak +t1alb. +t1albk 1talbu tal3d 1t4ale @@ -12164,8 +12211,6 @@ te2es teg2 teg3re 2teh -t2ei. -t2eie t3eifr teik4 1teil @@ -12174,11 +12219,10 @@ teinbus6 tein3ec t3einge t3einla -4teinn t3eis. t3eisb tei3st -tek3t +tek3t2 tela4 te2l3ab te2l1ac @@ -12237,7 +12281,7 @@ ten3ens 4tenerg te2net ten3g -4t1eng. +t1eng. tengeschos8 tengescho7sse ten4gla @@ -12255,10 +12299,9 @@ t4enta t3entb 4tentd t4ente -4tentn ten4t3ri 4t3entw -4t3entz +t3entz ten6zerh ten3zw t3e2pi @@ -12287,7 +12330,7 @@ tergescho7sse 6tergrei t6ergru 2t1ergu -4terg^^fc +2terg^^fc t4eri te3ria 4terkl^^e4 @@ -12433,7 +12476,6 @@ ti4gerz tihi4 ti2kam ti2kar -ti3k2er ti2kin ti2kr^^e4 tiks2 @@ -12494,6 +12536,7 @@ ti2za 2t3k4 2t3l2 tl4e +3tlem tle2r3a 4t5li 2t1m2 @@ -12524,6 +12567,7 @@ to2men 2tomg 1ton to2nau +to2neh 3too to2pak to2pat @@ -12536,7 +12580,6 @@ to4r^^e4n t1ord 1tore. to2r1el -to3ren t1org t3orga tor3int @@ -12575,6 +12618,7 @@ tra4far 2trahm 3t4rai 1tram +2t3rams 3t4ran. 2trand 1trank @@ -12636,7 +12680,6 @@ t3rev 3t4r^^e9 2t3rh 1trib -2trid 3trieb. 3triebs tri2er @@ -12666,7 +12709,7 @@ tr^^f64s3s 2truk trum2 trums1 -2trund +2t3rund 1t4runk 3t4rup t3ru^^ff @@ -12774,7 +12817,6 @@ t3ter tt2erg tterma8s7s tte4s1^^e4 -t2teti tt2h^^e4u t2t3ho ttras3s @@ -12800,6 +12842,7 @@ tuf2e tu3fen t3u2fer 2tuh +tu2is t3u2kr tul2a 1tum @@ -12972,6 +13015,7 @@ u1cl 2u1d u3d2a uder2e +udert4 udi3en uditi4 u2don @@ -13098,6 +13142,7 @@ uh4rin uhrt4 uh2ru uh4r^^fc +uh1un uh1w 2ui ui2c @@ -13107,6 +13152,7 @@ u3ig u4ige u1im u1in. +u1is. u3isch. u3ischs uisi4n @@ -13344,7 +13390,6 @@ ur1im ur1ini ur3ins ur1int -u2rinv 1urlau 4u1ro u3rol @@ -13439,16 +13484,19 @@ ut3a2m u2t1ap u2t1ar u2t^^e4r -u3te +u3te. ut1eg ute4ge +ut1ei. +ut1eie ute2n1 +u3ten. u2tent uter4er u4t3ersa -ut2es -ut2et -u4tev +u3t2es +u3t2et +u2tev u4t1ex utfi4 ut2he @@ -13479,11 +13527,10 @@ utt1s2 utu4re utu5ru utz3eng -ut2zin +ut2z1in ut2zo ut2z1w 2u1u2 -uufe2 u1^^fc2 u1v4 u2ve. @@ -13657,7 +13704,7 @@ ve3le ve3li ve3lo ve3ma -ve3mu +2ve3mu ve3nal ven2c ve3ne @@ -13741,6 +13788,7 @@ vor3d vor3e vor3g vo3ri +vo5rig vormen4 vor^^f64 3voy @@ -13934,7 +13982,7 @@ wun2s wur2fa 1wurst wus4 -1wu4t1 +1wu2t1 1w^^fch w^^fcs4 2w1w @@ -14085,6 +14133,7 @@ y1of yom2 yon4i y1ont +y1os y1ou y1p ypa2 @@ -14138,7 +14187,6 @@ zale3 za3li 2z1all 2z1am -3zambiq z1an za3ne 2z3anf @@ -14236,7 +14284,7 @@ zer4t3ag zert4an zer6tere zer4tin -zer6t5rau +zer6trau 4zerwei 2z1erz 3z2erza @@ -14305,6 +14353,7 @@ zor4ne 2z3ot 2z^^f62f z1^^f6l +2z^^f6n 2z3p4 2z1q 2z3r2 @@ -14337,6 +14386,7 @@ zugs1t zug4ste zug1un 2z1uhr +zuh2u zu1i zu3k 2z1um. diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-de-1996.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-1996.ec.tex index a3a21dbe06b..3c79dce6fea 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-de-1996.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-1996.ec.tex @@ -58,7 +58,6 @@ .^^e4m3 .^^e4t2s .be3erb -.bei6ge. .be3ra .be3r2e .berg3a @@ -163,6 +162,7 @@ .her3an .he3ri .he6r5inn +.hi2s .ho4met .ia4 .im2a @@ -172,7 +172,6 @@ .in3e .ink4 .inn2e -.int6 .inu1 .ire3 .is2a @@ -183,12 +182,14 @@ .ka4t3io .ki4e .kle2i +.kni4e .kopf1 .ks2 .kus2 .le4ar .li2f .li4tu +.li4ve. .lo4g3in .lo3ver .lus4tr @@ -217,6 +218,7 @@ .or2a .ort2 .orts3e +.os5t6alg .oste2 .ost5end .os8ten8de @@ -271,6 +273,8 @@ .th4 .ti2a .tid1 +.ti4me. +.ti4mes .ti2s .ti5ta .tite4 @@ -327,7 +331,7 @@ aa2gr 4a2ar aa2r1a aar3f4 -aart4 +aart2 aas5t aat4s3 a3au @@ -373,7 +377,7 @@ a2blu 1abn a2bo. ab2of -a2bon +1a2bon 2abor ab3r a3bra @@ -397,7 +401,6 @@ ab1ur 2aby aby4t 1abz -2ac. 2aca 2ac1c a1cem @@ -453,6 +456,7 @@ a1d 2ada. a3d2ab ad2ag +ada2m ad3ama a2d1an 3a4dap @@ -487,7 +491,7 @@ ad3ru 2ads2 ad3st ad3sz -2ad2t1 +ad2t1 ad4te ad4tr 2adu @@ -549,6 +553,7 @@ age4na age4neb a2gent a4gentu +ag2er age4ral 2ages age2sa @@ -610,7 +615,6 @@ aht3s a1hu ah1w a1hy -2ai aian3 aid2s ai1e2 @@ -626,6 +630,7 @@ a1ind ain4e a1ing ain3sp +2ais ai2sa a3isch. ai3s2e @@ -636,6 +641,7 @@ a3ivl a3ivs a1j aje2 +ajekt4o 2ak. 1a2k4ad 2akal @@ -757,6 +763,7 @@ al2lau al3lend all5erfa al3les +1allg^^e4 alli5er. alli7ers. al2lob @@ -771,7 +778,6 @@ al2^^f6s 3alpe. 1alph al3skl -al4spal al5s6terb al3sun al2tak @@ -798,7 +804,6 @@ amab4 amad2 ama3g 2am^^e4 -2ambiq 2am4e 4ame. a2meb @@ -885,6 +890,7 @@ an3f2u an2g1ei an4g3erf an4g3erl +an4gerw an4g3erz 2angf 2angh @@ -898,7 +904,7 @@ an2g3ra ang4s3po 1anh 2a3ni -an2id +an2i3d ani5ers. 3a4nim a4nins @@ -913,7 +919,6 @@ ank1r an2k3ra an2k3r^^e4 ankt4 -an2ky 1anl 2anmu 2ann @@ -975,7 +980,6 @@ a1p 2apa 2ape a2pef -a3pel a2p^^e9 a2pf ap2fa @@ -1092,9 +1096,8 @@ ar2the ar3t2i artin2 2arto -art3r -ar4tram -ar6tri +ar4t3ram +art3re 2arts 2aru ar1uh @@ -1131,7 +1134,6 @@ a2s1o2f as1or a2s^^f6 a2s1p -as3pan as2ph as2pi as2po @@ -1250,6 +1252,7 @@ au4ferk auff4 3aufn 2aufs. +2auft. 2aug 4augeh 4au1i @@ -1595,6 +1598,7 @@ be1eta be3g2 2b1eier bei1f4 +bei4ge. beik4 beil2 bei3la @@ -1732,7 +1736,7 @@ b3leb 2b3leid b3lein 3blem -3blen +3ble4n b3lese ble3sz b4let @@ -1742,7 +1746,7 @@ b3leu b2lie 2blig bling4 -b3lis +b4lis b2lit 3blitz b2lo @@ -1792,6 +1796,7 @@ bot2st bo2xi b^^f62b3 2b^^f6f +b1^^f6l 2b1p2 bpa2g 2b1q @@ -1909,7 +1914,7 @@ bys2 bzeit1 1ca 2c1ab -ca1ch +ca2ch ca2e3 ca3g4 ca1h @@ -1932,6 +1937,7 @@ c1ch2 c2d2 c3do 2cec +ceco4 ce2dr 2cef ce1i @@ -2026,6 +2032,7 @@ chre3s ch3rh 1chron 4chs +ch4sper 2cht 2chuf 2chuh @@ -2035,6 +2042,7 @@ ch3rh 4ch^^fc 2chv 4chw +1chy 2chz ci1c ci2s @@ -2109,7 +2117,6 @@ c2m2 co2c co3ch co2d2 -co4der. co3di coff4 coi2 @@ -2124,7 +2131,7 @@ co2pe co1ra cor3d co3re -cos4 +cos3t co4te c^^f44 2cp @@ -2156,6 +2163,7 @@ da2ben da2bre dab4r^^fc 2d1ac +d2ac. dach3a da2cho dach1s @@ -2248,7 +2256,6 @@ de3b4 3de1c de4ca. de2cka -deco3 de1e4 2d1eff deg2 @@ -2311,6 +2318,7 @@ der2bl de2re2b de4reck der3edi +de4r3eis derer3 de3r4erb de3r4erf @@ -2325,6 +2333,7 @@ der3m2 4d3ersat der3tau der6t5en6d +dert4ra de3ru de4ruh de4rum @@ -2457,7 +2466,7 @@ d2orp dor2ta d2os. dos3s -dost1r +dost1 dot6h do3un d1^^f6 @@ -2657,6 +2666,7 @@ eakt2 ea2la e3alei e4aler. +ealti2 eam3 eam1o ea2na @@ -2686,6 +2696,7 @@ ebe2i 2ebel eb2en ebens3e +ebert4 2ebet 2ebl eb3ler @@ -2734,6 +2745,7 @@ eck3se 2eckt 2e1cl 2eco +eco3d e3cr ec1s4 2ect @@ -3034,6 +3046,7 @@ ek2u e3k2w e1la ela4ben +el3abi el2abt ela2c el1af @@ -3156,6 +3169,7 @@ e2m1erw eme2s 1e2meti e2m1im +emi5na em1int emi3ti 2emm @@ -3233,7 +3247,7 @@ enf2a enf2u 1engad 3engag -en3ge +enge3ra en3g2i en2gl en3glo @@ -3241,7 +3255,7 @@ en3glo eng3se e3ni. e3nic -e4nid +e2nid e3nie eni3er. eni5ers. @@ -3249,7 +3263,6 @@ e2n1i4m e2n1in e3nio 2enis -eni3se e3nit 2eniv en3k2^^fc @@ -3276,7 +3289,8 @@ ens2el 1ensem ensen1 en3ska -en3s2po +en3sp +ens2po enst5alt en4s3t^^e4t 2ensto @@ -3316,6 +3330,7 @@ e4ol e1on. e1ond e1onf +e1onh e1onl e1onr e1ons @@ -3473,6 +3488,7 @@ er1o2b er1of er1oh e3ron +er3ony e2r1o2p e4ro2r e3ros @@ -3493,11 +3509,11 @@ er3sp er3sz ert2ak er6terei +er4t3erf er4ters er2tho 4erti ert3ins -ert4ra erts2e 2eru eruf4s @@ -3530,6 +3546,7 @@ es3eva es2har es2hu es2id +esi1er e2sil es3int es2ir @@ -3854,7 +3871,8 @@ f1erw fe2st fest1a fest3ei -2f1e4ta +2f1eta +fe4tag 3fete fet2t3a feuer3e @@ -3897,8 +3915,6 @@ fge3s 3fi. fi3at fid2 -fi4ds -fid3sc fien3 fi1er2f fi2kin @@ -3961,6 +3977,7 @@ f4luc flu4ger f4l^^fc 2f3m2 +fma2d 2f3n2 fni2s 1fo @@ -3968,6 +3985,7 @@ fob2l 2f1of foli3 fo2na +fon2e fo2nu 2f1op fo1ra @@ -4294,6 +4312,7 @@ ger3no ge1r2^^f6 ger4sto ge3r2u +g1erwa g2e1s2 ges3auf ge3sc @@ -4487,7 +4506,6 @@ gro4u g4ruf 2g3rui 2g3rum -3g4runs 3g4rup 2grut 2g3r^^fcc @@ -4530,7 +4548,6 @@ g3s2pek g3spi gs4pie g4spin -gs2pit gs3pl g3s2por gsrat4 @@ -4575,7 +4592,9 @@ g3t^^fc gu3am gu1an. gu1ant +gu1as gu1c +gu4d3r gu2e 2gued guet4 @@ -4706,7 +4725,6 @@ he2im heim3p hei4mu heine2 -hei4neh h1eink 4heio he1ism @@ -4839,7 +4857,6 @@ hi3ro hir2s his2a hi2se -his2p hi2st hi1th hi3ti @@ -5239,7 +5256,6 @@ hu2ti hut2t hut4zen hut4z3er -hutz1i h2^^fc h4^^fcbs h3^^fcbu @@ -5269,6 +5285,7 @@ i2af iaf4l i4a3g2 i2ah +i3ai i2aj i2ak i3ak. @@ -5294,6 +5311,7 @@ ial3t4 ia2lu ial3z2 i2am +i3am. i4amo 2ian ia2nal @@ -5344,9 +5362,8 @@ iben3a ibi2k i3bla i3ble -i2blis ib2o -i2b1^^f6 +i2b^^f6 i4br^^e4 ib3ren ib4ste @@ -5367,6 +5384,7 @@ i3chlo ich3m i1cho i2ch3r +ich4spe ich2t3r i1chu ich1w @@ -5454,7 +5472,6 @@ ien3sc ien3s2e ien3si iens2k -ien3sp ienst5r^^e4 ien3sz ie1nu @@ -5598,6 +5615,7 @@ ike2l1 i2k1e2r2e ik1erf iker6fah +i2k1erh i2ker2l i2k1eta i3ki. @@ -5724,6 +5742,7 @@ in3am i3nap in2ara in2ars +in4art ina4s i2n3au in1^^e4s @@ -5781,7 +5800,7 @@ inn4sta in1od in3ols in1or -ino1s2 +ino1s4 ino3t i1n^^f6 in1^^f62d @@ -5937,7 +5956,6 @@ i4schwa i6schwir i4schwo isch3wu -is1chy i2s3cr 2ise ise3e @@ -5965,6 +5983,7 @@ i2spar is1pe is1pic is2pit +is2por i2spro is3sa is4s1ac @@ -6026,8 +6045,10 @@ i5thr i2t1id 1itii iti4kan +iti3k2e i2t1in1 it2inn +i6tl itmen2 i5toc i2t1of @@ -6108,7 +6129,6 @@ jean2s je1c je2g jek4ter -jekto2 jektor4 jek2tr je3na @@ -6268,6 +6288,7 @@ ke2l^^e4 kel3b4 2ke2lek ke2len +ke2l1er 2ke3let kell4e kel3s2k @@ -6452,6 +6473,7 @@ k4raz 2k3r^^e4um 2kre. 2k3rec +2kred. 2k3rede 2k3ref 2kreg @@ -6616,6 +6638,7 @@ lago2 la2g1ob 2la1ho 1lai +la2kes la2k1i l2akk la1k4l @@ -6656,7 +6679,7 @@ lap4pl la2r1an la2r1ei la4rene -3l4ar3g +3l2ar3g lar3ini lar3s 2l1ar3t @@ -6937,8 +6960,10 @@ l3gro 3lia li3ac li3ak +li3am li3ar lia1s +li3b4 libi3 li1c 3lichem @@ -7000,7 +7025,6 @@ li2p3a 3lis. li3s2a li4schu -4lish 2l1isl 2l1i4so li2sp @@ -7172,7 +7196,9 @@ loss2e lo4ste los3t4r lo2ta +lot4h lo3tha +lo3thi loti4o 2l1ov lo2ve @@ -7191,6 +7217,7 @@ l3pa lpe2n3 lp2f l2p1ho +lpi4p lp3t4 l3pu 2l1q @@ -7328,7 +7355,6 @@ lug3sp lu2gu 2l1uh lu1id. -lu1is. lume2 2lumf 2luml @@ -7355,7 +7381,7 @@ lus6serf lus6serk lus6sers lus2s1o -lus2s3p +lus2s1p lus2s3t lus4st^^e4 lu4st @@ -7525,6 +7551,7 @@ mein4da me1i4so 3meist me3lam +me2lau 3meld me2lek me2ler @@ -7540,6 +7567,7 @@ mena2b me3nal men3ar men3au +men3ge men3gl me3nor m2ens @@ -7735,6 +7763,7 @@ mp4f3erz mp2fl mpf3li mpf1or +m3pi m3pon mp3ta m3pu @@ -7877,8 +7906,7 @@ na2h1a n3ahn 3nai nai2e -n3aig -n3air +n1aig 2n1ak na2ka 3nako @@ -8043,6 +8071,7 @@ ne3ein n1ef neg4 2ne2he. +2nehen2 3nehm 4n1ehr 2n1ei @@ -8159,7 +8188,6 @@ n2erv n4es. ne3san nes4c -nesi1e ne3ska nes1o ne2s1p @@ -8181,6 +8209,7 @@ ne2u neu1c neu3g 2n1eup +neur2 n2ew 2n1ex 3nez @@ -8254,8 +8283,8 @@ nib4l nich1s nich8ters n1id +3n2id. ni2de -ni3de. ni3dr n4ie nie3b @@ -8301,6 +8330,7 @@ ni3ra 3n2is ni4schw ni2s1e +ni3se. ni2s1p ni3spi nis3s4 @@ -8411,7 +8441,7 @@ nor2d5r n1ort 3n2os. no3sh -no2sp +no2s3p n2oste nost1r 2nostv @@ -8421,6 +8451,7 @@ no4t3ei no2tel no3t3h no4tha +no4thi no2t3in no2t1op no2tr @@ -8481,13 +8512,14 @@ ns2kal n2s1op n4s3ort. nsp4 -n2spat -n2sph +n4spat +n4speri +n4sph n3s2pi ns4pie n2spo ns3pon -n2spr^^e4 +n4spr^^e4 n4s3prie n4spro nsr^^fc2 @@ -8561,6 +8593,7 @@ n2t1inh ntini1 nt2ins n3ti1t +nt4lem ntmen2 ntmo2 n3to @@ -8685,7 +8718,6 @@ oa3ke oa4k1l o4a3la o4a3mi -oanne4 o2ar o2as 3oa3se @@ -8721,6 +8753,7 @@ ob3s2h ob3sk obs2p ob2sta +ob3sz 2o3bu obu2s 2o3b^^fc @@ -8981,7 +9014,7 @@ onderer5 one2i one2n3 onens2 -o2n1erb +on1erb o2n1erd on1erg on1er^^f6 @@ -9039,6 +9072,7 @@ o1pa opab4 o2p3ad op3akt +o3pan opa5s o1pec o1pei @@ -9129,6 +9163,7 @@ or3gle or2gn 2orh 2o3ric +4orie. o4rient o3rier 4oril @@ -9203,7 +9238,8 @@ o4ski os2lo 2oso 2os1p -o2s3per +os2pe +os3pec o3s2po os2sa oss3and @@ -9215,12 +9251,12 @@ os2s3o os4son os2s3p os2s3t -ost1a -osta2b +ost1a2b os4t3am +ost3ang os3tarr -ost4art os4ta4s +ost1au os4tei oster3e os6t5er6we @@ -9258,7 +9294,7 @@ ote2s 4ot2h ot4he ot5hel -o4t3hi +o2t3hi ot3hos o2thr o2t1i2m @@ -9318,10 +9354,10 @@ ox2e ox3l o2xu 1oxy -o1y2en o1yo oy1s4 2o1z +o3z2a oz2e ozen4ta o3zi @@ -9380,6 +9416,7 @@ ozon1 2^^f6n ^^f6n2e ^^f63ni +^^f6nizi1 ^^f6nn2e ^^f6n2s ^^f6n3sc @@ -9444,7 +9481,6 @@ p2a 1pac pa3da pa2dr -pa2el pa1f4r pag4 pa3gh @@ -9452,7 +9488,7 @@ pa1ho 1pak pa1k4l pak2to -1pala +3pala pala3t 1pal^^e4 pa3li @@ -9462,10 +9498,11 @@ pa3nei pa2neu pan3k4 2panl -3pa2no +2pann +1pa2no pan3sl pant2 -3panz4 +panz4 1pap papi2 papieren8 @@ -9527,8 +9564,8 @@ pei1 pe1im pekt4s 2peku -1pel -pe2l3a4 +3pel +pe2l1a4 pel3d pe2let pe2lex @@ -9566,7 +9603,7 @@ pe2st p2fab p2fad p2faf -pf3ai +pf1ai p2f1ak pf1ans p2fa4r @@ -9645,6 +9682,7 @@ pi3oi pi3onu 3pip pi2pe +pi4pel pi3ri 3pirin 3pis @@ -9652,6 +9690,7 @@ pi3ri pi3t2a pi1th pit2s +2pitz pi2z1in p1j 2p1k2 @@ -9865,7 +9904,6 @@ ra2chu r2ack r2ad r4ad. -rada2 ra2dam 2radap 3radf @@ -9881,6 +9919,7 @@ ra3gle ra2gn 3r2ahm 4raht +r2ai 2raic rail4l 2r3air @@ -10111,6 +10150,7 @@ rech3ar 4rechs 2reck. 2recki +3red. 4redd 2redit re1el @@ -10282,7 +10322,7 @@ r2greg r2gres r2gret rg3rin -rg3s2p +rg3sp rgs4tr rg5s2tu r1h4 @@ -10329,7 +10369,6 @@ rif3s rif4ter 3rig 5rig. -5rige ri4gene 5rigj rig1l @@ -10366,9 +10405,7 @@ r4inspi 2rint rin4teg rin4t5r -r1inv -r2inva -2rinve +2r1inv 4r1ir r2is ris2a @@ -10533,10 +10570,11 @@ ro2mer 4romm 4romt r2on +ro4nerb 3ronn rons2 ron4tan -ro1ny +4ro1ny ro1pe ro3ph r1or @@ -10549,9 +10587,8 @@ ror3th ro3sh ro3s2i ro3smo -ros2p ros2s1c -ro3st2a +ro3sta rost1r 4ro^^ff ro2^^ffu @@ -10578,7 +10615,7 @@ r1^^f6r r2^^f6s. r2^^f6se 2r1p2 -rp4a +r3p4a rp4e rpe2re rpe4r3in @@ -10702,6 +10739,7 @@ r2temo rte2n1 rten3s2 rt3erei +r4terfa r4terfo r4t3erh r2t1erk @@ -10721,11 +10759,11 @@ rto1p rt1or rto2ri r3t^^f6 -r4trak +r4t3rak rt3rec r4treis r5tri -rt1ros +rt3ros rtr^^fc2c r4ts rt4s1eh @@ -10788,6 +10826,7 @@ rus4st ru2st ru3sta 3rut +ru4tei rut3h ru2t1o2 ru2t3r @@ -10851,9 +10890,9 @@ sa1f4r sa4gent sag4n sa2gr -3sai +3s2ai sa3i2k1 -sail4 +sail2 2s1ak sa2ka 3saki @@ -11044,6 +11083,7 @@ seh1s seh3t se2h^^fcb 2s1ei. +2s1eie 2s1eig s1ein 5s4ein. @@ -11176,7 +11216,6 @@ sh4r si2ach si3ach. si2ad -si3am. 2siat sib4 5si1c @@ -11272,6 +11311,7 @@ sk4n 2s1l2 3slal 4slan +sla2ve s2law s3l^^e4 sl3b @@ -11313,7 +11353,7 @@ son3au sone2 son5ende son3s^^e4 -so2ny +son2s1o so3o 2sopf 3sor. @@ -11345,43 +11385,45 @@ s1^^f6s 1sp2 2sp. 2spaa -2spak -s2pan +4spak +2spala spani7er. -2spap +4spap 2spara -2sparo +4sparo 3sparu 3spa^^ff -2spau +4spau s2paz s2p^^e4 3sp^^e4h 2sp^^e4r -s2pee +s3pe. 2spel 4spensi spe3p4 -2s1peri +s1peri 2sperl +2spero s2perr -2spers -2spet +4spers +4spet 3s2pez 4s3pf 2spha +s4ph^^e4 s3phe -2sphi 3s2pi4e 4spier4 spi2k 4spil 3spio -4spip +4spi4p 4spis 2spl 4spla 4spl^^e4 +4sple 3s2pli s3p4lu s3pn @@ -11395,7 +11437,7 @@ s2pott 4spr. s2prac s2pran -2sprax +4sprax 2spr^^e4m 4spr^^e4s 3s4prec @@ -11404,9 +11446,9 @@ s2pran 2sprob 3spross 3spru -2spr^^fcf +4spr^^fcf 2s3ps -2spt +2s4pt 2spun 2spup 3spur @@ -11482,6 +11524,7 @@ st2ac 2stale s3ta3li 2stalk +st1alm st1alp st1ami 4stan. @@ -11493,7 +11536,8 @@ sta4na 2stanw s4tar. 4stari -s4t2ars +s4tars +st1asi s3tat. s4tau. 2stauf @@ -11841,6 +11885,7 @@ tag4st tah2 tah3le tahl3sk +t2ai ta3i2k tai2l ta1ins @@ -11856,6 +11901,8 @@ tak6ta ta2la ta3lag ta3lak +t1alb. +t1albk tal3d 3t4ale ta4lens @@ -12007,8 +12054,7 @@ teg3re 2teh 3teha 3teh^^e4 -3t2ei. -t2eie +3tei. t3eifr teik4 3teil @@ -12020,6 +12066,7 @@ t3einla 4teinn t3eis. t3eisb +tekt2 5tel. 3tela te2l3ab @@ -12270,7 +12317,6 @@ ti4gerz 3tik ti2kam ti2kar -ti3k2er ti2kin ti2kr^^e4 ti2lar @@ -12330,6 +12376,7 @@ ti2za 4t3k4 4t3l tl4e +5tlem tle2r3a 6t5li tlung4 @@ -12363,6 +12410,7 @@ to2men 2tomg 3ton to2nau +to2neh 3too to2pak to2pat @@ -12376,7 +12424,6 @@ to4r^^e4n t1ord 3tore to2rel -to3ren t1org t3orga 3torin @@ -12428,6 +12475,7 @@ tra4far 5t4rai 3trak 3tral +2t3rams 3t4ran. 2trand 3trank @@ -12486,7 +12534,6 @@ t3rev 2t3rh 3tri 4tric -2trid 5trieb tri4er 5trigg @@ -12518,7 +12565,7 @@ t3r^^f6c 4truk trum2 trums1 -2trund +2t3rund 3t4runk 5t4rup tru2th @@ -12626,7 +12673,6 @@ ttel1o ttes1 tte2sa tte2s^^e4 -t4teti tt2h^^e4u t2t3ho t3ti @@ -12660,6 +12706,7 @@ tu3fen t3u2fer tuff3 2tuh +tu2is 2tuk t3u2kr tul2a @@ -12826,6 +12873,7 @@ u1cl u3d2a uden3s2 uder2e +udert4 udi3en uditi4 u2don @@ -12960,6 +13008,7 @@ ui1em u3ig u4ige u1in. +u1is. u3isch. u3ischs uisi4n @@ -13198,7 +13247,6 @@ ur1im ur1ini ur3ins ur1int -u2rinv urk2s 1urlau 4u1ro @@ -13277,6 +13325,8 @@ u2t^^e4r u3te ut1eg ute4ge +ut1ei. +ut1eie ute2n1 u2tent uter4er @@ -13313,7 +13363,7 @@ utu4re utu5ru u3t^^fc utz3eng -ut2zin +ut2z1in ut2zo ut2z1w 2u1u2 @@ -13496,7 +13546,7 @@ ve3le ve3li ve3lo ve3ma -ve3mu +2ve3mu ve3nal ven2c ve3ne @@ -13578,6 +13628,7 @@ vor3d vor3e vor3g vo3ri +vo5rig vormen4 3voy v^^f62c @@ -13928,6 +13979,7 @@ y1of yom2 yon4i y1ont +y1os y1ou y1p ypa2 @@ -13979,7 +14031,6 @@ za3gr zale3 2z1all 2z1am -3zambiq z1an za2na 2z3anf @@ -14068,7 +14119,7 @@ zer4t3ag zert4an zer6tere zer4tin -zer6t5rau +zer6trau 4zerwei 2z1erz 3z2erza @@ -14137,6 +14188,7 @@ zor4ne 2z3ot 2z^^f62f z1^^f6l +2z^^f6n 2z3p4 2z1q 2z3r2 diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-de-ch-1901.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-ch-1901.ec.tex index e11fb0669cc..3cd7022aecb 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-de-ch-1901.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-ch-1901.ec.tex @@ -57,7 +57,6 @@ .^^e4m3 .^^e4t2s .be3erb -.bei6ge. .be3ra .be3r2e .berg3a @@ -165,7 +164,6 @@ .in3e .ink4 .inn2e -.int6 .inu1 .ire3 .is2a @@ -178,11 +176,13 @@ .ker3s .ki4e .kle2i +.kni4e .kopf1 .ks2 .kus2 .le4ar .li2f +.li4ve. .lo4g3in .lo3ver .lu4str @@ -215,6 +215,7 @@ .ort2 .orts3e .ort4st +.os5t6alg .oste2 .ost5end .osten8de @@ -262,6 +263,8 @@ .th4 .ti2a .tid1 +.ti4me. +.ti4mes .ti2s .tite4 .to4nin @@ -312,13 +315,14 @@ aa2gr 4a2ar aa2r1a aar3f4 -aart4 +aart2 aas1t aat4s1 a3au a1^^e4 a1b 2aba +abais4 ab1auf ab1^^e4 ab2^^e4u @@ -379,7 +383,6 @@ ab1ur 1abw 2aby 1abz -2ac. 2aca 2ac1c a1cem @@ -438,6 +441,7 @@ a1d a3d2ab ad2ag adai4 +ada2m ad3ama a2d1an 3a4dap @@ -470,7 +474,7 @@ ad4res ad3ru 2ads2 ad3sz -2ad2t1 +ad2t1 2adu 2a1e1 ae2b @@ -528,6 +532,7 @@ age4na age4neb a2gent a4gentu +ag2er age4ral 2ages age2sa @@ -590,7 +595,6 @@ aht1s a1hu ah1w a1hy -2ai aian3 aid4s aids1t @@ -605,17 +609,20 @@ a1ind ain4e a1ing ain3sp +2ais ai2sa a3isch. ai3s2e aiso2 aiss2 +ais4se. ais5st a3iv. aive3 a3ivl a3ivs a1j +ajekt4o 2ak. 1a2k4ad 2akal @@ -736,6 +743,7 @@ al4lec al3lend all5erfa al3les +1allg^^e4 alli5er. alli7ers. al2lob @@ -750,7 +758,6 @@ al2^^f6s 3alpe. 1alph al3skl -al4spal al2sum al3sun al2tak @@ -778,7 +785,6 @@ amab4 amad2 ama3g 2am^^e4 -2ambiq am4e 2ame. a2meb @@ -862,6 +868,7 @@ an3f2u an2g1ei an4g3erf an4g3erl +an4gerw an4g3erz 2angf 2angh @@ -876,7 +883,7 @@ ang3sc ang6s3po 1anh 2a3ni -an2id +an2i3d ani5ers. 3a4nim a4nins @@ -891,7 +898,6 @@ ank1r an2k3ra an2k3r^^e4 ankt4 -an2ky 1anl 2anmu 2ann @@ -947,7 +953,7 @@ ao1i4 a1op a1or a1os -ao3t2 +ao3t4 a3ot. a1^^f6 a1p @@ -955,7 +961,6 @@ a1p 2a3pa 2ape a2pef -a3pel a2p^^e9 a2pf ap2fa @@ -1070,8 +1075,8 @@ ar2the art2i artin2 2arto -art3r -ar4tram +ar4t3ram +art3re 2arts 2aru ar1uh @@ -1110,7 +1115,6 @@ as1o2f a3sol as1or as1p -as3pan as2ph as2pi as2po @@ -1224,9 +1228,12 @@ auf1er au4ferk auff4 3aufn +2auft. 2aug 4augeh +2auh au3ha +au2hu 4au1i au2is 2auj @@ -1272,10 +1279,8 @@ aus3tri 1aus^^fc 1ausz au3^^ff -2aut. au2t1^^e4u -2aute -au4ten4g +auten4g au4t3erh 3auto 2auts @@ -1579,6 +1584,7 @@ be1eta be3g2 2b1eier bei1f4 +bei4ge. beik4 beil2 bei3la @@ -1720,7 +1726,7 @@ b3leb 2b3leid b3lein 3blem -3blen +3ble4n b3lese ble3sz b4let @@ -1730,7 +1736,7 @@ b3leu b2lie 2blig bling4 -b3lis +b4lis b2lit 3blitz b2lo @@ -1778,6 +1784,7 @@ bot2s3t bo2xi b^^f62b3 2b^^f6f +b1^^f6l 2b1p2 bpa2g 2b1q @@ -1824,7 +1831,6 @@ bs2ca b6schan b6schef bs4cu -b3se. bs1e2b b3sel. bs1ele @@ -1836,7 +1842,6 @@ bs3e4r3in b4sers b3ses bsi2t -bs2ku b4sl b2s1of bs1op @@ -1906,7 +1911,7 @@ bzeit1 bzu1 1ca 2c1ab -ca1ch +ca2ch ca2e3 ca3g4 ca1h @@ -1928,6 +1933,7 @@ c1ch2 c2d2 c3do 2cec +ceco4 ce2dr 2cef ce1i @@ -2030,6 +2036,7 @@ chus4si 2ch^^fc 2chv 2chw +1chy 2chz ci1c ci2s @@ -2068,7 +2075,6 @@ c2m2 1co co1ch co2d2 -co4der. co3di coff4 coi2 @@ -2084,7 +2090,6 @@ co1ra cor3d co3re cos4 -co2st co2te 2cp c1q @@ -2114,6 +2119,7 @@ da2ben da2bre dab4r^^fc 2d1ac +d2ac. dach3a da2cho 4d3achse @@ -2200,7 +2206,6 @@ de3b4 2d1e4ben 3dec de1ch -deco3 de1e2 2d1eff deg2 @@ -2233,7 +2238,7 @@ del4san del2s5e del2so del2s1p -del3t4 +del3t dem2ar 2d1emp d2en. @@ -2259,6 +2264,7 @@ der2bl de2re2b de4reck der3edi +de4r3eis derer3 de3r4erb de3r4erf @@ -2276,6 +2282,7 @@ der^^f64 4d3ersat der3tau der6t5en6d +dert4ra de3ru de4ruh de4rum @@ -2405,8 +2412,8 @@ d2orp dor2ta d2os. dos3s +dost1 do4sta -dost1r dot6h do3un d1^^f6 @@ -2597,6 +2604,7 @@ eakt2 ea2la e3alei e4aler. +ealti2 e2ame eam1o eam3t @@ -2626,6 +2634,7 @@ ebe2i 2ebel eb2en ebens3e +ebert4 2ebet 2ebl eb3ler @@ -2677,6 +2686,7 @@ eck3se 2eckt 2e1cl 2eco +eco3d 2ect e1d e3d2a @@ -2865,7 +2875,7 @@ e1hy 4eib ei2bar ei2bl -eibu4t +eibu2t ei4b3ute ei2cho e2id @@ -2875,7 +2885,6 @@ ei3de ei4d3err 2eidn ei3dra -eid2sc ei1e 4eien eienge4 @@ -2978,6 +2987,7 @@ ek2u e3k2w e1la ela4ben +el3abi el2abt el1af ela2h @@ -3098,6 +3108,7 @@ e6mentsp e2m1erw 1e2meti e2m1im +emi5na em1int emi3ti 2emm @@ -3175,7 +3186,7 @@ enf2a enf2u 1engad 3engag -en3ge +enge3ra en3g2i en2gl en3glo @@ -3185,7 +3196,7 @@ eng3sc eng3se e3ni. e3nic -e4nid +e2nid e3nie eni3er. eni5ers. @@ -3193,7 +3204,6 @@ e2n1i4m e2n1in e3nio 2enis -eni3se e3nit 2eniv en3k2^^fc @@ -3263,6 +3273,7 @@ e4ol e1on. e1ond e1onf +e1onh e1onl e1onr e1ons @@ -3424,6 +3435,7 @@ e1rok e1rol e1rom e3ron +er3ony er1o2p e4ro2r e1ros @@ -3448,11 +3460,11 @@ ers2te er3sz ert2ak er6terei +er4t3erf er4ters er2tho 4erti ert3ins -ert4ra erts2e 2eru eruf4s @@ -3480,6 +3492,7 @@ esch2 e4sco e4scu es1ebe +e3seg es3ehr e2sein ese4ler @@ -3488,6 +3501,7 @@ es3eva 4esh es2har es2hu +esi1er e2s1il es1ini es3int @@ -3541,6 +3555,7 @@ es1ur e3sy e^^ffe3r2e e1t +e3ta. etab4 et1am 1etap @@ -3803,7 +3818,8 @@ fes2t fe2st1a fe4st3ei fe2str -2f1e4ta +2f1eta +fe4tag 3fete fet2t3a feuer3e @@ -3846,7 +3862,6 @@ fge3s 1fi 3fi. fi3at -fi4ds fi1er2f fi2kin fi3kl @@ -3906,6 +3921,7 @@ f4luc flu4ger f4l^^fc 2f3m2 +fma2d 2f3n2 fni2s 1fo @@ -3913,6 +3929,7 @@ fob2l 2f1of foli3 fo2na +fon2e fo2nu 2f1op 4f3org @@ -4233,6 +4250,7 @@ ge1ro ge1r2^^f6 ger4sto ge3r2u +g1erwa ges2c ges3elt ge2s1er @@ -4332,6 +4350,7 @@ g2lom 3g2lot 2gls 2g1lu2 +glu3te 3gl^^fc g2ly 2g1m2 @@ -4421,7 +4440,6 @@ gro4u g4ruf 2g3rui 2g3rum -3g4runs 3g4rup 2grut 2g3r^^fcc @@ -4464,7 +4482,6 @@ gs1o2 gs1p4 g3s2pek gs4pie -gs2pit gs3pl g5s2por gsrat4 @@ -4498,11 +4515,13 @@ g3sy g3te gti2m gt4r -gt2se +gt4se 1gu gu3am gu1an. gu1ant +gu1as +gu4d3r gu2e 2gued guet2 @@ -4532,6 +4551,7 @@ gu3sti gu2^^ff1 gu2t gut1a +gu3te gu4t3erh gut3h 2g^^fcb @@ -4595,7 +4615,7 @@ hau2sc hau4spa hau4s3ti hau4sto -hau6terk +h2aut. 2hauto hau2tr h1^^e4ff @@ -4639,7 +4659,6 @@ he2im heim3p hei4mu heine2 -hei4neh h1eink 4heio he1ism @@ -4765,8 +4784,8 @@ hir4ner hi3ro hir2s his2a -hi2se -his2p +hi4se +hi2spa hi3ti 2hiu h1j @@ -5174,7 +5193,6 @@ hu2ti hut2t hut4zen hut4z3er -hutz1i h2^^fc h4^^fcbs h3^^fcbu @@ -5203,6 +5221,7 @@ i2af iaf4l i4a3g2 i2ah +i3ai i2aj i2ak i3ak. @@ -5229,6 +5248,7 @@ ial3t4 ia2lu ial3z2 i2am4 +i3am. i4amo 2ian ia2nal @@ -5278,9 +5298,8 @@ iben3a ibi2k i3bla i3ble -i2blis ib2o -i2b1^^f6 +i2b^^f6 i4br^^e4 ib3ren ib4ste @@ -5322,7 +5341,7 @@ idni3 i2dol 1idol. 2i2dr -i3dsc +i3d2sc id2s1p idt4 i2dy @@ -5527,6 +5546,7 @@ ike2l1 i2k1e2r2e ik1erf iker6fah +i2k1erh i2ker2l i2k1eta i3ki. @@ -5654,6 +5674,7 @@ in1am i3nap in2ara in2ars +in4art ina4s i2n3au2 inaus1 @@ -5716,6 +5737,7 @@ inn4sta in1od in3ols in1or +inos4 ino3t i1n^^f6 in1^^f62d @@ -5840,7 +5862,6 @@ irpla4 ir4rei irr2h ir4sch3w -ir3se ir3sh irt4st iru2s1 @@ -5868,7 +5889,6 @@ i4schwa i6schwir i4schwo isch3wu -is1chy i2s3cr 2ise ise3e @@ -5898,6 +5918,7 @@ i2spar is1pe is1pic is2pit +is2por i2spro is3sa is4saa @@ -5960,10 +5981,12 @@ i1ti i2t1id 1itii iti4kan +iti3k2e i2t1in1 it2inn i3tis i3tiv +i4tl itmen2 i1to i3toc @@ -6051,7 +6074,6 @@ je2a jean2s je2g jek4ter -jekto2 jektor4 jek2tr je3na @@ -6080,7 +6102,7 @@ ju2k jung5s ju3ni jur2o -jut2e3 +ju3t2e3 2j1v 1ka 3ka. @@ -6204,6 +6226,7 @@ ke2l^^e4 kel3b4 2k1e2lek ke2len +ke2l1er 2ke3let kell4e kel3s2k @@ -6383,6 +6406,7 @@ k4raz 2k3r^^e4um 2kre. 2k3rec +2kred. 2k3rede 2k3ref 2kreg @@ -6538,6 +6562,7 @@ la2g1ob 2la1ho 1lai lai4s1t +la2kes la2k1i l2akk la1k4l @@ -6579,7 +6604,7 @@ lap4pl la2r1an la2r1ei la4rene -3l4ar3g +3l2ar3g lar3ini 2l1ar3t l3arti @@ -6862,7 +6887,9 @@ lg4s1t 3lia li3ac li3ak +li3am li3ar +li3b4 libi3 li1c 3lichem @@ -6872,7 +6899,7 @@ li3chi li3d2a li2deo 2l1ido -li4ds +li4d3s l2ie 3lie. liebe4s @@ -6924,7 +6951,6 @@ li2p3a 3lis. li3s2a li4schu -4lish 2l1isl 2l1i2so li2sp @@ -7096,7 +7122,9 @@ lo2s3to lo2s3t4r lo2^^ffu lo2t1a +lot4h lo3tha +lo3thi loti4o 2l1ov lo2ve @@ -7115,6 +7143,7 @@ l3pa lpe2n3 lp2f l2p1ho +lpi4p lp3t4 l3pu 2l1q @@ -7134,7 +7163,6 @@ l3sare l2sau2 l4schin l4schm^^fc -l3se. l2s1e2b l2s1ec l2s1em @@ -7165,7 +7193,6 @@ l2stit ls2tr ls1um l2sun -lsu3s ls2zen 4l1t l2tab @@ -7220,7 +7247,6 @@ l4ts lt3sc lt1spa lt4stab -lt5ste lt4stoc ltt2 lt1uh @@ -7249,7 +7275,6 @@ lug3sa lu2gu 2l1uh lu1id. -lu1is. lume2 2lumf 2luml @@ -7277,7 +7302,7 @@ lus6serf lus6serk lus4si lus2s1o -lus2s3p +lus2s1p lus4s1t lus6suc lus2t @@ -7289,8 +7314,8 @@ lust3re lu2s1u 4lu2^^ff1 lu2t1a -lu4teg -lu4t3erg +lu2teg +lut3erg lut1o2f lu2top lu2t3r @@ -7364,7 +7389,7 @@ ma3ler mali1 mal3lo 2mallt -malu4 +malu2 ma2l3ut mam3m 2m1anal @@ -7452,6 +7477,7 @@ mein4da me1i2so m2eist me3lam +me2lau 3meld me2lek me2ler @@ -7466,6 +7492,7 @@ mena2b me3nal men3ar men3au +men3ge men3gl me3nor m2ens @@ -7649,6 +7676,7 @@ mp4f3erz mp2fl mpf3li mpf1or +m3pi m3pon mp3ta m3pu @@ -7776,8 +7804,7 @@ na2h1a n3ahn 3nai nai2e -n3aig -n3air +n1aig 2n1ak na2ka 3nako @@ -7861,6 +7888,7 @@ n2auso 4nauss n4auste 4nausw +nau3te navi5er. navi5ers 1n^^e4 @@ -7876,6 +7904,7 @@ n2^^e4ss 2n^^e4u 3n^^e41um 2n3b4 +nbais4 nbe2in nbe3n nbe3r2e @@ -7939,6 +7968,7 @@ ne3ein n1ef neg4 2ne2he. +2nehen2 3nehm 4n1ehr 2n1ei @@ -8056,7 +8086,6 @@ n4es. nes2c ne2sei ne2sev -nesi1e ne3ska nes1o ne2sor @@ -8077,6 +8106,7 @@ ne2u neu1c neu3g 2n1eup +neur2 n2ew 2n1ex 3nez @@ -8150,8 +8180,8 @@ nib4l nibu2 nich8ters n1id +3n2id. ni2de -ni3de. ni3dr n4ie nie3b @@ -8306,7 +8336,7 @@ nor2d5r n1ort 3n2os. no3sh -no2sp +no2s3p n2oste nost1r 2nostv @@ -8316,6 +8346,7 @@ no4t3ei no2tel no3t3h no4tha +no4thi no2t3in no2t1op no2tr @@ -8375,6 +8406,7 @@ n2s1op n4s3ort. nsp4 n2spat +n4speri n2sph ns2pi n2spo @@ -8450,6 +8482,7 @@ n2t1inh ntini1 nt2ins n3tit +nt4lem ntmen2 ntmo2 n3to @@ -8515,6 +8548,7 @@ nu4s1t 1nu2^^ff 1nut nu2t1a +nu3te nu2t3r 1nuu 1nux @@ -8574,7 +8608,6 @@ oa3ke oak1l o4a3la o4a3mi -oanne4 o2ar o2a3s 3oase @@ -8608,10 +8641,11 @@ o2b3li 2o3bo o2b3re o3bri -ob3s2h +obs2 +ob3sh ob3sk -obs2p ob2sta +ob3sz 2o3bu 2o3b^^fc 2oby2 @@ -8875,7 +8909,7 @@ onderer5 one2i one2n1 onen3g -o2n1erb +on1erb o2n1erd on1erg on1er^^f6 @@ -8930,6 +8964,7 @@ o1pa opab4 o2p3ad op3akt +o3pan o1pec o1pei o1pe4n @@ -9015,6 +9050,7 @@ or3gle or2gn 2orh 2o3ric +4orie. o4rient o3rier 4oril @@ -9089,7 +9125,8 @@ o4ski os2lo 2oso 2os1p -o2s3per +os2pe +os3pec o3s2po os2pr os2sa @@ -9105,12 +9142,12 @@ os4son os2s3p os4s3t os2t -ost1a -o2sta2b +o2st1a2b o3stal. -o4stam -ost4art +o4st1am +ost3ang osta4s +ost1au o4sterd oster3e ost5er6we @@ -9150,7 +9187,7 @@ o2t1erw 4ot2h ot4he ot5hel -o4t3hi +o2t3hi ot3hos o2thr o2t1i2m @@ -9209,9 +9246,9 @@ ox2e ox3l o2xu 1oxy -o1y2en o1yo 2o1z +o3z2a oz2e ozen4ta o3zi @@ -9271,6 +9308,7 @@ ozon1 2^^f6n ^^f6n2e ^^f63ni +^^f6nizi1 ^^f6nn2e ^^f61nu ^^f6o1 @@ -9328,7 +9366,6 @@ p2a 1pac pa3da pa2dr -pa2el pa1f4r pag4 pa3gh @@ -9336,7 +9373,7 @@ pa1ho 1pak pa1k4l pak2to -1pala +3pala pala3t 1pal^^e4 pa3li @@ -9348,10 +9385,11 @@ pa3nei pa2neu pan3k4 2panl -3pa2no +2pann +1pa2no pan3sl pant2 -3panz4 +panz4 1pap papi2 papieren8 @@ -9411,8 +9449,8 @@ pei1 pe1im pekt4s 2peku -1pel -pe2l3a4 +3pel +pe2l1a4 pel3d pe2let pe2lex @@ -9451,7 +9489,7 @@ pes3s2 p2f1ab p2fad p2faf -pf3ai +pf1ai p2f1ak pf1ans p2fa4r @@ -9516,7 +9554,6 @@ piegelei8en pi2el piela2 3pier -pie3t 3pik 1pil pi3le @@ -9530,6 +9567,7 @@ pi3oi pi3onu 3pip pi2pe +pi4pel pi3ri 3pirin 3pis @@ -9537,6 +9575,7 @@ pi3ri pis2t pi3t2a pit2s +2pitz pi2z1in p1j 2p1k2 @@ -9743,7 +9782,6 @@ ra2chu r2ack 1r2ad r4ad. -rada2 ra2dam 2radap 3radf @@ -9759,6 +9797,7 @@ ra3gle ra2gn 3r2ahm 4raht +r2ai 2raic rail4l 2r3air @@ -9856,7 +9895,6 @@ rat2st rau3e2n 2rauf 2raug -r2auh 3raum rau4m3ag rau4man @@ -9867,6 +9905,7 @@ rau2sp 2raus5s rau4sti raus3tr +4raut raut5s 1ra^^fc r2ax @@ -9994,6 +10033,7 @@ rech3ar 4rechs 2reck. 2recki +3red. 4redd 2redit re1el @@ -10173,7 +10213,7 @@ r2greg r2gres r2gret rg3rin -rg1s2p +rg1sp rgs2tr r1h4 2rh. @@ -10215,7 +10255,6 @@ ri2fr rif4ter 3rig 5rig. -5rige ri4gene 5rigj rig1l @@ -10251,9 +10290,7 @@ r4inspi 2rint rin4teg rin4t5r -r1inv -r2inva -2rinve +2r1inv 4r1ir r2is ris4a @@ -10418,10 +10455,11 @@ ro2mer 4romm 4romt r2on +ro4nerb 3ronn rons2 ron4tan -ro1ny +4ro1ny ro1pe 2ro2pf ro3ph @@ -10435,11 +10473,10 @@ ror3th ro3sh ro3s2i ro3smo -ros2p ros2s1c ros4sie ros4t -ro3st2a +ro3sta ro2st1r ro2^^ffu ro4tag @@ -10464,7 +10501,7 @@ r1^^f6r r2^^f6s. r2^^f6se 2r1p2 -rp4a +r3p4a rp4e rpe2re rpe4r3in @@ -10570,6 +10607,7 @@ r2telf rte2n1 r3ten. rt3erei +r4terfa r4terfo r4t3erh r2t1erk @@ -10589,10 +10627,10 @@ r2tinf rto1p rt1or rto2ri -r2trak +r2t3rak rt3rec r4treis -rt1ros +rt3ros r4ts rt4s1eh rt1spe @@ -10646,6 +10684,7 @@ ru2si rus2s1p rus6s3t 3rut +ru2tei rut3h ru2t1o2 ru2t3r @@ -10710,9 +10749,9 @@ sa1f4r sa4gent sag4n s1a2gr -3sai +3s2ai sa3i2k1 -sail4 +sail2 2s1ak sa2ka 3saki @@ -10875,6 +10914,7 @@ sda3me sdien4e sd4r 1se +3se. se3at. 2s1e2ben seb4r @@ -10905,6 +10945,7 @@ seh3s seh3t se2h^^fcb 2s1ei. +2s1eie 2s1eig s1ein 5s2ein. @@ -11034,7 +11075,6 @@ sh4r si2ach si3ach. si2ad -si3am. sia4s 2siat sib4 @@ -11125,6 +11165,7 @@ sk4n 2s1l2 3slal 4slan +sla2ve s2law sl3b s5le @@ -11135,6 +11176,7 @@ slo3be s3loe 2s1m2 s3ma +s3mu 2s3n4 4sna snab4 @@ -11162,7 +11204,7 @@ son3au sone2 son5ende son3s^^e4 -so2ny +son2s1o so3o 2s1opf 3sor. @@ -11194,7 +11236,7 @@ sp2 2sp. 2spaa 2spak -s2pan +2spala spani7er. 2spano 2spap @@ -11207,27 +11249,28 @@ spani7er. s2paz s2p^^e4 2sp^^e4r -s2pee +s3pe. 2spel 4spensi spe3p4 -2s1peri +s1peri 2sperl +2spero s2perr 2spers 2spet 1s2pez 2s3pf 2spha +s4ph^^e4 s3phe -2sphi 1spi 3s2pi4e 4spier4 spi2k 2spil 3spio -4spip +4spi4p 4spis 2spl 4spla @@ -11260,7 +11303,7 @@ s2pran 2spr^^fcf 1spr^^fcn 2s3ps -2spt +2s4pt 2spun 2spup 3spur @@ -11352,6 +11395,7 @@ st2ac 2stale 3sta3li 2stalk +st1alm st1alp 3stam st1ami @@ -11364,8 +11408,9 @@ sta4na 2stanw 4stanza s2tar. -s2t2ars +s2tars 3start +st1asi 3stat 3s4tau. 2stauf @@ -11573,6 +11618,7 @@ s^^fcden2 3s^^fcn 2s1v 2s1w +s3we sweh2 4swie 4swil @@ -11683,6 +11729,7 @@ tag4st tah2 tah3le tahl3sk +t2ai ta3i2k tai2l ta1ins @@ -11699,6 +11746,8 @@ tak2ta ta2la ta3lag ta3lak +t1alb. +t1albk 1talbu tal3d 1t4ale @@ -11845,8 +11894,6 @@ te2es teg2 teg3re 2teh -t2ei. -t2eie t3eifr teik4 1teil @@ -11854,11 +11901,10 @@ teik4 tein3ec t3einge t3einla -4teinn t3eis. t3eisb tei3st -tek3t +tek3t2 tela4 te2l3ab te2l1ac @@ -11917,7 +11963,7 @@ ten3ens 4tenerg te2net ten3g -4t1eng. +t1eng. ten4gla t4enh te2ni @@ -11933,10 +11979,9 @@ t4enta t3entb 4tentd t4ente -4tentn ten4t3ri 4t3entw -4t3entz +t3entz ten6zerh ten3zw t3e2pi @@ -11963,7 +12008,7 @@ ter3g2 6tergrei t6ergru 2t1ergu -4terg^^fc +2terg^^fc t4eri te3ria 4terkl^^e4 @@ -11993,8 +12038,7 @@ ter3za 4t3erzb te2s tes1ac -te3se -te4sel +te3ser te3si te3so te3sp @@ -12069,7 +12113,7 @@ t3hof t4hol. t3hor 2t3hot -thou2 +thou4 2t3h^^f6 2thp 1th2r2 @@ -12105,7 +12149,6 @@ ti4gerz tihi4 ti2kam ti2kar -ti3k2er ti2kin ti2kr^^e4 tiks2 @@ -12166,6 +12209,7 @@ ti2za 2t3k4 2t3l2 tl4e +3tlem tle2r3a 4t5li 2t1m2 @@ -12196,6 +12240,7 @@ to2men 2tomg 1ton to2nau +to2neh 3too to2pak to2pat @@ -12208,7 +12253,6 @@ to4r^^e4n t1ord 1tore. to2r1el -to3ren t1org t3orga tor3int @@ -12249,6 +12293,7 @@ tra4far 2trahm 3t4rai 1tram +2t3rams 3t4ran. 2trand 1trank @@ -12308,7 +12353,6 @@ t3rev 3t4r^^e9 2t3rh 1trib -2trid 3trieb. 3triebs tri2er @@ -12337,7 +12381,7 @@ t3r^^f6c 2truk trum2 trums1 -2trund +2t3rund 1t4runk 3t4rup t3ru^^ff @@ -12440,7 +12484,6 @@ ttel1o t3ter tt2erg tte4s1^^e4 -t2teti tt2h^^e4u t2t3ho t3tro @@ -12465,6 +12508,7 @@ tuf2e tu3fen t3u2fer 2tuh +tu2is t3u2kr tul2a 1tum @@ -12633,6 +12677,7 @@ u1cl 2u1d u3d2a uder2e +udert4 udi3en uditi4 u2don @@ -12755,6 +12800,7 @@ uh4rin uhrt4 uh2ru uh4r^^fc +uh1un uh1w 2ui ui2c @@ -12764,6 +12810,7 @@ u3ig u4ige u1im u1in. +u1is. u3isch. u3ischs uisi4n @@ -12893,7 +12940,7 @@ une2h un2ei. un3ein unen2t -un4es2 +un4es4 1unget 1ungew 1ungl^^fc @@ -13002,7 +13049,6 @@ ur1im ur1ini ur3ins ur1int -u2rinv 1urlau 4u1ro u3rol @@ -13092,16 +13138,19 @@ ut3a2m u2t1ap u2t1ar u2t^^e4r -u3te +u3te. ut1eg ute4ge +ut1ei. +ut1eie ute2n1 +u3ten. u2tent uter4er u4t3ersa -ut2es -ut2et -u4tev +u3t2es +u3t2et +u2tev u4t1ex utfi4 ut2he @@ -13130,11 +13179,10 @@ utt1s2 utu4re utu5ru utz3eng -ut2zin +ut2z1in ut2zo ut2z1w 2u1u2 -uufe2 u1^^fc2 u1v4 u2ve. @@ -13304,7 +13352,7 @@ ve3le ve3li ve3lo ve3ma -ve3mu +2ve3mu ve3nal ven2c ve3ne @@ -13386,6 +13434,7 @@ vor3d vor3e vor3g vo3ri +vo5rig vormen4 vor^^f64 3voy @@ -13579,7 +13628,7 @@ wun2s wur2fa 1wurst wus4 -1wu4t1 +1wu2t1 1w^^fch w^^fcs4 2w1w @@ -13728,6 +13777,7 @@ y1of yom2 yon4i y1ont +y1os y1ou y1p ypa2 @@ -13781,7 +13831,6 @@ zale3 za3li 2z1all 2z1am -3zambiq z1an za3ne 2z3anf @@ -13876,7 +13925,7 @@ zer4t3ag zert4an zer6tere zer4tin -zer6t5rau +zer6trau 4zerwei 2z1erz 3z2erza @@ -13945,6 +13994,7 @@ zor4ne 2z3ot 2z^^f62f z1^^f6l +2z^^f6n 2z3p4 2z1q 2z3r2 @@ -13977,6 +14027,7 @@ zugs1t zug4ste zug1un 2z1uhr +zuh2u zu1i zu3k 2z1um. diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-eo.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-eo.il3.tex index 7c10ce041d7..7c10ce041d7 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-eo.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-eo.il3.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-es.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-es.ec.tex index 03e32fe0f1a..03e32fe0f1a 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-es.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-es.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-et.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-et.ec.tex index c99abce9f3a..c99abce9f3a 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-et.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-et.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-eu.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-eu.ec.tex index cdec8cf9544..cdec8cf9544 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-eu.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-eu.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-fi.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-fi.ec.tex index 7f42a341d09..7f42a341d09 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-fi.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-fi.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-fr.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-fr.ec.tex index 0201905998b..0201905998b 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-fr.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-fr.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-ga.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ga.ec.tex index e0fc5b0a047..e0fc5b0a047 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-ga.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ga.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-gl.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-gl.ec.tex index 0aa8b185115..0aa8b185115 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-gl.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-gl.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-hr.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-hr.ec.tex index 8ccf76db93a..8ccf76db93a 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-hr.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-hr.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-hsb.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-hsb.ec.tex index 96c35c4acbd..96c35c4acbd 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-hsb.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-hsb.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-hu.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-hu.ec.tex index b83a0ba3cbe..b83a0ba3cbe 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-hu.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-hu.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-is.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-is.ec.tex index 5ae4aefbac1..5ae4aefbac1 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-is.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-is.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-kmr.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-kmr.ec.tex index 195d9f4d4ae..195d9f4d4ae 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-kmr.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-kmr.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-la.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-la.ec.tex index 6920e95209f..6920e95209f 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-la.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-la.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-lt.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-lt.l7x.tex index ffa3bb2cd6e..ffa3bb2cd6e 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-lt.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-lt.l7x.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-lv.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-lv.l7x.tex index 2da042330be..2da042330be 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-lv.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-lv.l7x.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-mn-cyrl-x-lmc.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-mn-cyrl-x-lmc.lmc.tex index 92654380f17..92654380f17 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-mn-cyrl-x-lmc.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-mn-cyrl-x-lmc.lmc.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-mn-cyrl.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-mn-cyrl.t2a.tex index d89168902ce..d89168902ce 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-mn-cyrl.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-mn-cyrl.t2a.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-nb.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-nb.ec.tex index 857366746ae..857366746ae 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-nb.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-nb.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-nl.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-nl.ec.tex index 6c57ae54256..6c57ae54256 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-nl.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-nl.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-nn.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-nn.ec.tex index a0520284d00..a0520284d00 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-nn.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-nn.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-pl.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-pl.qx.tex index 30d7e37a397..30d7e37a397 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-pl.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-pl.qx.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-pt.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-pt.ec.tex index 12640dc2fde..12640dc2fde 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-pt.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-pt.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-ro.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ro.ec.tex index 30ab696847c..30ab696847c 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-ro.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ro.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-ru.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ru.t2a.tex index d5dca6ee03f..d5dca6ee03f 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-ru.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ru.t2a.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-sr-cyrl.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sh-cyrl.t2a.tex index 05f4012b984..05f4012b984 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-sr-cyrl.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sh-cyrl.t2a.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-sh-latn.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sh-latn.ec.tex index f21c55e00f9..f21c55e00f9 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-sh-latn.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sh-latn.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-sk.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sk.ec.tex index b0e42a0238a..b0e42a0238a 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-sk.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sk.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-sl.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sl.ec.tex index 28838af17b8..28838af17b8 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-sl.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sl.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-sv.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sv.ec.tex index 29998c540d5..29998c540d5 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-sv.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sv.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-tk.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-tk.ec.tex index c81c43c8879..c81c43c8879 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-tk.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-tk.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-tr.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-tr.ec.tex index b1c5f7fe010..b1c5f7fe010 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-tr.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-tr.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-uk.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-uk.t2a.tex index c5a2db56283..c5a2db56283 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-uk.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-uk.t2a.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-zh-latn.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-zh-latn.ec.tex index eb9f43a5465..eb9f43a5465 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/phyph-zh-latn.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-zh-latn.ec.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-af.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-af.tex new file mode 100644 index 00000000000..81a31348637 --- /dev/null +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-af.tex @@ -0,0 +1,12 @@ +\bgroup +\lccode`\’=`\’ +\patterns{ +.af6ro’ +.a7fro’s +.l’7etji +.m’7etji +.r’7etji +s’9ie. +x’9ie. +} +\egroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-fr.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-fr.tex new file mode 100644 index 00000000000..ee800d824be --- /dev/null +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-fr.tex @@ -0,0 +1,72 @@ +\bgroup +\lccode`\’=`\’ +\patterns{ +2’2 +’a4 +’â4 +’ab3réa +’ae3s4ch +’amino1a2c +’ana3s4tr +’anti1a2 +’anti1e2 +’anti2enne +’anti1é2 +’anti1s2 +’apo2s3ta +’as2ta +1d’ +’e4 +’ê4 +’é4 +’è4 +’en1a2 +’en1o2 +’eu2r1a2 +’ar3gent. +’a2g3nat +’i2g3né +’i2g3ni +’on3guent. +’i4 +’î4 +’in1a2 +’in2a3nit +’in2augur +’in1e2 +’in1é2 +’in2effab +’in2é3lucta +’in2é3narra +’in2ept +’in2er +’in2exora +’in1i2 +’in2i3miti +’in2i3q +’in2i3t +’in1o2 +’in2o3cul +’in2ond +’in1s2tab +’inte4r3 +’intera2 +’intere2 +’interé2 +’interi2 +’intero2 +’interu2 +’inters2 +’in1u2 +’in2uit +’in2u3l +’o4 +’ô4 +’oua1ou +’ovi1s2c +’ar3pent. +’u4 +’û4 +’y4 +} +\egroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-it.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-it.tex new file mode 100644 index 00000000000..650a6caac27 --- /dev/null +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-it.tex @@ -0,0 +1,34 @@ +\bgroup +\lccode`\’=`\’ +\patterns{ +2’2 +2b’ +2ch’. +2ch’’. +2c’ +2d’ +2f’ +2g’ +2h’ +2j’ +2k’ +2l’. +2l’’ +2m’ +2n’ +2p’ +2q’ +2r’ +2sh’ +4s’. +4s’’ +2t’. +2t’’ +2v’. +2v’’ +2w’ +2x’ +2z’. +2z’’ +} +\egroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-uk.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-uk.tex new file mode 100644 index 00000000000..91279c43e69 --- /dev/null +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-uk.tex @@ -0,0 +1,232 @@ +\bgroup +\lccode`\’=`\’ +\patterns{ +2в’3 +2м’3 +2н’3 +2р’3 +6’ +.б’8 +.в’8 +.д’8 +.з’8 +.м’8 +.н’8 +.п’8 +.р’8 +.т’8 +.ф’8 +.ш’8 +.вб6’6 +.вв6’6 +.вм6’6 +.вп6’6 +.зв6’6 +.зм6’6 +.сп6’6 +.бе4з’3 +.від’3 +неві4д’3 +.пере4д’3 +.під’3 +.ро4з’3 +.чере4з’3 +ооб’3 +об’3 +од’3 +на4д’3 +до3в’4є +за3в’4є +зі3в’4є +обі3в’4є +по3в’4є +уі3в’4є +з3в’4я +по3в’4я +від3в’4я +за3в’4я +зі3в’4я +на3в’4я +непо3в’4я +об3в’4я +при3в’4я +під3в’4я +у3в’4я +з3м’4я +зі3м’4я +у3м’4я +в3м’4я +но3м’4я +за3м’4я +на3м’4я +об3м’4я +пере3м’4я +по3м’4я +при3м’4я +піді3м’4я +су3м’4я +до3в’4ю +за3в’4ю +зі3в’4ю +на3в’4ю +по3в’4ю +уі3в’4ю +інтер3в’4ю +3з4в4’яз +3о4б’єдн +3о4б’єкт +’ї4в +’ї4з +’ї4д +’ї4ж +’ї4л +’ї4м +’ї4с +’ї4х +б’4єть +3в’4яз +3з’4ясо +3м’4якш +3м’4ят +ро4з’5єдн +з’4єдн +з’я4в +роз’я4сн +роз’я4р +.’-8 +-а8’8 +8а8’- +-б8’8 +8б8’- +-в8’8 +8в8’- +-г8’8 +8г8’- +-ґ8’8 +8ґ8’- +-д8’8 +8д8’- +-е8’8 +8е8’- +-є8’8 +8є8’- +-ж8’8 +8ж8’- +-з8’8 +8з8’- +-и8’8 +8и8’- +-і8’8 +8і8’- +-ї8’8 +8ї8’- +-й8’8 +8й8’- +-к8’8 +8к8’- +-л8’8 +8л8’- +-м8’8 +8м8’- +-н8’8 +8н8’- +-о8’8 +8о8’- +-п8’8 +8п8’- +-р8’8 +8р8’- +-с8’8 +8с8’- +-т8’8 +8т8’- +-у8’8 +8у8’- +-ф8’8 +8ф8’- +-х8’8 +8х8’- +-ц8’8 +8ц8’- +-ч8’8 +8ч8’- +-ш8’8 +8ш8’- +-щ8’8 +8щ8’- +-ь8’8 +8ь8’- +-ю8’8 +8ю8’- +-я8’8 +8я8’- +-’8а8 +8’8а- +-’8б8 +8’8б- +-’8в8 +8’8в- +-’8г8 +8’8г- +-’8ґ8 +8’8ґ- +-’8д8 +8’8д- +-’8е8 +8’8е- +-’8є8 +8’8є- +-’8ж8 +8’8ж- +-’8з8 +8’8з- +-’8и8 +8’8и- +-’8і8 +8’8і- +-’8ї8 +8’8ї- +-’8й8 +8’8й- +-’8к8 +8’8к- +-’8л8 +8’8л- +-’8м8 +8’8м- +-’8н8 +8’8н- +-’8о8 +8’8о- +-’8п8 +8’8п- +-’8р8 +8’8р- +-’8с8 +8’8с- +-’8т8 +8’8т- +-’8у8 +8’8у- +-’8ф8 +8’8ф- +-’8х8 +8’8х- +-’8ц8 +8’8ц- +-’8ч8 +8’8ч- +-’8ш8 +8’8ш- +-’8щ8 +8’8щ- +-’8ь8 +8’8ь- +-’8ю8 +8’8ю- +-’8я8 +8’8я- +-’8’8 +8’8’- +} +\egroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-zh-latn.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-zh-latn.tex new file mode 100644 index 00000000000..2f355d61e1a --- /dev/null +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-zh-latn.tex @@ -0,0 +1,8 @@ +\bgroup +\lccode`\’=`\’ +\patterns{ +’1a +’1e +’1o +} +\egroup diff --git a/Master/texmf-dist/tex/ptexgeneric/hyphen/copthyph.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex-8bit/copthyph.tex index 97d495131f2..97d495131f2 100644 --- a/Master/texmf-dist/tex/ptexgeneric/hyphen/copthyph.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex-8bit/copthyph.tex diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex-special/exhyph-ru.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex-special/exhyph-ru.tex deleted file mode 100644 index d5bd284ad42..00000000000 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex-special/exhyph-ru.tex +++ /dev/null @@ -1,2218 +0,0 @@ -\begingroup -\lccode45=45 % Make hyphen "-" a word constituent -\patterns{ -8-7 ---8 -.а-8 -.б-8 -.в-8 -.г-8 -.д-8 -.е-8 -.ё-8 -.ж-8 -.з-8 -.и-8 -.й-8 -.к-8 -.л-8 -.м-8 -.н-8 -.о-8 -.п-8 -.р-8 -.с-8 -.т-8 -.у-8 -.ф-8 -.х-8 -.ц-8 -.ч-8 -.ш-8 -.щ-8 -.ъ-8 -.ы-8 -.ь-8 -.э-8 -.ю-8 -.я-8 --а8а8 -8а8а- --а8б8 -8а8б- --а8в8 -8а8в- --а8г8 -8а8г- --а8д8 -8а8д- --а8е8 -8а8е- --а8ё8 -8а8ё- --а8ж8 -8а8ж- --а8з8 -8а8з- --а8и8 -8а8и- --а8й8 -8а8й- --а8к8 -8а8к- --а8л8 -8а8л- --а8м8 -8а8м- --а8н8 -8а8н- --а8о8 -8а8о- --а8п8 -8а8п- --а8р8 -8а8р- --а8с8 -8а8с- --а8т8 -8а8т- --а8у8 -8а8у- --а8ф8 -8а8ф- --а8х8 -8а8х- --а8ц8 -8а8ц- --а8ч8 -8а8ч- --а8ш8 -8а8ш- --а8щ8 -8а8щ- --а8ъ8 -8а8ъ- --а8ы8 -8а8ы- --а8ь8 -8а8ь- --а8э8 -8а8э- --а8ю8 -8а8ю- --а8я8 -8а8я- --б8а8 -8б8а- --б8б8 -8б8б- --б8в8 -8б8в- --б8г8 -8б8г- --б8д8 -8б8д- --б8е8 -8б8е- --б8ё8 -8б8ё- --б8ж8 -8б8ж- --б8з8 -8б8з- --б8и8 -8б8и- --б8й8 -8б8й- --б8к8 -8б8к- --б8л8 -8б8л- --б8м8 -8б8м- --б8н8 -8б8н- --б8о8 -8б8о- --б8п8 -8б8п- --б8р8 -8б8р- --б8с8 -8б8с- --б8т8 -8б8т- --б8у8 -8б8у- --б8ф8 -8б8ф- --б8х8 -8б8х- --б8ц8 -8б8ц- --б8ч8 -8б8ч- --б8ш8 -8б8ш- --б8щ8 -8б8щ- --б8ъ8 -8б8ъ- --б8ы8 -8б8ы- --б8ь8 -8б8ь- --б8э8 -8б8э- --б8ю8 -8б8ю- --б8я8 -8б8я- --в8а8 -8в8а- --в8б8 -8в8б- --в8в8 -8в8в- --в8г8 -8в8г- --в8д8 -8в8д- --в8е8 -8в8е- --в8ё8 -8в8ё- --в8ж8 -8в8ж- --в8з8 -8в8з- --в8и8 -8в8и- --в8й8 -8в8й- --в8к8 -8в8к- --в8л8 -8в8л- --в8м8 -8в8м- --в8н8 -8в8н- --в8о8 -8в8о- --в8п8 -8в8п- --в8р8 -8в8р- --в8с8 -8в8с- --в8т8 -8в8т- --в8у8 -8в8у- --в8ф8 -8в8ф- --в8х8 -8в8х- --в8ц8 -8в8ц- --в8ч8 -8в8ч- --в8ш8 -8в8ш- --в8щ8 -8в8щ- --в8ъ8 -8в8ъ- --в8ы8 -8в8ы- --в8ь8 -8в8ь- --в8э8 -8в8э- --в8ю8 -8в8ю- --в8я8 -8в8я- --г8а8 -8г8а- --г8б8 -8г8б- --г8в8 -8г8в- --г8г8 -8г8г- --г8д8 -8г8д- --г8е8 -8г8е- --г8ё8 -8г8ё- --г8ж8 -8г8ж- --г8з8 -8г8з- --г8и8 -8г8и- --г8й8 -8г8й- --г8к8 -8г8к- --г8л8 -8г8л- --г8м8 -8г8м- --г8н8 -8г8н- --г8о8 -8г8о- --г8п8 -8г8п- --г8р8 -8г8р- --г8с8 -8г8с- --г8т8 -8г8т- --г8у8 -8г8у- --г8ф8 -8г8ф- --г8х8 -8г8х- --г8ц8 -8г8ц- --г8ч8 -8г8ч- --г8ш8 -8г8ш- --г8щ8 -8г8щ- --г8ъ8 -8г8ъ- --г8ы8 -8г8ы- --г8ь8 -8г8ь- --г8э8 -8г8э- --г8ю8 -8г8ю- --г8я8 -8г8я- --д8а8 -8д8а- --д8б8 -8д8б- --д8в8 -8д8в- --д8г8 -8д8г- --д8д8 -8д8д- --д8е8 -8д8е- --д8ё8 -8д8ё- --д8ж8 -8д8ж- --д8з8 -8д8з- --д8и8 -8д8и- --д8й8 -8д8й- --д8к8 -8д8к- --д8л8 -8д8л- --д8м8 -8д8м- --д8н8 -8д8н- --д8о8 -8д8о- --д8п8 -8д8п- --д8р8 -8д8р- --д8с8 -8д8с- --д8т8 -8д8т- --д8у8 -8д8у- --д8ф8 -8д8ф- --д8х8 -8д8х- --д8ц8 -8д8ц- --д8ч8 -8д8ч- --д8ш8 -8д8ш- --д8щ8 -8д8щ- --д8ъ8 -8д8ъ- --д8ы8 -8д8ы- --д8ь8 -8д8ь- --д8э8 -8д8э- --д8ю8 -8д8ю- --д8я8 -8д8я- --е8а8 -8е8а- --е8б8 -8е8б- --е8в8 -8е8в- --е8г8 -8е8г- --е8д8 -8е8д- --е8е8 -8е8е- --е8ё8 -8е8ё- --е8ж8 -8е8ж- --е8з8 -8е8з- --е8и8 -8е8и- --е8й8 -8е8й- --е8к8 -8е8к- --е8л8 -8е8л- --е8м8 -8е8м- --е8н8 -8е8н- --е8о8 -8е8о- --е8п8 -8е8п- --е8р8 -8е8р- --е8с8 -8е8с- --е8т8 -8е8т- --е8у8 -8е8у- --е8ф8 -8е8ф- --е8х8 -8е8х- --е8ц8 -8е8ц- --е8ч8 -8е8ч- --е8ш8 -8е8ш- --е8щ8 -8е8щ- --е8ъ8 -8е8ъ- --е8ы8 -8е8ы- --е8ь8 -8е8ь- --е8э8 -8е8э- --е8ю8 -8е8ю- --е8я8 -8е8я- --ё8а8 -8ё8а- --ё8б8 -8ё8б- --ё8в8 -8ё8в- --ё8г8 -8ё8г- --ё8д8 -8ё8д- --ё8е8 -8ё8е- --ё8ё8 -8ё8ё- --ё8ж8 -8ё8ж- --ё8з8 -8ё8з- --ё8и8 -8ё8и- --ё8й8 -8ё8й- --ё8к8 -8ё8к- --ё8л8 -8ё8л- --ё8м8 -8ё8м- --ё8н8 -8ё8н- --ё8о8 -8ё8о- --ё8п8 -8ё8п- --ё8р8 -8ё8р- --ё8с8 -8ё8с- --ё8т8 -8ё8т- --ё8у8 -8ё8у- --ё8ф8 -8ё8ф- --ё8х8 -8ё8х- --ё8ц8 -8ё8ц- --ё8ч8 -8ё8ч- --ё8ш8 -8ё8ш- --ё8щ8 -8ё8щ- --ё8ъ8 -8ё8ъ- --ё8ы8 -8ё8ы- --ё8ь8 -8ё8ь- --ё8э8 -8ё8э- --ё8ю8 -8ё8ю- --ё8я8 -8ё8я- --ж8а8 -8ж8а- --ж8б8 -8ж8б- --ж8в8 -8ж8в- --ж8г8 -8ж8г- --ж8д8 -8ж8д- --ж8е8 -8ж8е- --ж8ё8 -8ж8ё- --ж8ж8 -8ж8ж- --ж8з8 -8ж8з- --ж8и8 -8ж8и- --ж8й8 -8ж8й- --ж8к8 -8ж8к- --ж8л8 -8ж8л- --ж8м8 -8ж8м- --ж8н8 -8ж8н- --ж8о8 -8ж8о- --ж8п8 -8ж8п- --ж8р8 -8ж8р- --ж8с8 -8ж8с- --ж8т8 -8ж8т- --ж8у8 -8ж8у- --ж8ф8 -8ж8ф- --ж8х8 -8ж8х- --ж8ц8 -8ж8ц- --ж8ч8 -8ж8ч- --ж8ш8 -8ж8ш- --ж8щ8 -8ж8щ- --ж8ъ8 -8ж8ъ- --ж8ы8 -8ж8ы- --ж8ь8 -8ж8ь- --ж8э8 -8ж8э- --ж8ю8 -8ж8ю- --ж8я8 -8ж8я- --з8а8 -8з8а- --з8б8 -8з8б- --з8в8 -8з8в- --з8г8 -8з8г- --з8д8 -8з8д- --з8е8 -8з8е- --з8ё8 -8з8ё- --з8ж8 -8з8ж- --з8з8 -8з8з- --з8и8 -8з8и- --з8й8 -8з8й- --з8к8 -8з8к- --з8л8 -8з8л- --з8м8 -8з8м- --з8н8 -8з8н- --з8о8 -8з8о- --з8п8 -8з8п- --з8р8 -8з8р- --з8с8 -8з8с- --з8т8 -8з8т- --з8у8 -8з8у- --з8ф8 -8з8ф- --з8х8 -8з8х- --з8ц8 -8з8ц- --з8ч8 -8з8ч- --з8ш8 -8з8ш- --з8щ8 -8з8щ- --з8ъ8 -8з8ъ- --з8ы8 -8з8ы- --з8ь8 -8з8ь- --з8э8 -8з8э- --з8ю8 -8з8ю- --з8я8 -8з8я- --и8а8 -8и8а- --и8б8 -8и8б- --и8в8 -8и8в- --и8г8 -8и8г- --и8д8 -8и8д- --и8е8 -8и8е- --и8ё8 -8и8ё- --и8ж8 -8и8ж- --и8з8 -8и8з- --и8и8 -8и8и- --и8й8 -8и8й- --и8к8 -8и8к- --и8л8 -8и8л- --и8м8 -8и8м- --и8н8 -8и8н- --и8о8 -8и8о- --и8п8 -8и8п- --и8р8 -8и8р- --и8с8 -8и8с- --и8т8 -8и8т- --и8у8 -8и8у- --и8ф8 -8и8ф- --и8х8 -8и8х- --и8ц8 -8и8ц- --и8ч8 -8и8ч- --и8ш8 -8и8ш- --и8щ8 -8и8щ- --и8ъ8 -8и8ъ- --и8ы8 -8и8ы- --и8ь8 -8и8ь- --и8э8 -8и8э- --и8ю8 -8и8ю- --и8я8 -8и8я- --й8а8 -8й8а- --й8б8 -8й8б- --й8в8 -8й8в- --й8г8 -8й8г- --й8д8 -8й8д- --й8е8 -8й8е- --й8ё8 -8й8ё- --й8ж8 -8й8ж- --й8з8 -8й8з- --й8и8 -8й8и- --й8й8 -8й8й- --й8к8 -8й8к- --й8л8 -8й8л- --й8м8 -8й8м- --й8н8 -8й8н- --й8о8 -8й8о- --й8п8 -8й8п- --й8р8 -8й8р- --й8с8 -8й8с- --й8т8 -8й8т- --й8у8 -8й8у- --й8ф8 -8й8ф- --й8х8 -8й8х- --й8ц8 -8й8ц- --й8ч8 -8й8ч- --й8ш8 -8й8ш- --й8щ8 -8й8щ- --й8ъ8 -8й8ъ- --й8ы8 -8й8ы- --й8ь8 -8й8ь- --й8э8 -8й8э- --й8ю8 -8й8ю- --й8я8 -8й8я- --к8а8 -8к8а- --к8б8 -8к8б- --к8в8 -8к8в- --к8г8 -8к8г- --к8д8 -8к8д- --к8е8 -8к8е- --к8ё8 -8к8ё- --к8ж8 -8к8ж- --к8з8 -8к8з- --к8и8 -8к8и- --к8й8 -8к8й- --к8к8 -8к8к- --к8л8 -8к8л- --к8м8 -8к8м- --к8н8 -8к8н- --к8о8 -8к8о- --к8п8 -8к8п- --к8р8 -8к8р- --к8с8 -8к8с- --к8т8 -8к8т- --к8у8 -8к8у- --к8ф8 -8к8ф- --к8х8 -8к8х- --к8ц8 -8к8ц- --к8ч8 -8к8ч- --к8ш8 -8к8ш- --к8щ8 -8к8щ- --к8ъ8 -8к8ъ- --к8ы8 -8к8ы- --к8ь8 -8к8ь- --к8э8 -8к8э- --к8ю8 -8к8ю- --к8я8 -8к8я- --л8а8 -8л8а- --л8б8 -8л8б- --л8в8 -8л8в- --л8г8 -8л8г- --л8д8 -8л8д- --л8е8 -8л8е- --л8ё8 -8л8ё- --л8ж8 -8л8ж- --л8з8 -8л8з- --л8и8 -8л8и- --л8й8 -8л8й- --л8к8 -8л8к- --л8л8 -8л8л- --л8м8 -8л8м- --л8н8 -8л8н- --л8о8 -8л8о- --л8п8 -8л8п- --л8р8 -8л8р- --л8с8 -8л8с- --л8т8 -8л8т- --л8у8 -8л8у- --л8ф8 -8л8ф- --л8х8 -8л8х- --л8ц8 -8л8ц- --л8ч8 -8л8ч- --л8ш8 -8л8ш- --л8щ8 -8л8щ- --л8ъ8 -8л8ъ- --л8ы8 -8л8ы- --л8ь8 -8л8ь- --л8э8 -8л8э- --л8ю8 -8л8ю- --л8я8 -8л8я- --м8а8 -8м8а- --м8б8 -8м8б- --м8в8 -8м8в- --м8г8 -8м8г- --м8д8 -8м8д- --м8е8 -8м8е- --м8ё8 -8м8ё- --м8ж8 -8м8ж- --м8з8 -8м8з- --м8и8 -8м8и- --м8й8 -8м8й- --м8к8 -8м8к- --м8л8 -8м8л- --м8м8 -8м8м- --м8н8 -8м8н- --м8о8 -8м8о- --м8п8 -8м8п- --м8р8 -8м8р- --м8с8 -8м8с- --м8т8 -8м8т- --м8у8 -8м8у- --м8ф8 -8м8ф- --м8х8 -8м8х- --м8ц8 -8м8ц- --м8ч8 -8м8ч- --м8ш8 -8м8ш- --м8щ8 -8м8щ- --м8ъ8 -8м8ъ- --м8ы8 -8м8ы- --м8ь8 -8м8ь- --м8э8 -8м8э- --м8ю8 -8м8ю- --м8я8 -8м8я- --н8а8 -8н8а- --н8б8 -8н8б- --н8в8 -8н8в- --н8г8 -8н8г- --н8д8 -8н8д- --н8е8 -8н8е- --н8ё8 -8н8ё- --н8ж8 -8н8ж- --н8з8 -8н8з- --н8и8 -8н8и- --н8й8 -8н8й- --н8к8 -8н8к- --н8л8 -8н8л- --н8м8 -8н8м- --н8н8 -8н8н- --н8о8 -8н8о- --н8п8 -8н8п- --н8р8 -8н8р- --н8с8 -8н8с- --н8т8 -8н8т- --н8у8 -8н8у- --н8ф8 -8н8ф- --н8х8 -8н8х- --н8ц8 -8н8ц- --н8ч8 -8н8ч- --н8ш8 -8н8ш- --н8щ8 -8н8щ- --н8ъ8 -8н8ъ- --н8ы8 -8н8ы- --н8ь8 -8н8ь- --н8э8 -8н8э- --н8ю8 -8н8ю- --н8я8 -8н8я- --о8а8 -8о8а- --о8б8 -8о8б- --о8в8 -8о8в- --о8г8 -8о8г- --о8д8 -8о8д- --о8е8 -8о8е- --о8ё8 -8о8ё- --о8ж8 -8о8ж- --о8з8 -8о8з- --о8и8 -8о8и- --о8й8 -8о8й- --о8к8 -8о8к- --о8л8 -8о8л- --о8м8 -8о8м- --о8н8 -8о8н- --о8о8 -8о8о- --о8п8 -8о8п- --о8р8 -8о8р- --о8с8 -8о8с- --о8т8 -8о8т- --о8у8 -8о8у- --о8ф8 -8о8ф- --о8х8 -8о8х- --о8ц8 -8о8ц- --о8ч8 -8о8ч- --о8ш8 -8о8ш- --о8щ8 -8о8щ- --о8ъ8 -8о8ъ- --о8ы8 -8о8ы- --о8ь8 -8о8ь- --о8э8 -8о8э- --о8ю8 -8о8ю- --о8я8 -8о8я- --п8а8 -8п8а- --п8б8 -8п8б- --п8в8 -8п8в- --п8г8 -8п8г- --п8д8 -8п8д- --п8е8 -8п8е- --п8ё8 -8п8ё- --п8ж8 -8п8ж- --п8з8 -8п8з- --п8и8 -8п8и- --п8й8 -8п8й- --п8к8 -8п8к- --п8л8 -8п8л- --п8м8 -8п8м- --п8н8 -8п8н- --п8о8 -8п8о- --п8п8 -8п8п- --п8р8 -8п8р- --п8с8 -8п8с- --п8т8 -8п8т- --п8у8 -8п8у- --п8ф8 -8п8ф- --п8х8 -8п8х- --п8ц8 -8п8ц- --п8ч8 -8п8ч- --п8ш8 -8п8ш- --п8щ8 -8п8щ- --п8ъ8 -8п8ъ- --п8ы8 -8п8ы- --п8ь8 -8п8ь- --п8э8 -8п8э- --п8ю8 -8п8ю- --п8я8 -8п8я- --р8а8 -8р8а- --р8б8 -8р8б- --р8в8 -8р8в- --р8г8 -8р8г- --р8д8 -8р8д- --р8е8 -8р8е- --р8ё8 -8р8ё- --р8ж8 -8р8ж- --р8з8 -8р8з- --р8и8 -8р8и- --р8й8 -8р8й- --р8к8 -8р8к- --р8л8 -8р8л- --р8м8 -8р8м- --р8н8 -8р8н- --р8о8 -8р8о- --р8п8 -8р8п- --р8р8 -8р8р- --р8с8 -8р8с- --р8т8 -8р8т- --р8у8 -8р8у- --р8ф8 -8р8ф- --р8х8 -8р8х- --р8ц8 -8р8ц- --р8ч8 -8р8ч- --р8ш8 -8р8ш- --р8щ8 -8р8щ- --р8ъ8 -8р8ъ- --р8ы8 -8р8ы- --р8ь8 -8р8ь- --р8э8 -8р8э- --р8ю8 -8р8ю- --р8я8 -8р8я- --с8а8 -8с8а- --с8б8 -8с8б- --с8в8 -8с8в- --с8г8 -8с8г- --с8д8 -8с8д- --с8е8 -8с8е- --с8ё8 -8с8ё- --с8ж8 -8с8ж- --с8з8 -8с8з- --с8и8 -8с8и- --с8й8 -8с8й- --с8к8 -8с8к- --с8л8 -8с8л- --с8м8 -8с8м- --с8н8 -8с8н- --с8о8 -8с8о- --с8п8 -8с8п- --с8р8 -8с8р- --с8с8 -8с8с- --с8т8 -8с8т- --с8у8 -8с8у- --с8ф8 -8с8ф- --с8х8 -8с8х- --с8ц8 -8с8ц- --с8ч8 -8с8ч- --с8ш8 -8с8ш- --с8щ8 -8с8щ- --с8ъ8 -8с8ъ- --с8ы8 -8с8ы- --с8ь8 -8с8ь- --с8э8 -8с8э- --с8ю8 -8с8ю- --с8я8 -8с8я- --т8а8 -8т8а- --т8б8 -8т8б- --т8в8 -8т8в- --т8г8 -8т8г- --т8д8 -8т8д- --т8е8 -8т8е- --т8ё8 -8т8ё- --т8ж8 -8т8ж- --т8з8 -8т8з- --т8и8 -8т8и- --т8й8 -8т8й- --т8к8 -8т8к- --т8л8 -8т8л- --т8м8 -8т8м- --т8н8 -8т8н- --т8о8 -8т8о- --т8п8 -8т8п- --т8р8 -8т8р- --т8с8 -8т8с- --т8т8 -8т8т- --т8у8 -8т8у- --т8ф8 -8т8ф- --т8х8 -8т8х- --т8ц8 -8т8ц- --т8ч8 -8т8ч- --т8ш8 -8т8ш- --т8щ8 -8т8щ- --т8ъ8 -8т8ъ- --т8ы8 -8т8ы- --т8ь8 -8т8ь- --т8э8 -8т8э- --т8ю8 -8т8ю- --т8я8 -8т8я- --у8а8 -8у8а- --у8б8 -8у8б- --у8в8 -8у8в- --у8г8 -8у8г- --у8д8 -8у8д- --у8е8 -8у8е- --у8ё8 -8у8ё- --у8ж8 -8у8ж- --у8з8 -8у8з- --у8и8 -8у8и- --у8й8 -8у8й- --у8к8 -8у8к- --у8л8 -8у8л- --у8м8 -8у8м- --у8н8 -8у8н- --у8о8 -8у8о- --у8п8 -8у8п- --у8р8 -8у8р- --у8с8 -8у8с- --у8т8 -8у8т- --у8у8 -8у8у- --у8ф8 -8у8ф- --у8х8 -8у8х- --у8ц8 -8у8ц- --у8ч8 -8у8ч- --у8ш8 -8у8ш- --у8щ8 -8у8щ- --у8ъ8 -8у8ъ- --у8ы8 -8у8ы- --у8ь8 -8у8ь- --у8э8 -8у8э- --у8ю8 -8у8ю- --у8я8 -8у8я- --ф8а8 -8ф8а- --ф8б8 -8ф8б- --ф8в8 -8ф8в- --ф8г8 -8ф8г- --ф8д8 -8ф8д- --ф8е8 -8ф8е- --ф8ё8 -8ф8ё- --ф8ж8 -8ф8ж- --ф8з8 -8ф8з- --ф8и8 -8ф8и- --ф8й8 -8ф8й- --ф8к8 -8ф8к- --ф8л8 -8ф8л- --ф8м8 -8ф8м- --ф8н8 -8ф8н- --ф8о8 -8ф8о- --ф8п8 -8ф8п- --ф8р8 -8ф8р- --ф8с8 -8ф8с- --ф8т8 -8ф8т- --ф8у8 -8ф8у- --ф8ф8 -8ф8ф- --ф8х8 -8ф8х- --ф8ц8 -8ф8ц- --ф8ч8 -8ф8ч- --ф8ш8 -8ф8ш- --ф8щ8 -8ф8щ- --ф8ъ8 -8ф8ъ- --ф8ы8 -8ф8ы- --ф8ь8 -8ф8ь- --ф8э8 -8ф8э- --ф8ю8 -8ф8ю- --ф8я8 -8ф8я- --х8а8 -8х8а- --х8б8 -8х8б- --х8в8 -8х8в- --х8г8 -8х8г- --х8д8 -8х8д- --х8е8 -8х8е- --х8ё8 -8х8ё- --х8ж8 -8х8ж- --х8з8 -8х8з- --х8и8 -8х8и- --х8й8 -8х8й- --х8к8 -8х8к- --х8л8 -8х8л- --х8м8 -8х8м- --х8н8 -8х8н- --х8о8 -8х8о- --х8п8 -8х8п- --х8р8 -8х8р- --х8с8 -8х8с- --х8т8 -8х8т- --х8у8 -8х8у- --х8ф8 -8х8ф- --х8х8 -8х8х- --х8ц8 -8х8ц- --х8ч8 -8х8ч- --х8ш8 -8х8ш- --х8щ8 -8х8щ- --х8ъ8 -8х8ъ- --х8ы8 -8х8ы- --х8ь8 -8х8ь- --х8э8 -8х8э- --х8ю8 -8х8ю- --х8я8 -8х8я- --ц8а8 -8ц8а- --ц8б8 -8ц8б- --ц8в8 -8ц8в- --ц8г8 -8ц8г- --ц8д8 -8ц8д- --ц8е8 -8ц8е- --ц8ё8 -8ц8ё- --ц8ж8 -8ц8ж- --ц8з8 -8ц8з- --ц8и8 -8ц8и- --ц8й8 -8ц8й- --ц8к8 -8ц8к- --ц8л8 -8ц8л- --ц8м8 -8ц8м- --ц8н8 -8ц8н- --ц8о8 -8ц8о- --ц8п8 -8ц8п- --ц8р8 -8ц8р- --ц8с8 -8ц8с- --ц8т8 -8ц8т- --ц8у8 -8ц8у- --ц8ф8 -8ц8ф- --ц8х8 -8ц8х- --ц8ц8 -8ц8ц- --ц8ч8 -8ц8ч- --ц8ш8 -8ц8ш- --ц8щ8 -8ц8щ- --ц8ъ8 -8ц8ъ- --ц8ы8 -8ц8ы- --ц8ь8 -8ц8ь- --ц8э8 -8ц8э- --ц8ю8 -8ц8ю- --ц8я8 -8ц8я- --ч8а8 -8ч8а- --ч8б8 -8ч8б- --ч8в8 -8ч8в- --ч8г8 -8ч8г- --ч8д8 -8ч8д- --ч8е8 -8ч8е- --ч8ё8 -8ч8ё- --ч8ж8 -8ч8ж- --ч8з8 -8ч8з- --ч8и8 -8ч8и- --ч8й8 -8ч8й- --ч8к8 -8ч8к- --ч8л8 -8ч8л- --ч8м8 -8ч8м- --ч8н8 -8ч8н- --ч8о8 -8ч8о- --ч8п8 -8ч8п- --ч8р8 -8ч8р- --ч8с8 -8ч8с- --ч8т8 -8ч8т- --ч8у8 -8ч8у- --ч8ф8 -8ч8ф- --ч8х8 -8ч8х- --ч8ц8 -8ч8ц- --ч8ч8 -8ч8ч- --ч8ш8 -8ч8ш- --ч8щ8 -8ч8щ- --ч8ъ8 -8ч8ъ- --ч8ы8 -8ч8ы- --ч8ь8 -8ч8ь- --ч8э8 -8ч8э- --ч8ю8 -8ч8ю- --ч8я8 -8ч8я- --ш8а8 -8ш8а- --ш8б8 -8ш8б- --ш8в8 -8ш8в- --ш8г8 -8ш8г- --ш8д8 -8ш8д- --ш8е8 -8ш8е- --ш8ё8 -8ш8ё- --ш8ж8 -8ш8ж- --ш8з8 -8ш8з- --ш8и8 -8ш8и- --ш8й8 -8ш8й- --ш8к8 -8ш8к- --ш8л8 -8ш8л- --ш8м8 -8ш8м- --ш8н8 -8ш8н- --ш8о8 -8ш8о- --ш8п8 -8ш8п- --ш8р8 -8ш8р- --ш8с8 -8ш8с- --ш8т8 -8ш8т- --ш8у8 -8ш8у- --ш8ф8 -8ш8ф- --ш8х8 -8ш8х- --ш8ц8 -8ш8ц- --ш8ч8 -8ш8ч- --ш8ш8 -8ш8ш- --ш8щ8 -8ш8щ- --ш8ъ8 -8ш8ъ- --ш8ы8 -8ш8ы- --ш8ь8 -8ш8ь- --ш8э8 -8ш8э- --ш8ю8 -8ш8ю- --ш8я8 -8ш8я- --щ8а8 -8щ8а- --щ8б8 -8щ8б- --щ8в8 -8щ8в- --щ8г8 -8щ8г- --щ8д8 -8щ8д- --щ8е8 -8щ8е- --щ8ё8 -8щ8ё- --щ8ж8 -8щ8ж- --щ8з8 -8щ8з- --щ8и8 -8щ8и- --щ8й8 -8щ8й- --щ8к8 -8щ8к- --щ8л8 -8щ8л- --щ8м8 -8щ8м- --щ8н8 -8щ8н- --щ8о8 -8щ8о- --щ8п8 -8щ8п- --щ8р8 -8щ8р- --щ8с8 -8щ8с- --щ8т8 -8щ8т- --щ8у8 -8щ8у- --щ8ф8 -8щ8ф- --щ8х8 -8щ8х- --щ8ц8 -8щ8ц- --щ8ч8 -8щ8ч- --щ8ш8 -8щ8ш- --щ8щ8 -8щ8щ- --щ8ъ8 -8щ8ъ- --щ8ы8 -8щ8ы- --щ8ь8 -8щ8ь- --щ8э8 -8щ8э- --щ8ю8 -8щ8ю- --щ8я8 -8щ8я- --ъ8а8 -8ъ8а- --ъ8б8 -8ъ8б- --ъ8в8 -8ъ8в- --ъ8г8 -8ъ8г- --ъ8д8 -8ъ8д- --ъ8е8 -8ъ8е- --ъ8ё8 -8ъ8ё- --ъ8ж8 -8ъ8ж- --ъ8з8 -8ъ8з- --ъ8и8 -8ъ8и- --ъ8й8 -8ъ8й- --ъ8к8 -8ъ8к- --ъ8л8 -8ъ8л- --ъ8м8 -8ъ8м- --ъ8н8 -8ъ8н- --ъ8о8 -8ъ8о- --ъ8п8 -8ъ8п- --ъ8р8 -8ъ8р- --ъ8с8 -8ъ8с- --ъ8т8 -8ъ8т- --ъ8у8 -8ъ8у- --ъ8ф8 -8ъ8ф- --ъ8х8 -8ъ8х- --ъ8ц8 -8ъ8ц- --ъ8ч8 -8ъ8ч- --ъ8ш8 -8ъ8ш- --ъ8щ8 -8ъ8щ- --ъ8ъ8 -8ъ8ъ- --ъ8ы8 -8ъ8ы- --ъ8ь8 -8ъ8ь- --ъ8э8 -8ъ8э- --ъ8ю8 -8ъ8ю- --ъ8я8 -8ъ8я- --ы8а8 -8ы8а- --ы8б8 -8ы8б- --ы8в8 -8ы8в- --ы8г8 -8ы8г- --ы8д8 -8ы8д- --ы8е8 -8ы8е- --ы8ё8 -8ы8ё- --ы8ж8 -8ы8ж- --ы8з8 -8ы8з- --ы8и8 -8ы8и- --ы8й8 -8ы8й- --ы8к8 -8ы8к- --ы8л8 -8ы8л- --ы8м8 -8ы8м- --ы8н8 -8ы8н- --ы8о8 -8ы8о- --ы8п8 -8ы8п- --ы8р8 -8ы8р- --ы8с8 -8ы8с- --ы8т8 -8ы8т- --ы8у8 -8ы8у- --ы8ф8 -8ы8ф- --ы8х8 -8ы8х- --ы8ц8 -8ы8ц- --ы8ч8 -8ы8ч- --ы8ш8 -8ы8ш- --ы8щ8 -8ы8щ- --ы8ъ8 -8ы8ъ- --ы8ы8 -8ы8ы- --ы8ь8 -8ы8ь- --ы8э8 -8ы8э- --ы8ю8 -8ы8ю- --ы8я8 -8ы8я- --ь8а8 -8ь8а- --ь8б8 -8ь8б- --ь8в8 -8ь8в- --ь8г8 -8ь8г- --ь8д8 -8ь8д- --ь8е8 -8ь8е- --ь8ё8 -8ь8ё- --ь8ж8 -8ь8ж- --ь8з8 -8ь8з- --ь8и8 -8ь8и- --ь8й8 -8ь8й- --ь8к8 -8ь8к- --ь8л8 -8ь8л- --ь8м8 -8ь8м- --ь8н8 -8ь8н- --ь8о8 -8ь8о- --ь8п8 -8ь8п- --ь8р8 -8ь8р- --ь8с8 -8ь8с- --ь8т8 -8ь8т- --ь8у8 -8ь8у- --ь8ф8 -8ь8ф- --ь8х8 -8ь8х- --ь8ц8 -8ь8ц- --ь8ч8 -8ь8ч- --ь8ш8 -8ь8ш- --ь8щ8 -8ь8щ- --ь8ъ8 -8ь8ъ- --ь8ы8 -8ь8ы- --ь8ь8 -8ь8ь- --ь8э8 -8ь8э- --ь8ю8 -8ь8ю- --ь8я8 -8ь8я- --э8а8 -8э8а- --э8б8 -8э8б- --э8в8 -8э8в- --э8г8 -8э8г- --э8д8 -8э8д- --э8е8 -8э8е- --э8ё8 -8э8ё- --э8ж8 -8э8ж- --э8з8 -8э8з- --э8и8 -8э8и- --э8й8 -8э8й- --э8к8 -8э8к- --э8л8 -8э8л- --э8м8 -8э8м- --э8н8 -8э8н- --э8о8 -8э8о- --э8п8 -8э8п- --э8р8 -8э8р- --э8с8 -8э8с- --э8т8 -8э8т- --э8у8 -8э8у- --э8ф8 -8э8ф- --э8х8 -8э8х- --э8ц8 -8э8ц- --э8ч8 -8э8ч- --э8ш8 -8э8ш- --э8щ8 -8э8щ- --э8ъ8 -8э8ъ- --э8ы8 -8э8ы- --э8ь8 -8э8ь- --э8э8 -8э8э- --э8ю8 -8э8ю- --э8я8 -8э8я- --ю8а8 -8ю8а- --ю8б8 -8ю8б- --ю8в8 -8ю8в- --ю8г8 -8ю8г- --ю8д8 -8ю8д- --ю8е8 -8ю8е- --ю8ё8 -8ю8ё- --ю8ж8 -8ю8ж- --ю8з8 -8ю8з- --ю8и8 -8ю8и- --ю8й8 -8ю8й- --ю8к8 -8ю8к- --ю8л8 -8ю8л- --ю8м8 -8ю8м- --ю8н8 -8ю8н- --ю8о8 -8ю8о- --ю8п8 -8ю8п- --ю8р8 -8ю8р- --ю8с8 -8ю8с- --ю8т8 -8ю8т- --ю8у8 -8ю8у- --ю8ф8 -8ю8ф- --ю8х8 -8ю8х- --ю8ц8 -8ю8ц- --ю8ч8 -8ю8ч- --ю8ш8 -8ю8ш- --ю8щ8 -8ю8щ- --ю8ъ8 -8ю8ъ- --ю8ы8 -8ю8ы- --ю8ь8 -8ю8ь- --ю8э8 -8ю8э- --ю8ю8 -8ю8ю- --ю8я8 -8ю8я- --я8а8 -8я8а- --я8б8 -8я8б- --я8в8 -8я8в- --я8г8 -8я8г- --я8д8 -8я8д- --я8е8 -8я8е- --я8ё8 -8я8ё- --я8ж8 -8я8ж- --я8з8 -8я8з- --я8и8 -8я8и- --я8й8 -8я8й- --я8к8 -8я8к- --я8л8 -8я8л- --я8м8 -8я8м- --я8н8 -8я8н- --я8о8 -8я8о- --я8п8 -8я8п- --я8р8 -8я8р- --я8с8 -8я8с- --я8т8 -8я8т- --я8у8 -8я8у- --я8ф8 -8я8ф- --я8х8 -8я8х- --я8ц8 -8я8ц- --я8ч8 -8я8ч- --я8ш8 -8я8ш- --я8щ8 -8я8щ- --я8ъ8 -8я8ъ- --я8ы8 -8я8ы- --я8ь8 -8я8ь- --я8э8 -8я8э- --я8ю8 -8я8ю- --я8я8 -8я8я- -} -\endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex-special/exhyph-uk.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex-special/exhyph-uk.tex deleted file mode 100644 index f673c027587..00000000000 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex-special/exhyph-uk.tex +++ /dev/null @@ -1,2353 +0,0 @@ -\begingroup -\lccode45=45 % Make hyphen "-" a word constituent -\patterns{ -8-7 ---8 -.а-8 -.б-8 -.в-8 -.г-8 -.ґ-8 -.д-8 -.е-8 -.є-8 -.ж-8 -.з-8 -.и-8 -.і-8 -.ї-8 -.й-8 -.к-8 -.л-8 -.м-8 -.н-8 -.о-8 -.п-8 -.р-8 -.с-8 -.т-8 -.у-8 -.ф-8 -.х-8 -.ц-8 -.ч-8 -.ш-8 -.щ-8 -.ь-8 -.ю-8 -.я-8 -.'-8 --а8а8 -8а8а- --а8б8 -8а8б- --а8в8 -8а8в- --а8г8 -8а8г- --а8ґ8 -8а8ґ- --а8д8 -8а8д- --а8е8 -8а8е- --а8є8 -8а8є- --а8ж8 -8а8ж- --а8з8 -8а8з- --а8и8 -8а8и- --а8і8 -8а8і- --а8ї8 -8а8ї- --а8й8 -8а8й- --а8к8 -8а8к- --а8л8 -8а8л- --а8м8 -8а8м- --а8н8 -8а8н- --а8о8 -8а8о- --а8п8 -8а8п- --а8р8 -8а8р- --а8с8 -8а8с- --а8т8 -8а8т- --а8у8 -8а8у- --а8ф8 -8а8ф- --а8х8 -8а8х- --а8ц8 -8а8ц- --а8ч8 -8а8ч- --а8ш8 -8а8ш- --а8щ8 -8а8щ- --а8ь8 -8а8ь- --а8ю8 -8а8ю- --а8я8 -8а8я- --а8'8 -8а8'- --б8а8 -8б8а- --б8б8 -8б8б- --б8в8 -8б8в- --б8г8 -8б8г- --б8ґ8 -8б8ґ- --б8д8 -8б8д- --б8е8 -8б8е- --б8є8 -8б8є- --б8ж8 -8б8ж- --б8з8 -8б8з- --б8и8 -8б8и- --б8і8 -8б8і- --б8ї8 -8б8ї- --б8й8 -8б8й- --б8к8 -8б8к- --б8л8 -8б8л- --б8м8 -8б8м- --б8н8 -8б8н- --б8о8 -8б8о- --б8п8 -8б8п- --б8р8 -8б8р- --б8с8 -8б8с- --б8т8 -8б8т- --б8у8 -8б8у- --б8ф8 -8б8ф- --б8х8 -8б8х- --б8ц8 -8б8ц- --б8ч8 -8б8ч- --б8ш8 -8б8ш- --б8щ8 -8б8щ- --б8ь8 -8б8ь- --б8ю8 -8б8ю- --б8я8 -8б8я- --б8'8 -8б8'- --в8а8 -8в8а- --в8б8 -8в8б- --в8в8 -8в8в- --в8г8 -8в8г- --в8ґ8 -8в8ґ- --в8д8 -8в8д- --в8е8 -8в8е- --в8є8 -8в8є- --в8ж8 -8в8ж- --в8з8 -8в8з- --в8и8 -8в8и- --в8і8 -8в8і- --в8ї8 -8в8ї- --в8й8 -8в8й- --в8к8 -8в8к- --в8л8 -8в8л- --в8м8 -8в8м- --в8н8 -8в8н- --в8о8 -8в8о- --в8п8 -8в8п- --в8р8 -8в8р- --в8с8 -8в8с- --в8т8 -8в8т- --в8у8 -8в8у- --в8ф8 -8в8ф- --в8х8 -8в8х- --в8ц8 -8в8ц- --в8ч8 -8в8ч- --в8ш8 -8в8ш- --в8щ8 -8в8щ- --в8ь8 -8в8ь- --в8ю8 -8в8ю- --в8я8 -8в8я- --в8'8 -8в8'- --г8а8 -8г8а- --г8б8 -8г8б- --г8в8 -8г8в- --г8г8 -8г8г- --г8ґ8 -8г8ґ- --г8д8 -8г8д- --г8е8 -8г8е- --г8є8 -8г8є- --г8ж8 -8г8ж- --г8з8 -8г8з- --г8и8 -8г8и- --г8і8 -8г8і- --г8ї8 -8г8ї- --г8й8 -8г8й- --г8к8 -8г8к- --г8л8 -8г8л- --г8м8 -8г8м- --г8н8 -8г8н- --г8о8 -8г8о- --г8п8 -8г8п- --г8р8 -8г8р- --г8с8 -8г8с- --г8т8 -8г8т- --г8у8 -8г8у- --г8ф8 -8г8ф- --г8х8 -8г8х- --г8ц8 -8г8ц- --г8ч8 -8г8ч- --г8ш8 -8г8ш- --г8щ8 -8г8щ- --г8ь8 -8г8ь- --г8ю8 -8г8ю- --г8я8 -8г8я- --г8'8 -8г8'- --ґ8а8 -8ґ8а- --ґ8б8 -8ґ8б- --ґ8в8 -8ґ8в- --ґ8г8 -8ґ8г- --ґ8ґ8 -8ґ8ґ- --ґ8д8 -8ґ8д- --ґ8е8 -8ґ8е- --ґ8є8 -8ґ8є- --ґ8ж8 -8ґ8ж- --ґ8з8 -8ґ8з- --ґ8и8 -8ґ8и- --ґ8і8 -8ґ8і- --ґ8ї8 -8ґ8ї- --ґ8й8 -8ґ8й- --ґ8к8 -8ґ8к- --ґ8л8 -8ґ8л- --ґ8м8 -8ґ8м- --ґ8н8 -8ґ8н- --ґ8о8 -8ґ8о- --ґ8п8 -8ґ8п- --ґ8р8 -8ґ8р- --ґ8с8 -8ґ8с- --ґ8т8 -8ґ8т- --ґ8у8 -8ґ8у- --ґ8ф8 -8ґ8ф- --ґ8х8 -8ґ8х- --ґ8ц8 -8ґ8ц- --ґ8ч8 -8ґ8ч- --ґ8ш8 -8ґ8ш- --ґ8щ8 -8ґ8щ- --ґ8ь8 -8ґ8ь- --ґ8ю8 -8ґ8ю- --ґ8я8 -8ґ8я- --ґ8'8 -8ґ8'- --д8а8 -8д8а- --д8б8 -8д8б- --д8в8 -8д8в- --д8г8 -8д8г- --д8ґ8 -8д8ґ- --д8д8 -8д8д- --д8е8 -8д8е- --д8є8 -8д8є- --д8ж8 -8д8ж- --д8з8 -8д8з- --д8и8 -8д8и- --д8і8 -8д8і- --д8ї8 -8д8ї- --д8й8 -8д8й- --д8к8 -8д8к- --д8л8 -8д8л- --д8м8 -8д8м- --д8н8 -8д8н- --д8о8 -8д8о- --д8п8 -8д8п- --д8р8 -8д8р- --д8с8 -8д8с- --д8т8 -8д8т- --д8у8 -8д8у- --д8ф8 -8д8ф- --д8х8 -8д8х- --д8ц8 -8д8ц- --д8ч8 -8д8ч- --д8ш8 -8д8ш- --д8щ8 -8д8щ- --д8ь8 -8д8ь- --д8ю8 -8д8ю- --д8я8 -8д8я- --д8'8 -8д8'- --е8а8 -8е8а- --е8б8 -8е8б- --е8в8 -8е8в- --е8г8 -8е8г- --е8ґ8 -8е8ґ- --е8д8 -8е8д- --е8е8 -8е8е- --е8є8 -8е8є- --е8ж8 -8е8ж- --е8з8 -8е8з- --е8и8 -8е8и- --е8і8 -8е8і- --е8ї8 -8е8ї- --е8й8 -8е8й- --е8к8 -8е8к- --е8л8 -8е8л- --е8м8 -8е8м- --е8н8 -8е8н- --е8о8 -8е8о- --е8п8 -8е8п- --е8р8 -8е8р- --е8с8 -8е8с- --е8т8 -8е8т- --е8у8 -8е8у- --е8ф8 -8е8ф- --е8х8 -8е8х- --е8ц8 -8е8ц- --е8ч8 -8е8ч- --е8ш8 -8е8ш- --е8щ8 -8е8щ- --е8ь8 -8е8ь- --е8ю8 -8е8ю- --е8я8 -8е8я- --е8'8 -8е8'- --є8а8 -8є8а- --є8б8 -8є8б- --є8в8 -8є8в- --є8г8 -8є8г- --є8ґ8 -8є8ґ- --є8д8 -8є8д- --є8е8 -8є8е- --є8є8 -8є8є- --є8ж8 -8є8ж- --є8з8 -8є8з- --є8и8 -8є8и- --є8і8 -8є8і- --є8ї8 -8є8ї- --є8й8 -8є8й- --є8к8 -8є8к- --є8л8 -8є8л- --є8м8 -8є8м- --є8н8 -8є8н- --є8о8 -8є8о- --є8п8 -8є8п- --є8р8 -8є8р- --є8с8 -8є8с- --є8т8 -8є8т- --є8у8 -8є8у- --є8ф8 -8є8ф- --є8х8 -8є8х- --є8ц8 -8є8ц- --є8ч8 -8є8ч- --є8ш8 -8є8ш- --є8щ8 -8є8щ- --є8ь8 -8є8ь- --є8ю8 -8є8ю- --є8я8 -8є8я- --є8'8 -8є8'- --ж8а8 -8ж8а- --ж8б8 -8ж8б- --ж8в8 -8ж8в- --ж8г8 -8ж8г- --ж8ґ8 -8ж8ґ- --ж8д8 -8ж8д- --ж8е8 -8ж8е- --ж8є8 -8ж8є- --ж8ж8 -8ж8ж- --ж8з8 -8ж8з- --ж8и8 -8ж8и- --ж8і8 -8ж8і- --ж8ї8 -8ж8ї- --ж8й8 -8ж8й- --ж8к8 -8ж8к- --ж8л8 -8ж8л- --ж8м8 -8ж8м- --ж8н8 -8ж8н- --ж8о8 -8ж8о- --ж8п8 -8ж8п- --ж8р8 -8ж8р- --ж8с8 -8ж8с- --ж8т8 -8ж8т- --ж8у8 -8ж8у- --ж8ф8 -8ж8ф- --ж8х8 -8ж8х- --ж8ц8 -8ж8ц- --ж8ч8 -8ж8ч- --ж8ш8 -8ж8ш- --ж8щ8 -8ж8щ- --ж8ь8 -8ж8ь- --ж8ю8 -8ж8ю- --ж8я8 -8ж8я- --ж8'8 -8ж8'- --з8а8 -8з8а- --з8б8 -8з8б- --з8в8 -8з8в- --з8г8 -8з8г- --з8ґ8 -8з8ґ- --з8д8 -8з8д- --з8е8 -8з8е- --з8є8 -8з8є- --з8ж8 -8з8ж- --з8з8 -8з8з- --з8и8 -8з8и- --з8і8 -8з8і- --з8ї8 -8з8ї- --з8й8 -8з8й- --з8к8 -8з8к- --з8л8 -8з8л- --з8м8 -8з8м- --з8н8 -8з8н- --з8о8 -8з8о- --з8п8 -8з8п- --з8р8 -8з8р- --з8с8 -8з8с- --з8т8 -8з8т- --з8у8 -8з8у- --з8ф8 -8з8ф- --з8х8 -8з8х- --з8ц8 -8з8ц- --з8ч8 -8з8ч- --з8ш8 -8з8ш- --з8щ8 -8з8щ- --з8ь8 -8з8ь- --з8ю8 -8з8ю- --з8я8 -8з8я- --з8'8 -8з8'- --и8а8 -8и8а- --и8б8 -8и8б- --и8в8 -8и8в- --и8г8 -8и8г- --и8ґ8 -8и8ґ- --и8д8 -8и8д- --и8е8 -8и8е- --и8є8 -8и8є- --и8ж8 -8и8ж- --и8з8 -8и8з- --и8и8 -8и8и- --и8і8 -8и8і- --и8ї8 -8и8ї- --и8й8 -8и8й- --и8к8 -8и8к- --и8л8 -8и8л- --и8м8 -8и8м- --и8н8 -8и8н- --и8о8 -8и8о- --и8п8 -8и8п- --и8р8 -8и8р- --и8с8 -8и8с- --и8т8 -8и8т- --и8у8 -8и8у- --и8ф8 -8и8ф- --и8х8 -8и8х- --и8ц8 -8и8ц- --и8ч8 -8и8ч- --и8ш8 -8и8ш- --и8щ8 -8и8щ- --и8ь8 -8и8ь- --и8ю8 -8и8ю- --и8я8 -8и8я- --и8'8 -8и8'- --і8а8 -8і8а- --і8б8 -8і8б- --і8в8 -8і8в- --і8г8 -8і8г- --і8ґ8 -8і8ґ- --і8д8 -8і8д- --і8е8 -8і8е- --і8є8 -8і8є- --і8ж8 -8і8ж- --і8з8 -8і8з- --і8и8 -8і8и- --і8і8 -8і8і- --і8ї8 -8і8ї- --і8й8 -8і8й- --і8к8 -8і8к- --і8л8 -8і8л- --і8м8 -8і8м- --і8н8 -8і8н- --і8о8 -8і8о- --і8п8 -8і8п- --і8р8 -8і8р- --і8с8 -8і8с- --і8т8 -8і8т- --і8у8 -8і8у- --і8ф8 -8і8ф- --і8х8 -8і8х- --і8ц8 -8і8ц- --і8ч8 -8і8ч- --і8ш8 -8і8ш- --і8щ8 -8і8щ- --і8ь8 -8і8ь- --і8ю8 -8і8ю- --і8я8 -8і8я- --і8'8 -8і8'- --ї8а8 -8ї8а- --ї8б8 -8ї8б- --ї8в8 -8ї8в- --ї8г8 -8ї8г- --ї8ґ8 -8ї8ґ- --ї8д8 -8ї8д- --ї8е8 -8ї8е- --ї8є8 -8ї8є- --ї8ж8 -8ї8ж- --ї8з8 -8ї8з- --ї8и8 -8ї8и- --ї8і8 -8ї8і- --ї8ї8 -8ї8ї- --ї8й8 -8ї8й- --ї8к8 -8ї8к- --ї8л8 -8ї8л- --ї8м8 -8ї8м- --ї8н8 -8ї8н- --ї8о8 -8ї8о- --ї8п8 -8ї8п- --ї8р8 -8ї8р- --ї8с8 -8ї8с- --ї8т8 -8ї8т- --ї8у8 -8ї8у- --ї8ф8 -8ї8ф- --ї8х8 -8ї8х- --ї8ц8 -8ї8ц- --ї8ч8 -8ї8ч- --ї8ш8 -8ї8ш- --ї8щ8 -8ї8щ- --ї8ь8 -8ї8ь- --ї8ю8 -8ї8ю- --ї8я8 -8ї8я- --ї8'8 -8ї8'- --й8а8 -8й8а- --й8б8 -8й8б- --й8в8 -8й8в- --й8г8 -8й8г- --й8ґ8 -8й8ґ- --й8д8 -8й8д- --й8е8 -8й8е- --й8є8 -8й8є- --й8ж8 -8й8ж- --й8з8 -8й8з- --й8и8 -8й8и- --й8і8 -8й8і- --й8ї8 -8й8ї- --й8й8 -8й8й- --й8к8 -8й8к- --й8л8 -8й8л- --й8м8 -8й8м- --й8н8 -8й8н- --й8о8 -8й8о- --й8п8 -8й8п- --й8р8 -8й8р- --й8с8 -8й8с- --й8т8 -8й8т- --й8у8 -8й8у- --й8ф8 -8й8ф- --й8х8 -8й8х- --й8ц8 -8й8ц- --й8ч8 -8й8ч- --й8ш8 -8й8ш- --й8щ8 -8й8щ- --й8ь8 -8й8ь- --й8ю8 -8й8ю- --й8я8 -8й8я- --й8'8 -8й8'- --к8а8 -8к8а- --к8б8 -8к8б- --к8в8 -8к8в- --к8г8 -8к8г- --к8ґ8 -8к8ґ- --к8д8 -8к8д- --к8е8 -8к8е- --к8є8 -8к8є- --к8ж8 -8к8ж- --к8з8 -8к8з- --к8и8 -8к8и- --к8і8 -8к8і- --к8ї8 -8к8ї- --к8й8 -8к8й- --к8к8 -8к8к- --к8л8 -8к8л- --к8м8 -8к8м- --к8н8 -8к8н- --к8о8 -8к8о- --к8п8 -8к8п- --к8р8 -8к8р- --к8с8 -8к8с- --к8т8 -8к8т- --к8у8 -8к8у- --к8ф8 -8к8ф- --к8х8 -8к8х- --к8ц8 -8к8ц- --к8ч8 -8к8ч- --к8ш8 -8к8ш- --к8щ8 -8к8щ- --к8ь8 -8к8ь- --к8ю8 -8к8ю- --к8я8 -8к8я- --к8'8 -8к8'- --л8а8 -8л8а- --л8б8 -8л8б- --л8в8 -8л8в- --л8г8 -8л8г- --л8ґ8 -8л8ґ- --л8д8 -8л8д- --л8е8 -8л8е- --л8є8 -8л8є- --л8ж8 -8л8ж- --л8з8 -8л8з- --л8и8 -8л8и- --л8і8 -8л8і- --л8ї8 -8л8ї- --л8й8 -8л8й- --л8к8 -8л8к- --л8л8 -8л8л- --л8м8 -8л8м- --л8н8 -8л8н- --л8о8 -8л8о- --л8п8 -8л8п- --л8р8 -8л8р- --л8с8 -8л8с- --л8т8 -8л8т- --л8у8 -8л8у- --л8ф8 -8л8ф- --л8х8 -8л8х- --л8ц8 -8л8ц- --л8ч8 -8л8ч- --л8ш8 -8л8ш- --л8щ8 -8л8щ- --л8ь8 -8л8ь- --л8ю8 -8л8ю- --л8я8 -8л8я- --л8'8 -8л8'- --м8а8 -8м8а- --м8б8 -8м8б- --м8в8 -8м8в- --м8г8 -8м8г- --м8ґ8 -8м8ґ- --м8д8 -8м8д- --м8е8 -8м8е- --м8є8 -8м8є- --м8ж8 -8м8ж- --м8з8 -8м8з- --м8и8 -8м8и- --м8і8 -8м8і- --м8ї8 -8м8ї- --м8й8 -8м8й- --м8к8 -8м8к- --м8л8 -8м8л- --м8м8 -8м8м- --м8н8 -8м8н- --м8о8 -8м8о- --м8п8 -8м8п- --м8р8 -8м8р- --м8с8 -8м8с- --м8т8 -8м8т- --м8у8 -8м8у- --м8ф8 -8м8ф- --м8х8 -8м8х- --м8ц8 -8м8ц- --м8ч8 -8м8ч- --м8ш8 -8м8ш- --м8щ8 -8м8щ- --м8ь8 -8м8ь- --м8ю8 -8м8ю- --м8я8 -8м8я- --м8'8 -8м8'- --н8а8 -8н8а- --н8б8 -8н8б- --н8в8 -8н8в- --н8г8 -8н8г- --н8ґ8 -8н8ґ- --н8д8 -8н8д- --н8е8 -8н8е- --н8є8 -8н8є- --н8ж8 -8н8ж- --н8з8 -8н8з- --н8и8 -8н8и- --н8і8 -8н8і- --н8ї8 -8н8ї- --н8й8 -8н8й- --н8к8 -8н8к- --н8л8 -8н8л- --н8м8 -8н8м- --н8н8 -8н8н- --н8о8 -8н8о- --н8п8 -8н8п- --н8р8 -8н8р- --н8с8 -8н8с- --н8т8 -8н8т- --н8у8 -8н8у- --н8ф8 -8н8ф- --н8х8 -8н8х- --н8ц8 -8н8ц- --н8ч8 -8н8ч- --н8ш8 -8н8ш- --н8щ8 -8н8щ- --н8ь8 -8н8ь- --н8ю8 -8н8ю- --н8я8 -8н8я- --н8'8 -8н8'- --о8а8 -8о8а- --о8б8 -8о8б- --о8в8 -8о8в- --о8г8 -8о8г- --о8ґ8 -8о8ґ- --о8д8 -8о8д- --о8е8 -8о8е- --о8є8 -8о8є- --о8ж8 -8о8ж- --о8з8 -8о8з- --о8и8 -8о8и- --о8і8 -8о8і- --о8ї8 -8о8ї- --о8й8 -8о8й- --о8к8 -8о8к- --о8л8 -8о8л- --о8м8 -8о8м- --о8н8 -8о8н- --о8о8 -8о8о- --о8п8 -8о8п- --о8р8 -8о8р- --о8с8 -8о8с- --о8т8 -8о8т- --о8у8 -8о8у- --о8ф8 -8о8ф- --о8х8 -8о8х- --о8ц8 -8о8ц- --о8ч8 -8о8ч- --о8ш8 -8о8ш- --о8щ8 -8о8щ- --о8ь8 -8о8ь- --о8ю8 -8о8ю- --о8я8 -8о8я- --о8'8 -8о8'- --п8а8 -8п8а- --п8б8 -8п8б- --п8в8 -8п8в- --п8г8 -8п8г- --п8ґ8 -8п8ґ- --п8д8 -8п8д- --п8е8 -8п8е- --п8є8 -8п8є- --п8ж8 -8п8ж- --п8з8 -8п8з- --п8и8 -8п8и- --п8і8 -8п8і- --п8ї8 -8п8ї- --п8й8 -8п8й- --п8к8 -8п8к- --п8л8 -8п8л- --п8м8 -8п8м- --п8н8 -8п8н- --п8о8 -8п8о- --п8п8 -8п8п- --п8р8 -8п8р- --п8с8 -8п8с- --п8т8 -8п8т- --п8у8 -8п8у- --п8ф8 -8п8ф- --п8х8 -8п8х- --п8ц8 -8п8ц- --п8ч8 -8п8ч- --п8ш8 -8п8ш- --п8щ8 -8п8щ- --п8ь8 -8п8ь- --п8ю8 -8п8ю- --п8я8 -8п8я- --п8'8 -8п8'- --р8а8 -8р8а- --р8б8 -8р8б- --р8в8 -8р8в- --р8г8 -8р8г- --р8ґ8 -8р8ґ- --р8д8 -8р8д- --р8е8 -8р8е- --р8є8 -8р8є- --р8ж8 -8р8ж- --р8з8 -8р8з- --р8и8 -8р8и- --р8і8 -8р8і- --р8ї8 -8р8ї- --р8й8 -8р8й- --р8к8 -8р8к- --р8л8 -8р8л- --р8м8 -8р8м- --р8н8 -8р8н- --р8о8 -8р8о- --р8п8 -8р8п- --р8р8 -8р8р- --р8с8 -8р8с- --р8т8 -8р8т- --р8у8 -8р8у- --р8ф8 -8р8ф- --р8х8 -8р8х- --р8ц8 -8р8ц- --р8ч8 -8р8ч- --р8ш8 -8р8ш- --р8щ8 -8р8щ- --р8ь8 -8р8ь- --р8ю8 -8р8ю- --р8я8 -8р8я- --р8'8 -8р8'- --с8а8 -8с8а- --с8б8 -8с8б- --с8в8 -8с8в- --с8г8 -8с8г- --с8ґ8 -8с8ґ- --с8д8 -8с8д- --с8е8 -8с8е- --с8є8 -8с8є- --с8ж8 -8с8ж- --с8з8 -8с8з- --с8и8 -8с8и- --с8і8 -8с8і- --с8ї8 -8с8ї- --с8й8 -8с8й- --с8к8 -8с8к- --с8л8 -8с8л- --с8м8 -8с8м- --с8н8 -8с8н- --с8о8 -8с8о- --с8п8 -8с8п- --с8р8 -8с8р- --с8с8 -8с8с- --с8т8 -8с8т- --с8у8 -8с8у- --с8ф8 -8с8ф- --с8х8 -8с8х- --с8ц8 -8с8ц- --с8ч8 -8с8ч- --с8ш8 -8с8ш- --с8щ8 -8с8щ- --с8ь8 -8с8ь- --с8ю8 -8с8ю- --с8я8 -8с8я- --с8'8 -8с8'- --т8а8 -8т8а- --т8б8 -8т8б- --т8в8 -8т8в- --т8г8 -8т8г- --т8ґ8 -8т8ґ- --т8д8 -8т8д- --т8е8 -8т8е- --т8є8 -8т8є- --т8ж8 -8т8ж- --т8з8 -8т8з- --т8и8 -8т8и- --т8і8 -8т8і- --т8ї8 -8т8ї- --т8й8 -8т8й- --т8к8 -8т8к- --т8л8 -8т8л- --т8м8 -8т8м- --т8н8 -8т8н- --т8о8 -8т8о- --т8п8 -8т8п- --т8р8 -8т8р- --т8с8 -8т8с- --т8т8 -8т8т- --т8у8 -8т8у- --т8ф8 -8т8ф- --т8х8 -8т8х- --т8ц8 -8т8ц- --т8ч8 -8т8ч- --т8ш8 -8т8ш- --т8щ8 -8т8щ- --т8ь8 -8т8ь- --т8ю8 -8т8ю- --т8я8 -8т8я- --т8'8 -8т8'- --у8а8 -8у8а- --у8б8 -8у8б- --у8в8 -8у8в- --у8г8 -8у8г- --у8ґ8 -8у8ґ- --у8д8 -8у8д- --у8е8 -8у8е- --у8є8 -8у8є- --у8ж8 -8у8ж- --у8з8 -8у8з- --у8и8 -8у8и- --у8і8 -8у8і- --у8ї8 -8у8ї- --у8й8 -8у8й- --у8к8 -8у8к- --у8л8 -8у8л- --у8м8 -8у8м- --у8н8 -8у8н- --у8о8 -8у8о- --у8п8 -8у8п- --у8р8 -8у8р- --у8с8 -8у8с- --у8т8 -8у8т- --у8у8 -8у8у- --у8ф8 -8у8ф- --у8х8 -8у8х- --у8ц8 -8у8ц- --у8ч8 -8у8ч- --у8ш8 -8у8ш- --у8щ8 -8у8щ- --у8ь8 -8у8ь- --у8ю8 -8у8ю- --у8я8 -8у8я- --у8'8 -8у8'- --ф8а8 -8ф8а- --ф8б8 -8ф8б- --ф8в8 -8ф8в- --ф8г8 -8ф8г- --ф8ґ8 -8ф8ґ- --ф8д8 -8ф8д- --ф8е8 -8ф8е- --ф8є8 -8ф8є- --ф8ж8 -8ф8ж- --ф8з8 -8ф8з- --ф8и8 -8ф8и- --ф8і8 -8ф8і- --ф8ї8 -8ф8ї- --ф8й8 -8ф8й- --ф8к8 -8ф8к- --ф8л8 -8ф8л- --ф8м8 -8ф8м- --ф8н8 -8ф8н- --ф8о8 -8ф8о- --ф8п8 -8ф8п- --ф8р8 -8ф8р- --ф8с8 -8ф8с- --ф8т8 -8ф8т- --ф8у8 -8ф8у- --ф8ф8 -8ф8ф- --ф8х8 -8ф8х- --ф8ц8 -8ф8ц- --ф8ч8 -8ф8ч- --ф8ш8 -8ф8ш- --ф8щ8 -8ф8щ- --ф8ь8 -8ф8ь- --ф8ю8 -8ф8ю- --ф8я8 -8ф8я- --ф8'8 -8ф8'- --х8а8 -8х8а- --х8б8 -8х8б- --х8в8 -8х8в- --х8г8 -8х8г- --х8ґ8 -8х8ґ- --х8д8 -8х8д- --х8е8 -8х8е- --х8є8 -8х8є- --х8ж8 -8х8ж- --х8з8 -8х8з- --х8и8 -8х8и- --х8і8 -8х8і- --х8ї8 -8х8ї- --х8й8 -8х8й- --х8к8 -8х8к- --х8л8 -8х8л- --х8м8 -8х8м- --х8н8 -8х8н- --х8о8 -8х8о- --х8п8 -8х8п- --х8р8 -8х8р- --х8с8 -8х8с- --х8т8 -8х8т- --х8у8 -8х8у- --х8ф8 -8х8ф- --х8х8 -8х8х- --х8ц8 -8х8ц- --х8ч8 -8х8ч- --х8ш8 -8х8ш- --х8щ8 -8х8щ- --х8ь8 -8х8ь- --х8ю8 -8х8ю- --х8я8 -8х8я- --х8'8 -8х8'- --ц8а8 -8ц8а- --ц8б8 -8ц8б- --ц8в8 -8ц8в- --ц8г8 -8ц8г- --ц8ґ8 -8ц8ґ- --ц8д8 -8ц8д- --ц8е8 -8ц8е- --ц8є8 -8ц8є- --ц8ж8 -8ц8ж- --ц8з8 -8ц8з- --ц8и8 -8ц8и- --ц8і8 -8ц8і- --ц8ї8 -8ц8ї- --ц8й8 -8ц8й- --ц8к8 -8ц8к- --ц8л8 -8ц8л- --ц8м8 -8ц8м- --ц8н8 -8ц8н- --ц8о8 -8ц8о- --ц8п8 -8ц8п- --ц8р8 -8ц8р- --ц8с8 -8ц8с- --ц8т8 -8ц8т- --ц8у8 -8ц8у- --ц8ф8 -8ц8ф- --ц8х8 -8ц8х- --ц8ц8 -8ц8ц- --ц8ч8 -8ц8ч- --ц8ш8 -8ц8ш- --ц8щ8 -8ц8щ- --ц8ь8 -8ц8ь- --ц8ю8 -8ц8ю- --ц8я8 -8ц8я- --ц8'8 -8ц8'- --ч8а8 -8ч8а- --ч8б8 -8ч8б- --ч8в8 -8ч8в- --ч8г8 -8ч8г- --ч8ґ8 -8ч8ґ- --ч8д8 -8ч8д- --ч8е8 -8ч8е- --ч8є8 -8ч8є- --ч8ж8 -8ч8ж- --ч8з8 -8ч8з- --ч8и8 -8ч8и- --ч8і8 -8ч8і- --ч8ї8 -8ч8ї- --ч8й8 -8ч8й- --ч8к8 -8ч8к- --ч8л8 -8ч8л- --ч8м8 -8ч8м- --ч8н8 -8ч8н- --ч8о8 -8ч8о- --ч8п8 -8ч8п- --ч8р8 -8ч8р- --ч8с8 -8ч8с- --ч8т8 -8ч8т- --ч8у8 -8ч8у- --ч8ф8 -8ч8ф- --ч8х8 -8ч8х- --ч8ц8 -8ч8ц- --ч8ч8 -8ч8ч- --ч8ш8 -8ч8ш- --ч8щ8 -8ч8щ- --ч8ь8 -8ч8ь- --ч8ю8 -8ч8ю- --ч8я8 -8ч8я- --ч8'8 -8ч8'- --ш8а8 -8ш8а- --ш8б8 -8ш8б- --ш8в8 -8ш8в- --ш8г8 -8ш8г- --ш8ґ8 -8ш8ґ- --ш8д8 -8ш8д- --ш8е8 -8ш8е- --ш8є8 -8ш8є- --ш8ж8 -8ш8ж- --ш8з8 -8ш8з- --ш8и8 -8ш8и- --ш8і8 -8ш8і- --ш8ї8 -8ш8ї- --ш8й8 -8ш8й- --ш8к8 -8ш8к- --ш8л8 -8ш8л- --ш8м8 -8ш8м- --ш8н8 -8ш8н- --ш8о8 -8ш8о- --ш8п8 -8ш8п- --ш8р8 -8ш8р- --ш8с8 -8ш8с- --ш8т8 -8ш8т- --ш8у8 -8ш8у- --ш8ф8 -8ш8ф- --ш8х8 -8ш8х- --ш8ц8 -8ш8ц- --ш8ч8 -8ш8ч- --ш8ш8 -8ш8ш- --ш8щ8 -8ш8щ- --ш8ь8 -8ш8ь- --ш8ю8 -8ш8ю- --ш8я8 -8ш8я- --ш8'8 -8ш8'- --щ8а8 -8щ8а- --щ8б8 -8щ8б- --щ8в8 -8щ8в- --щ8г8 -8щ8г- --щ8ґ8 -8щ8ґ- --щ8д8 -8щ8д- --щ8е8 -8щ8е- --щ8є8 -8щ8є- --щ8ж8 -8щ8ж- --щ8з8 -8щ8з- --щ8и8 -8щ8и- --щ8і8 -8щ8і- --щ8ї8 -8щ8ї- --щ8й8 -8щ8й- --щ8к8 -8щ8к- --щ8л8 -8щ8л- --щ8м8 -8щ8м- --щ8н8 -8щ8н- --щ8о8 -8щ8о- --щ8п8 -8щ8п- --щ8р8 -8щ8р- --щ8с8 -8щ8с- --щ8т8 -8щ8т- --щ8у8 -8щ8у- --щ8ф8 -8щ8ф- --щ8х8 -8щ8х- --щ8ц8 -8щ8ц- --щ8ч8 -8щ8ч- --щ8ш8 -8щ8ш- --щ8щ8 -8щ8щ- --щ8ь8 -8щ8ь- --щ8ю8 -8щ8ю- --щ8я8 -8щ8я- --щ8'8 -8щ8'- --ь8а8 -8ь8а- --ь8б8 -8ь8б- --ь8в8 -8ь8в- --ь8г8 -8ь8г- --ь8ґ8 -8ь8ґ- --ь8д8 -8ь8д- --ь8е8 -8ь8е- --ь8є8 -8ь8є- --ь8ж8 -8ь8ж- --ь8з8 -8ь8з- --ь8и8 -8ь8и- --ь8і8 -8ь8і- --ь8ї8 -8ь8ї- --ь8й8 -8ь8й- --ь8к8 -8ь8к- --ь8л8 -8ь8л- --ь8м8 -8ь8м- --ь8н8 -8ь8н- --ь8о8 -8ь8о- --ь8п8 -8ь8п- --ь8р8 -8ь8р- --ь8с8 -8ь8с- --ь8т8 -8ь8т- --ь8у8 -8ь8у- --ь8ф8 -8ь8ф- --ь8х8 -8ь8х- --ь8ц8 -8ь8ц- --ь8ч8 -8ь8ч- --ь8ш8 -8ь8ш- --ь8щ8 -8ь8щ- --ь8ь8 -8ь8ь- --ь8ю8 -8ь8ю- --ь8я8 -8ь8я- --ь8'8 -8ь8'- --ю8а8 -8ю8а- --ю8б8 -8ю8б- --ю8в8 -8ю8в- --ю8г8 -8ю8г- --ю8ґ8 -8ю8ґ- --ю8д8 -8ю8д- --ю8е8 -8ю8е- --ю8є8 -8ю8є- --ю8ж8 -8ю8ж- --ю8з8 -8ю8з- --ю8и8 -8ю8и- --ю8і8 -8ю8і- --ю8ї8 -8ю8ї- --ю8й8 -8ю8й- --ю8к8 -8ю8к- --ю8л8 -8ю8л- --ю8м8 -8ю8м- --ю8н8 -8ю8н- --ю8о8 -8ю8о- --ю8п8 -8ю8п- --ю8р8 -8ю8р- --ю8с8 -8ю8с- --ю8т8 -8ю8т- --ю8у8 -8ю8у- --ю8ф8 -8ю8ф- --ю8х8 -8ю8х- --ю8ц8 -8ю8ц- --ю8ч8 -8ю8ч- --ю8ш8 -8ю8ш- --ю8щ8 -8ю8щ- --ю8ь8 -8ю8ь- --ю8ю8 -8ю8ю- --ю8я8 -8ю8я- --ю8'8 -8ю8'- --я8а8 -8я8а- --я8б8 -8я8б- --я8в8 -8я8в- --я8г8 -8я8г- --я8ґ8 -8я8ґ- --я8д8 -8я8д- --я8е8 -8я8е- --я8є8 -8я8є- --я8ж8 -8я8ж- --я8з8 -8я8з- --я8и8 -8я8и- --я8і8 -8я8і- --я8ї8 -8я8ї- --я8й8 -8я8й- --я8к8 -8я8к- --я8л8 -8я8л- --я8м8 -8я8м- --я8н8 -8я8н- --я8о8 -8я8о- --я8п8 -8я8п- --я8р8 -8я8р- --я8с8 -8я8с- --я8т8 -8я8т- --я8у8 -8я8у- --я8ф8 -8я8ф- --я8х8 -8я8х- --я8ц8 -8я8ц- --я8ч8 -8я8ч- --я8ш8 -8я8ш- --я8щ8 -8я8щ- --я8ь8 -8я8ь- --я8ю8 -8я8ю- --я8я8 -8я8я- --я8'8 -8я8'- --'8а8 -8'8а- --'8б8 -8'8б- --'8в8 -8'8в- --'8г8 -8'8г- --'8ґ8 -8'8ґ- --'8д8 -8'8д- --'8е8 -8'8е- --'8є8 -8'8є- --'8ж8 -8'8ж- --'8з8 -8'8з- --'8и8 -8'8и- --'8і8 -8'8і- --'8ї8 -8'8ї- --'8й8 -8'8й- --'8к8 -8'8к- --'8л8 -8'8л- --'8м8 -8'8м- --'8н8 -8'8н- --'8о8 -8'8о- --'8п8 -8'8п- --'8р8 -8'8р- --'8с8 -8'8с- --'8т8 -8'8т- --'8у8 -8'8у- --'8ф8 -8'8ф- --'8х8 -8'8х- --'8ц8 -8'8ц- --'8ч8 -8'8ч- --'8ш8 -8'8ш- --'8щ8 -8'8щ- --'8ь8 -8'8ь- --'8ю8 -8'8ю- --'8я8 -8'8я- --'8'8 -8'8'- -} -\endgroup diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-as.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-as.tex index 2a83d21ef01..530ae8d9d47 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-as.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-as.tex @@ -1,5 +1,5 @@ % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Assamese diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-bn.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-bn.tex index df093323daa..031c3c79453 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-bn.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-bn.tex @@ -1,5 +1,5 @@ % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Bengali diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cy.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cy.tex index 541d75b8fd0..49a3c9b60f6 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cy.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cy.tex @@ -1,65 +1,30 @@ -% This file is part of hyph-utf8 package and resulted from -% semi-manual conversions of hyphenation patterns into UTF-8 in June 2008. +%% hyph-cy.tex, Welsh hyphenation patterns +%% Copyright 1996 Yannis Haralambous +%% <yannis dat haralambous at telecom-bretagne dot eu> % -% Source: cyhyph.tex () -% Author: Yannis Haralambous +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. % -% The above mentioned file should become obsolete, -% and the author of the original file should preferaby modify this file instead. +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work (patterns) is Yannis Haralambous. % -% Modificatios were needed in order to support native UTF-8 engines, -% but functionality (hopefully) didn't change in any way, at least not intentionally. -% This file is no longer stand-alone; at least for 8-bit engines -% you probably want to use loadhyph-foo.tex (which will load this file) instead. -% -% Modifications were done by Jonathan Kew, Mojca Miklavec & Arthur Reutenauer -% with help & support from: -% - Karl Berry, who gave us free hands and all resources -% - Taco Hoekwater, with useful macros -% - Hans Hagen, who did the unicodifisation of patterns already long before -% and helped with testing, suggestions and bug reports -% - Norbert Preining, who tested & integrated patterns into TeX Live -% -% However, the "copyright/copyleft" owner of patterns remains the original author. -% -% The copyright statement of this file is thus: -% -% Do with this file whatever needs to be done in future for the sake of -% "a better world" as long as you respect the copyright of original file. -% If you're the original author of patterns or taking over a new revolution, -% plese remove all of the TUG comments & credits that we added here - -% you are the Queen / the King, we are only the servants. -% -% If you want to change this file, rather than uploading directly to CTAN, -% we would be grateful if you could send it to us (http://tug.org/tex-hyphen) -% or ask for credentials for SVN repository and commit it yourself; -% we will then upload the whole "package" to CTAN. -% -% Before a new "pattern-revolution" starts, -% please try to follow some guidelines if possible: -% -% - \lccode is *forbidden*, and I really mean it -% - all the patterns should be in UTF-8 -% - the only "allowed" TeX commands in this file are: \patterns, \hyphenation, -% and if you really cannot do without, also \input and \message -% - in particular, please no \catcode or \lccode changes, -% they belong to loadhyph-foo.tex, -% and no \lefthyphenmin and \righthyphenmin, -% they have no influence here and belong elsewhere -% - \begingroup and/or \endinput is not needed -% - feel free to do whatever you want inside comments -% -% We know that TeX is extremely powerful, but give a stupid parser -% at least a chance to read your patterns. +% This work consists of the file hyph-cy.tex and is part of hyph-utf8 +% maintained by tex-hyphen team which also contains derived files. % % For more unformation see % % http://tug.org/tex-hyphen % -%------------------------------------------------------------------------------ -% -% Welsh patterns -% Yannis Haralambous 1996 +% CHANGES: +% - 1996 - last change to patterns +% - 2008 - inclusion into hyph-utf8 and file rename (cyhyph.tex -> hyph-cy.tex) +% - 2011-06-07 - added LPPL licence \patterns{ .ac4t .ad3ae diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-da.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-da.tex index 13355bd0820..e38817c8b39 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-da.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-da.tex @@ -70,6 +70,9 @@ % and version 1.3 or later is part of all distributions of LaTeX % version 2003/12/01 or later. % +% Changes: +% - 2011-01-11 - remove support for OT1 encoding +% \patterns{ .ae3 .an3k diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-1901.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-1901.tex index 4713868f7dc..bc9f3f1c136 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-1901.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-1901.tex @@ -1,11 +1,11 @@ -% dehypht-x-2009-06-19.pat +% dehypht-x-2011-06-01.pat -\message{German Hyphenation Patterns (Traditional Orthography) `dehypht-x' 2009-06-19 (WL)} +\message{German Hyphenation Patterns (Traditional Orthography) `dehypht-x' 2011-06-01 (WL)} % TeX-Trennmuster für die traditionelle deutsche Rechtschreibung % % -% Copyright (C) 2008 Werner Lemberg <wl@gnu.org> +% Copyright (C) 2008, 2009, 2011 Werner Lemberg <wl@gnu.org> % % This program can be redistributed and/or modified under the terms % of the LaTeX Project Public License Distributed from CTAN @@ -15,7 +15,7 @@ % % The word list is available from % -% http://repo.or.cz/w/wortliste.git?a=commit;h=e4826ce7db99bceb6043be48983ff2b67d56669f +% http://repo.or.cz/w/wortliste.git?a=commit;h=2d246449f5c4f570f4d735d3ad091f6ad70f6972 % % The used patgen parameters are % @@ -80,7 +80,6 @@ .ät2s .äu3 .be3erb -.bei6ge. .be3ra .be3r2e .berg3a @@ -197,7 +196,6 @@ .in3e .ink4 .inn2e -.int6 .inu1 .ire3 .is2a @@ -210,11 +208,13 @@ .ker3s .ki4e .kle2i +.kni4e .kopf1 .ks2 .kus2 .le4ar .li2f +.li4ve. .lo4g3in .lo3ver .lö4s3s @@ -248,6 +248,7 @@ .ort2 .orts3e .ort4st +.os5t6alg .oste2 .ost5end .osten8de @@ -304,6 +305,8 @@ .th4 .ti2a .tid1 +.ti4me. +.ti4mes .ti2s .tite4 .to4nin @@ -356,7 +359,7 @@ aa2gr 4a2ar aa2r1a aar3f4 -aart4 +aart2 aas1t aat4s1 a3au @@ -424,7 +427,6 @@ ab1ur 1abw 2aby 1abz -2ac. 2aca 2ac1c a1cem @@ -483,6 +485,7 @@ a1d a3d2ab ad2ag adai4 +ada2m ad3ama a2d1an 3a4dap @@ -515,7 +518,7 @@ ad4res ad3ru 2ads2 ad3sz -2ad2t1 +ad2t1 2adu 2a1e1 ae2b @@ -573,6 +576,7 @@ age4na age4neb a2gent a4gentu +ag2er age4ral 2ages age2sa @@ -634,7 +638,6 @@ aht1s a1hu ah1w a1hy -2ai aian3 aid4s aids1t @@ -649,6 +652,7 @@ a1ind ain4e a1ing ain3sp +2ais ai2sa a3isch. ai3s2e @@ -661,6 +665,7 @@ aive3 a3ivl a3ivs a1j +ajekt4o 2ak. 1a2k4ad 2akal @@ -781,6 +786,7 @@ al4lec al3lend all5erfa al3les +1allgä alli5er. alli7ers. al2lob @@ -795,7 +801,6 @@ al2ös 3alpe. 1alph al3skl -al4spal al2sum al3sun al2tak @@ -823,7 +828,6 @@ amab4 amad2 ama3g 2amä -2ambiq am4e 2ame. a2meb @@ -907,6 +911,7 @@ an3f2u an2g1ei an4g3erf an4g3erl +an4gerw an4g3erz 2angf 2angh @@ -921,7 +926,7 @@ ang3sc ang6s3po 1anh 2a3ni -an2id +an2i3d ani5ers. 3a4nim a4nins @@ -936,7 +941,6 @@ ank1r an2k3ra an2k3rä ankt4 -an2ky 1anl anma3s2 2anmu @@ -1001,7 +1005,6 @@ a1p 2a3pa 2ape a2pef -a3pel a2pé a2pf ap2fa @@ -1116,8 +1119,8 @@ ar2the art2i artin2 2arto -art3r -ar4tram +ar4t3ram +art3re 2arts 2aru ar1uh @@ -1161,7 +1164,6 @@ as1o2f a3sol as1or as1p -as3pan a4s2ph as2pi a4spl @@ -1280,9 +1282,12 @@ auf1er au4ferk auff4 3aufn +2auft. 2aug 4augeh +2auh au3ha +au2hu 4au1i au2is 2auj @@ -1331,10 +1336,8 @@ aus3tri 1ausz au3ß a4ut -2aut. au2t1äu -2aute -au4ten4g +auten4g au4t3erh 3auto 2auts @@ -1650,6 +1653,7 @@ be1eta be3g2 2b1eier bei1f4 +bei4ge. beik4 beil2 bei3la @@ -1802,7 +1806,7 @@ b3leb 2b3leid b3lein 3blem -3blen +3ble4n b3lese ble3sz b4let @@ -1812,7 +1816,7 @@ b3leu b2lie 2blig bling4 -b3lis +b4lis b2lit 3blitz b2lo @@ -1863,6 +1867,7 @@ bot2s3t bo2xi bö2b3 2böf +b1öl 2b1p2 bpa2g 2b1q @@ -1927,7 +1932,6 @@ b4sers b3ses b3set bsi2t -bs2ku b4sl b2s1of bs1op @@ -1999,7 +2003,7 @@ bzeit1 bzu1 1ca 2c1ab -ca1ch +ca2ch ca2e3 ca3g4 ca1h @@ -2021,6 +2025,7 @@ c1ch2 c2d2 c3do 2cec +ceco4 ce2dr 2cef ce1i @@ -2122,6 +2127,7 @@ ch4stal 2chü 2chv 2chw +5chy 2chz ci1c ci2s @@ -2160,7 +2166,6 @@ c2m2 1co co1ch co2d2 -co4der. co3di coff4 coi2 @@ -2176,7 +2181,6 @@ co1ra cor3d co3re cos4 -co2st co2te 2cp c1q @@ -2205,6 +2209,7 @@ da2ben da2bre dab4rü 2d1ac +d2ac. dach3a dachgeschos8 dachgescho7sse @@ -2294,7 +2299,6 @@ de3b4 2d1e4ben 3dec de1ch -deco3 de1e2 2d1eff deg2 @@ -2327,7 +2331,7 @@ del4san del2s5e del2so del2s1p -del3t4 +del3t dem2ar 2d1emp d2en. @@ -2353,6 +2357,7 @@ der2bl de2re2b de4reck der3edi +de4r3eis derer3 de3r4erb de3r4erf @@ -2370,6 +2375,7 @@ derö4 4d3ersat der3tau der6t5en6d +dert4ra de3ru de4ruh de4rum @@ -2501,8 +2507,8 @@ d2orp dor2ta d2os. dos3s +dost1 do4sta -dost1r dot6h do3un d1ö @@ -2694,6 +2700,7 @@ eakt2 ea2la e3alei e4aler. +ealti2 e2ame eam1o eam3t @@ -2724,6 +2731,7 @@ ebe2i 2ebel eb2en ebens3e +ebert4 2ebet 2ebl eb3ler @@ -2776,6 +2784,7 @@ eck3se 2eckt 2e1cl 2eco +eco3d 2ect e1d e3d2a @@ -2971,7 +2980,7 @@ e1hy 4eib ei2bar ei2bl -eibu4t +eibu2t ei4b3ute ei2cho e2id @@ -2981,7 +2990,6 @@ ei3de ei4d3err 2eidn ei3dra -eid2sc ei1e 4eien eienge4 @@ -3087,6 +3095,7 @@ ek2u e3k2w e1la ela4ben +el3abi el2abt el1af ela2h @@ -3209,6 +3218,7 @@ e6mentsp e2m1erw 1e2meti e2m1im +emi5na em1int emi3ti 2emm @@ -3289,7 +3299,7 @@ enf2a enf2u 1engad 3engag -en3ge +enge3ra en3g2i en2gl en3glo @@ -3299,7 +3309,7 @@ eng3sc eng3se e3ni. e3nic -e4nid +e2nid e3nie eni3er. eni5ers. @@ -3307,7 +3317,6 @@ e2n1i4m e2n1in e3nio 2enis -eni3se e3nit 2eniv en3k2ü @@ -3379,6 +3388,7 @@ e4ol e1on. e1ond e1onf +e1onh e1onl e1onr e1ons @@ -3541,6 +3551,7 @@ e1rok e1rol e1rom e3ron +er3ony er1o2p e4ro2r e1ros @@ -3567,11 +3578,11 @@ ers2te er3sz ert2ak er6terei +er4t3erf er4ters er2tho 4erti ert3ins -ert4ra ert3s2e 2eru eruf4s @@ -3612,6 +3623,7 @@ es3eva es3ha es4har es2hu +esi1er e3sig e2s1il es1ini @@ -3668,6 +3680,7 @@ e4sw e3sy eße3r2e e1t +e3ta. etab4 et1am 1etap @@ -3933,7 +3946,8 @@ fes2t fe2st1a fe4st3ei fe2str -2f1e4ta +2f1eta +fe4tag 3fete fet2t3a feuer3e @@ -3976,7 +3990,6 @@ fge3s 1fi 3fi. fi3at -fi4ds fi1er2f fi2kin fi3kl @@ -4038,6 +4051,7 @@ flu4ger flus3se f4lü 2f3m2 +fma2d fmas2s fma3sse 2f3n2 @@ -4047,6 +4061,7 @@ fob2l 2f1of foli3 fo2na +fon2e fo2nu 2f1op 4f3org @@ -4374,6 +4389,7 @@ ge1ro ge1r2ö ger4sto ge3r2u +g1erwa ges2c ges3elt ge2s1er @@ -4473,6 +4489,7 @@ g2lom 3g2lot 2gls 2g1lu2 +glu3te 3glü g2ly 2g1m2 @@ -4564,7 +4581,6 @@ gro4u g4ruf 2g3rui 2g3rum -3g4runs 3g4rup grus2s gru3sse @@ -4611,7 +4627,6 @@ gs1o2 gs1p4 g3s2pek gs4pie -gs2pit gs3pl g5s2por gsrat4 @@ -4650,6 +4665,8 @@ gt2se gu3am gu1an. gu1ant +gu1as +gu4d3r gu2e 2gued guet2 @@ -4676,6 +4693,7 @@ gu3sti gu2ß1 gu2t gut1a +gu3te gu4t3erh gut3h 2güb @@ -4741,7 +4759,7 @@ hau4ss haus5sen hau4s3ti hau4sto -hau6terk +h2aut. 2hauto hau2tr h1äff @@ -4787,7 +4805,6 @@ he2im heim3p hei4mu heine2 -hei4neh h1eink 4heio he1ism @@ -4915,7 +4932,7 @@ hi3ro hir2s his2a hi2se -his2p +hi2spa hi3ti 2hiu h1j @@ -5336,7 +5353,6 @@ hu2ti hut2t hut4zen hut4z3er -hutz1i h2ü h4übs h3übu @@ -5366,6 +5382,7 @@ i2af iaf4l i4a3g2 i2ah +i3ai i2aj i2ak i3ak. @@ -5392,6 +5409,7 @@ ial3t4 ia2lu ial3z2 i2am4 +i3am. i4amo 2ian ia2nal @@ -5441,9 +5459,8 @@ iben3a ibi2k i3bla i3ble -i2blis ib2o -i2b1ö +i2bö i4brä ib3ren ib4ste @@ -5489,7 +5506,7 @@ idni3 i2dol 1idol. 2i2dr -i3dsc +i3d2sc id2s1p idt4 i2dy @@ -5700,6 +5717,7 @@ ike2l1 i2k1e2r2e ik1erf iker6fah +i2k1erh i2ker2l i2k1eta i3ki. @@ -5827,6 +5845,7 @@ in1am i3nap in2ara in2ars +in4art ina4s i2n3au2 inaus1 @@ -5892,6 +5911,7 @@ inn4sta in1od in3ols in1or +inos4 ino3t i1nö in1ö2d @@ -6045,7 +6065,6 @@ i4schwa i6schwir i4schwo isch3wu -is1chy i2s3cr 2ise ise3e @@ -6073,6 +6092,7 @@ i2spar is1pe is1pic is2pit +is2por i2spro is3sa is4s1ac @@ -6139,10 +6159,12 @@ i1ti i2t1id 1itii iti4kan +iti3k2e i2t1in1 it2inn i3tis i3tiv +i4tl itmen2 i1to i3toc @@ -6231,7 +6253,6 @@ je2a jean2s je2g jek4ter -jekto2 jektor4 jek2tr je3na @@ -6260,7 +6281,7 @@ ju2k jung5s ju3ni jur2o -jut2e3 +ju3t2e3 2j1v 1ka 3ka. @@ -6385,6 +6406,7 @@ ke2lä kel3b4 2k1e2lek ke2len +ke2l1er 2ke3let kell4e kel3s2k @@ -6568,6 +6590,7 @@ k4raz 2k3räum 2kre. 2k3rec +2kred. 2k3rede 2k3ref 2kreg @@ -6726,6 +6749,7 @@ lag5se 2la1ho 1lai lai4s1t +la2kes la2k1i l2akk la1k4l @@ -6767,7 +6791,7 @@ lap4pl la2r1an la2r1ei la4rene -3l4ar3g +3l2ar3g lar3ini 2l1ar3t l3arti @@ -7058,7 +7082,9 @@ lg4s1t 3lia li3ac li3ak +li3am li3ar +li3b4 libi3 li1c 3lichem @@ -7068,7 +7094,7 @@ li3chi li3d2a li2deo 2l1ido -li4ds +li4d3s l2ie 3lie. liebe4s @@ -7122,7 +7148,6 @@ li2p3a 3lis. li3s2a li4schu -4lish 2l1isl 2l1i2so li2sp @@ -7296,7 +7321,9 @@ lo2s3to lo2s3t4r lo2ßu lo2t1a +lot4h lo3tha +lo3thi loti4o 2l1ov lo2ve @@ -7315,6 +7342,7 @@ l3pa lpe2n3 lp2f l2p1ho +lpi4p lp3t4 l3pu 2l1q @@ -7424,7 +7452,6 @@ l4ts lt3sc lt1spa lt4stab -lt5ste lt4stoc ltt2 lt1uh @@ -7453,7 +7480,6 @@ lug3sa lu2gu 2l1uh lu1id. -lu1is. lume2 2lumf 2luml @@ -7477,7 +7503,7 @@ lus4s3a lus2s1c lus3sen lus2s1o -lus2s3p +lus2s1p lus4s1t lus2t lu2st1a @@ -7488,8 +7514,8 @@ lust3re lu2s1u 4lu2ß1 lu2t1a -lu4teg -lu4t3erg +lu2teg +lut3erg lut1o2f lu2top lu2t3r @@ -7564,7 +7590,7 @@ ma3ler mali1 mal3lo 2mallt -malu4 +malu2 ma2l3ut mam3m 2m1anal @@ -7658,6 +7684,7 @@ meis2 me1i2so m2eist me3lam +me2lau 3meld me2lek me2ler @@ -7672,6 +7699,7 @@ mena2b me3nal men3ar men3au +men3ge men3gl me3nor m2ens @@ -7858,6 +7886,7 @@ mp4f3erz mp2fl mpf3li mpf1or +m3pi m3pon mp3ta m3pu @@ -7988,8 +8017,7 @@ na2h1a n3ahn 3nai nai2e -n3aig -n3air +n1aig 2n1ak na2ka 3nako @@ -8073,6 +8101,7 @@ n2auso 4nauss n4auste 4nausw +nau3te navi5er. navi5ers 1nä @@ -8151,6 +8180,7 @@ ne3ein n1ef neg4 2ne2he. +2nehen2 3nehm 4n1ehr 2n1ei @@ -8270,7 +8300,6 @@ n4es. nes2c ne2sei ne2sev -nesi1e ne3ska nes1o ne2sor @@ -8291,6 +8320,7 @@ ne2u neu1c neu3g 2n1eup +neur2 n2ew 2n1ex 3nez @@ -8369,8 +8399,8 @@ nib4l nibu2 nich8ters n1id +3n2id. ni2de -ni3de. ni3dr n4ie nie3b @@ -8415,6 +8445,7 @@ ni3ra 3n2is ni4schw ni2s1e +ni3se. ni2s1p ni3spi nis5s2 @@ -8526,7 +8557,7 @@ nor2d5r n1ort 3n2os. no3sh -no2sp +no2s3p no4ss n2oste nost1r @@ -8537,6 +8568,7 @@ no4t3ei no2tel no3t3h no4tha +no4thi no2t3in no2t1op no2tr @@ -8603,6 +8635,7 @@ n4s3ort. nsp4 nspas2 n2spat +n4speri n2sph ns2pi n2spo @@ -8679,6 +8712,7 @@ n2t1inh ntini1 nt2ins n3tit +nt4lem ntmen2 ntmo2 n3to @@ -8745,6 +8779,7 @@ nu4s1t 1nu2ß 1nut nu2t1a +nu3te nu2t3r 1nuu 1nux @@ -8804,7 +8839,6 @@ oa3ke oak1l o4a3la o4a3mi -oanne4 o2ar o2a3s 3oase @@ -8838,10 +8872,11 @@ o2b3li 2o3bo o2b3re o3bri -ob3s2h +obs2 +ob3sh ob3sk -obs2p ob2sta +ob3sz 2o3bu obus3s 2o3bü @@ -9108,7 +9143,7 @@ onderer5 one2i one2n1 onen3g -o2n1erb +on1erb o2n1erd on1erg on1erö @@ -9163,6 +9198,7 @@ o1pa opab4 o2p3ad op3akt +o3pan o1pec o1pei o1pe4n @@ -9248,6 +9284,7 @@ or3gle or2gn 2orh 2o3ric +4orie. o4rient o3rier 4oril @@ -9321,7 +9358,8 @@ o4ski os2lo 2oso 2os1p -o2s3per +os2pe +os3pec o3s2po os2pr os2sa @@ -9338,12 +9376,12 @@ os2s3p os4s3t os2su os2t -ost1a -o2sta2b +o2st1a2b o3stal. -o4stam -ost4art +o4st1am +ost3ang osta4s +ost1au o4sterd oster3e ost5er6we @@ -9383,7 +9421,7 @@ o2t1erw 4ot2h ot4he ot5hel -o4t3hi +o2t3hi ot3hos o2thr o2t1i2m @@ -9443,9 +9481,9 @@ ox2e ox3l o2xu 1oxy -o1y2en o1yo 2o1z +o3z2a oz2e ozen4ta o3zi @@ -9507,6 +9545,7 @@ ozon1 2ön ön2e ö3ni +önizi1 önn2e ö1nu öo1 @@ -9570,7 +9609,6 @@ p2a 1pac pa3da pa2dr -pa2el pa1f4r pag4 pa3gh @@ -9578,7 +9616,7 @@ pa1ho 1pak pa1k4l pak2to -1pala +3pala pala3t 1palä pa3li @@ -9590,10 +9628,11 @@ pa3nei pa2neu pan3k4 2panl -3pa2no +2pann +1pa2no pan3sl pant2 -3panz4 +panz4 1pap papi2 papieren8 @@ -9653,8 +9692,8 @@ pei1 pe1im pekt4s 2peku -1pel -pe2l3a4 +3pel +pe2l1a4 pel3d pe2let pe2lex @@ -9693,7 +9732,7 @@ pes3s2 p2f1ab p2fad p2faf -pf3ai +pf1ai p2f1ak pf1ans p2fa4r @@ -9758,7 +9797,6 @@ piegelei8en pi2el piela2 3pier -pie3t 3pik 1pil pi3le @@ -9772,6 +9810,7 @@ pi3oi pi3onu 3pip pi2pe +pi4pel pi3ri 3pirin 3pis @@ -9779,6 +9818,7 @@ pi3ri pis2t pi3t2a pit2s +2pitz pi2z1in p1j 2p1k2 @@ -9987,7 +10027,6 @@ ra2chu r2ack 1r2ad r4ad. -rada2 ra2dam 2radap 3radf @@ -10003,6 +10042,7 @@ ra3gle ra2gn 3r2ahm 4raht +r2ai 2raic rail4l 2r3air @@ -10103,7 +10143,6 @@ rat2st rau3e2n 2rauf 2raug -r2auh 3raum rau4m3ag rau4man @@ -10114,6 +10153,7 @@ rau2sp 2rauss rau4sti raus3tr +4raut raut5s 1raü r2ax @@ -10245,6 +10285,7 @@ rech3ar 4rechs 2reck. 2recki +3red. 4redd 2redit re1el @@ -10428,7 +10469,7 @@ r2gres r2gret rg3rin rgro5sse -rg1s2p +rg1sp rgs2tr r1h4 2rh. @@ -10470,7 +10511,6 @@ ri2fr rif4ter 3rig 5rig. -5rige ri4gene 5rigj rig1l @@ -10506,9 +10546,7 @@ r4inspi 2rint rin4teg rin4t5r -r1inv -r2inva -2rinve +2r1inv 4r1ir r2is ris4a @@ -10676,10 +10714,11 @@ ro2mer 4romm 4romt r2on +ro4nerb 3ronn rons2 ron4tan -ro1ny +4ro1ny ro1pe 2ro2pf ro3ph @@ -10693,11 +10732,10 @@ ror3th ro3sh ro3s2i ro5smo -ros2p ros6san ross1c ros4t -ro3st2a +ro3sta ro2st1r ro2ßu ro4tag @@ -10722,7 +10760,7 @@ r1ör r2ös. r2öse 2r1p2 -rp4a +r3p4a rp4e rpe2re rpe4r3in @@ -10831,6 +10869,7 @@ r2telf rte2n1 r3ten. rt3erei +r4terfa r4terfo r4t3erh r2t1erk @@ -10850,11 +10889,11 @@ r2tinf rto1p rt1or rto2ri -r2trak +r2t3rak rtra4s3 rt3rec r4treis -rt1ros +rt3ros r4ts rt4s1eh rt1spe @@ -10909,6 +10948,7 @@ rus3sen rus2s1p rus6s3t 3rut +ru2tei rut3h ru2t1o2 ru2t3r @@ -10976,9 +11016,9 @@ sa1f4r sa4gent sag4n 4s1a2gr -3sai +3s2ai sa3i2k1 -sail4 +sail2 2s1ak sa2ka 3saki @@ -11176,6 +11216,7 @@ seh3s seh3t se2hüb 2s1ei. +2s1eie 2s1eig s1ein 5s2ein. @@ -11312,7 +11353,6 @@ sh4r si2ach si3ach. si2ad -si3am. sia4s 2siat sib4 @@ -11408,6 +11448,7 @@ skus3 4sl. 3slal 4slan +sla2ve s2law sl3b s5le @@ -11446,7 +11487,7 @@ son3au sone2 son5ende son3sä -so2ny +son2s1o so3o 2s1opf 3sor. @@ -11478,7 +11519,7 @@ sp2 2sp. 2spaa 2spak -s2pan +2spala spani7er. 2spano 4spap @@ -11493,27 +11534,28 @@ spa3ssi s2paz s2pä 2spär -s2pee -4s3pel +s3pe. +4spel 4spensi spe3p4 -2s1peri +s1peri 4sperl +2spero s2perr 2spers 2spet 1s2pez 2s3pf 2spha +s4phä s3phe -2sphi 1spi 3s2pi4e 4spier4 spi2k 2spil 3spio -4spip +4spi4p 4spis 2spl 4spla @@ -11545,7 +11587,7 @@ s2pran 2sprüf 3sprün 2s3ps -2spt +2s4pt 2spun 2spup 3spur @@ -11679,6 +11721,7 @@ st2ac 2stale 3sta3li 2stalk +st1alm st1alp 3stam st1ami @@ -11691,8 +11734,9 @@ sta4na 2stanw 4stanza s2tar. -s2t2ars +s2tars 3start +st1asi 3stat 3s4tau. 2stauf @@ -12022,6 +12066,7 @@ tag4st tah2 tah3le tahl3sk +t2ai ta3i2k tai2l ta1ins @@ -12038,6 +12083,8 @@ tak2ta ta2la ta3lag ta3lak +t1alb. +t1albk 1talbu tal3d 1t4ale @@ -12185,8 +12232,6 @@ te2es teg2 teg3re 2teh -t2ei. -t2eie t3eifr teik4 1teil @@ -12195,11 +12240,10 @@ teinbus6 tein3ec t3einge t3einla -4teinn t3eis. t3eisb tei3st -tek3t +tek3t2 tela4 te2l3ab te2l1ac @@ -12258,7 +12302,7 @@ ten3ens 4tenerg te2net ten3g -4t1eng. +t1eng. tengeschos8 tengescho7sse ten4gla @@ -12276,10 +12320,9 @@ t4enta t3entb 4tentd t4ente -4tentn ten4t3ri 4t3entw -4t3entz +t3entz ten6zerh ten3zw t3e2pi @@ -12308,7 +12351,7 @@ tergescho7sse 6tergrei t6ergru 2t1ergu -4tergü +2tergü t4eri te3ria 4terklä @@ -12454,7 +12497,6 @@ ti4gerz tihi4 ti2kam ti2kar -ti3k2er ti2kin ti2krä tiks2 @@ -12515,6 +12557,7 @@ ti2za 2t3k4 2t3l2 tl4e +3tlem tle2r3a 4t5li 2t1m2 @@ -12545,6 +12588,7 @@ to2men 2tomg 1ton to2nau +to2neh 3too to2pak to2pat @@ -12557,7 +12601,6 @@ to4rän t1ord 1tore. to2r1el -to3ren t1org t3orga tor3int @@ -12596,6 +12639,7 @@ tra4far 2trahm 3t4rai 1tram +2t3rams 3t4ran. 2trand 1trank @@ -12657,7 +12701,6 @@ t3rev 3t4ré 2t3rh 1trib -2trid 3trieb. 3triebs tri2er @@ -12687,7 +12730,7 @@ trö4s3s 2truk trum2 trums1 -2trund +2t3rund 1t4runk 3t4rup t3ruß @@ -12795,7 +12838,6 @@ t3ter tt2erg tterma8s7s tte4s1ä -t2teti tt2häu t2t3ho ttras3s @@ -12821,6 +12863,7 @@ tuf2e tu3fen t3u2fer 2tuh +tu2is t3u2kr tul2a 1tum @@ -12993,6 +13036,7 @@ u1cl 2u1d u3d2a uder2e +udert4 udi3en uditi4 u2don @@ -13119,6 +13163,7 @@ uh4rin uhrt4 uh2ru uh4rü +uh1un uh1w 2ui ui2c @@ -13128,6 +13173,7 @@ u3ig u4ige u1im u1in. +u1is. u3isch. u3ischs uisi4n @@ -13365,7 +13411,6 @@ ur1im ur1ini ur3ins ur1int -u2rinv 1urlau 4u1ro u3rol @@ -13460,16 +13505,19 @@ ut3a2m u2t1ap u2t1ar u2tär -u3te +u3te. ut1eg ute4ge +ut1ei. +ut1eie ute2n1 +u3ten. u2tent uter4er u4t3ersa -ut2es -ut2et -u4tev +u3t2es +u3t2et +u2tev u4t1ex utfi4 ut2he @@ -13500,11 +13548,10 @@ utt1s2 utu4re utu5ru utz3eng -ut2zin +ut2z1in ut2zo ut2z1w 2u1u2 -uufe2 u1ü2 u1v4 u2ve. @@ -13678,7 +13725,7 @@ ve3le ve3li ve3lo ve3ma -ve3mu +2ve3mu ve3nal ven2c ve3ne @@ -13762,6 +13809,7 @@ vor3d vor3e vor3g vo3ri +vo5rig vormen4 vorö4 3voy @@ -13955,7 +14003,7 @@ wun2s wur2fa 1wurst wus4 -1wu4t1 +1wu2t1 1wüh wüs4 2w1w @@ -14106,6 +14154,7 @@ y1of yom2 yon4i y1ont +y1os y1ou y1p ypa2 @@ -14159,7 +14208,6 @@ zale3 za3li 2z1all 2z1am -3zambiq z1an za3ne 2z3anf @@ -14257,7 +14305,7 @@ zer4t3ag zert4an zer6tere zer4tin -zer6t5rau +zer6trau 4zerwei 2z1erz 3z2erza @@ -14326,6 +14374,7 @@ zor4ne 2z3ot 2zö2f z1öl +2zön 2z3p4 2z1q 2z3r2 @@ -14358,6 +14407,7 @@ zugs1t zug4ste zug1un 2z1uhr +zuh2u zu1i zu3k 2z1um. diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-1996.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-1996.tex index db6067f4dad..aed229fcc4d 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-1996.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-1996.tex @@ -1,11 +1,11 @@ -% dehyphn-x-2009-06-19.pat +% dehyphn-x-2011-06-01.pat -\message{German Hyphenation Patterns (Reformed Orthography, 2006) `dehyphn-x' 2009-06-19 (WL)} +\message{German Hyphenation Patterns (Reformed Orthography, 2006) `dehyphn-x' 2011-06-01 (WL)} % TeX-Trennmuster für die reformierte (2006) deutsche Rechtschreibung % % -% Copyright (C) 2007, 2008 Werner Lemberg <wl@gnu.org> +% Copyright (C) 2007, 2008, 2009, 2011 Werner Lemberg <wl@gnu.org> % % This program can be redistributed and/or modified under the terms % of the LaTeX Project Public License Distributed from CTAN @@ -15,7 +15,7 @@ % % The word list is available from % -% http://repo.or.cz/w/wortliste.git?a=commit;h=e4826ce7db99bceb6043be48983ff2b67d56669f +% http://repo.or.cz/w/wortliste.git?a=commit;h=2d246449f5c4f570f4d735d3ad091f6ad70f6972 % % The used patgen parameters are % @@ -79,7 +79,6 @@ .äm3 .ät2s .be3erb -.bei6ge. .be3ra .be3r2e .berg3a @@ -184,6 +183,7 @@ .her3an .he3ri .he6r5inn +.hi2s .ho4met .ia4 .im2a @@ -193,7 +193,6 @@ .in3e .ink4 .inn2e -.int6 .inu1 .ire3 .is2a @@ -204,12 +203,14 @@ .ka4t3io .ki4e .kle2i +.kni4e .kopf1 .ks2 .kus2 .le4ar .li2f .li4tu +.li4ve. .lo4g3in .lo3ver .lus4tr @@ -238,6 +239,7 @@ .or2a .ort2 .orts3e +.os5t6alg .oste2 .ost5end .os8ten8de @@ -292,6 +294,8 @@ .th4 .ti2a .tid1 +.ti4me. +.ti4mes .ti2s .ti5ta .tite4 @@ -348,7 +352,7 @@ aa2gr 4a2ar aa2r1a aar3f4 -aart4 +aart2 aas5t aat4s3 a3au @@ -394,7 +398,7 @@ a2blu 1abn a2bo. ab2of -a2bon +1a2bon 2abor ab3r a3bra @@ -418,7 +422,6 @@ ab1ur 2aby aby4t 1abz -2ac. 2aca 2ac1c a1cem @@ -474,6 +477,7 @@ a1d 2ada. a3d2ab ad2ag +ada2m ad3ama a2d1an 3a4dap @@ -508,7 +512,7 @@ ad3ru 2ads2 ad3st ad3sz -2ad2t1 +ad2t1 ad4te ad4tr 2adu @@ -570,6 +574,7 @@ age4na age4neb a2gent a4gentu +ag2er age4ral 2ages age2sa @@ -631,7 +636,6 @@ aht3s a1hu ah1w a1hy -2ai aian3 aid2s ai1e2 @@ -647,6 +651,7 @@ a1ind ain4e a1ing ain3sp +2ais ai2sa a3isch. ai3s2e @@ -657,6 +662,7 @@ a3ivl a3ivs a1j aje2 +ajekt4o 2ak. 1a2k4ad 2akal @@ -778,6 +784,7 @@ al2lau al3lend all5erfa al3les +1allgä alli5er. alli7ers. al2lob @@ -792,7 +799,6 @@ al2ös 3alpe. 1alph al3skl -al4spal al5s6terb al3sun al2tak @@ -819,7 +825,6 @@ amab4 amad2 ama3g 2amä -2ambiq 2am4e 4ame. a2meb @@ -906,6 +911,7 @@ an3f2u an2g1ei an4g3erf an4g3erl +an4gerw an4g3erz 2angf 2angh @@ -919,7 +925,7 @@ an2g3ra ang4s3po 1anh 2a3ni -an2id +an2i3d ani5ers. 3a4nim a4nins @@ -934,7 +940,6 @@ ank1r an2k3ra an2k3rä ankt4 -an2ky 1anl 2anmu 2ann @@ -996,7 +1001,6 @@ a1p 2apa 2ape a2pef -a3pel a2pé a2pf ap2fa @@ -1113,9 +1117,8 @@ ar2the ar3t2i artin2 2arto -art3r -ar4tram -ar6tri +ar4t3ram +art3re 2arts 2aru ar1uh @@ -1152,7 +1155,6 @@ a2s1o2f as1or a2sö a2s1p -as3pan as2ph as2pi as2po @@ -1271,6 +1273,7 @@ au4ferk auff4 3aufn 2aufs. +2auft. 2aug 4augeh 4au1i @@ -1616,6 +1619,7 @@ be1eta be3g2 2b1eier bei1f4 +bei4ge. beik4 beil2 bei3la @@ -1753,7 +1757,7 @@ b3leb 2b3leid b3lein 3blem -3blen +3ble4n b3lese ble3sz b4let @@ -1763,7 +1767,7 @@ b3leu b2lie 2blig bling4 -b3lis +b4lis b2lit 3blitz b2lo @@ -1813,6 +1817,7 @@ bot2st bo2xi bö2b3 2böf +b1öl 2b1p2 bpa2g 2b1q @@ -1930,7 +1935,7 @@ bys2 bzeit1 1ca 2c1ab -ca1ch +ca2ch ca2e3 ca3g4 ca1h @@ -1953,6 +1958,7 @@ c1ch2 c2d2 c3do 2cec +ceco4 ce2dr 2cef ce1i @@ -2047,6 +2053,7 @@ chre3s ch3rh 1chron 4chs +ch4sper 2cht 2chuf 2chuh @@ -2056,6 +2063,7 @@ ch3rh 4chü 2chv 4chw +1chy 2chz ci1c ci2s @@ -2130,7 +2138,6 @@ c2m2 co2c co3ch co2d2 -co4der. co3di coff4 coi2 @@ -2145,7 +2152,7 @@ co2pe co1ra cor3d co3re -cos4 +cos3t co4te cô4 2cp @@ -2177,6 +2184,7 @@ da2ben da2bre dab4rü 2d1ac +d2ac. dach3a da2cho dach1s @@ -2269,7 +2277,6 @@ de3b4 3de1c de4ca. de2cka -deco3 de1e4 2d1eff deg2 @@ -2332,6 +2339,7 @@ der2bl de2re2b de4reck der3edi +de4r3eis derer3 de3r4erb de3r4erf @@ -2346,6 +2354,7 @@ der3m2 4d3ersat der3tau der6t5en6d +dert4ra de3ru de4ruh de4rum @@ -2478,7 +2487,7 @@ d2orp dor2ta d2os. dos3s -dost1r +dost1 dot6h do3un d1ö @@ -2678,6 +2687,7 @@ eakt2 ea2la e3alei e4aler. +ealti2 eam3 eam1o ea2na @@ -2707,6 +2717,7 @@ ebe2i 2ebel eb2en ebens3e +ebert4 2ebet 2ebl eb3ler @@ -2755,6 +2766,7 @@ eck3se 2eckt 2e1cl 2eco +eco3d e3cr ec1s4 2ect @@ -3055,6 +3067,7 @@ ek2u e3k2w e1la ela4ben +el3abi el2abt ela2c el1af @@ -3177,6 +3190,7 @@ e2m1erw eme2s 1e2meti e2m1im +emi5na em1int emi3ti 2emm @@ -3254,7 +3268,7 @@ enf2a enf2u 1engad 3engag -en3ge +enge3ra en3g2i en2gl en3glo @@ -3262,7 +3276,7 @@ en3glo eng3se e3ni. e3nic -e4nid +e2nid e3nie eni3er. eni5ers. @@ -3270,7 +3284,6 @@ e2n1i4m e2n1in e3nio 2enis -eni3se e3nit 2eniv en3k2ü @@ -3297,7 +3310,8 @@ ens2el 1ensem ensen1 en3ska -en3s2po +en3sp +ens2po enst5alt en4s3tät 2ensto @@ -3337,6 +3351,7 @@ e4ol e1on. e1ond e1onf +e1onh e1onl e1onr e1ons @@ -3494,6 +3509,7 @@ er1o2b er1of er1oh e3ron +er3ony e2r1o2p e4ro2r e3ros @@ -3514,11 +3530,11 @@ er3sp er3sz ert2ak er6terei +er4t3erf er4ters er2tho 4erti ert3ins -ert4ra erts2e 2eru eruf4s @@ -3551,6 +3567,7 @@ es3eva es2har es2hu es2id +esi1er e2sil es3int es2ir @@ -3875,7 +3892,8 @@ f1erw fe2st fest1a fest3ei -2f1e4ta +2f1eta +fe4tag 3fete fet2t3a feuer3e @@ -3918,8 +3936,6 @@ fge3s 3fi. fi3at fid2 -fi4ds -fid3sc fien3 fi1er2f fi2kin @@ -3982,6 +3998,7 @@ f4luc flu4ger f4lü 2f3m2 +fma2d 2f3n2 fni2s 1fo @@ -3989,6 +4006,7 @@ fob2l 2f1of foli3 fo2na +fon2e fo2nu 2f1op fo1ra @@ -4315,6 +4333,7 @@ ger3no ge1r2ö ger4sto ge3r2u +g1erwa g2e1s2 ges3auf ge3sc @@ -4508,7 +4527,6 @@ gro4u g4ruf 2g3rui 2g3rum -3g4runs 3g4rup 2grut 2g3rüc @@ -4551,7 +4569,6 @@ g3s2pek g3spi gs4pie g4spin -gs2pit gs3pl g3s2por gsrat4 @@ -4596,7 +4613,9 @@ g3tü gu3am gu1an. gu1ant +gu1as gu1c +gu4d3r gu2e 2gued guet4 @@ -4727,7 +4746,6 @@ he2im heim3p hei4mu heine2 -hei4neh h1eink 4heio he1ism @@ -4860,7 +4878,6 @@ hi3ro hir2s his2a hi2se -his2p hi2st hi1th hi3ti @@ -5260,7 +5277,6 @@ hu2ti hut2t hut4zen hut4z3er -hutz1i h2ü h4übs h3übu @@ -5290,6 +5306,7 @@ i2af iaf4l i4a3g2 i2ah +i3ai i2aj i2ak i3ak. @@ -5315,6 +5332,7 @@ ial3t4 ia2lu ial3z2 i2am +i3am. i4amo 2ian ia2nal @@ -5365,9 +5383,8 @@ iben3a ibi2k i3bla i3ble -i2blis ib2o -i2b1ö +i2bö i4brä ib3ren ib4ste @@ -5388,6 +5405,7 @@ i3chlo ich3m i1cho i2ch3r +ich4spe ich2t3r i1chu ich1w @@ -5475,7 +5493,6 @@ ien3sc ien3s2e ien3si iens2k -ien3sp ienst5rä ien3sz ie1nu @@ -5619,6 +5636,7 @@ ike2l1 i2k1e2r2e ik1erf iker6fah +i2k1erh i2ker2l i2k1eta i3ki. @@ -5745,6 +5763,7 @@ in3am i3nap in2ara in2ars +in4art ina4s i2n3au in1äs @@ -5802,7 +5821,7 @@ inn4sta in1od in3ols in1or -ino1s2 +ino1s4 ino3t i1nö in1ö2d @@ -5958,7 +5977,6 @@ i4schwa i6schwir i4schwo isch3wu -is1chy i2s3cr 2ise ise3e @@ -5986,6 +6004,7 @@ i2spar is1pe is1pic is2pit +is2por i2spro is3sa is4s1ac @@ -6047,8 +6066,10 @@ i5thr i2t1id 1itii iti4kan +iti3k2e i2t1in1 it2inn +i6tl itmen2 i5toc i2t1of @@ -6129,7 +6150,6 @@ jean2s je1c je2g jek4ter -jekto2 jektor4 jek2tr je3na @@ -6289,6 +6309,7 @@ ke2lä kel3b4 2ke2lek ke2len +ke2l1er 2ke3let kell4e kel3s2k @@ -6473,6 +6494,7 @@ k4raz 2k3räum 2kre. 2k3rec +2kred. 2k3rede 2k3ref 2kreg @@ -6637,6 +6659,7 @@ lago2 la2g1ob 2la1ho 1lai +la2kes la2k1i l2akk la1k4l @@ -6677,7 +6700,7 @@ lap4pl la2r1an la2r1ei la4rene -3l4ar3g +3l2ar3g lar3ini lar3s 2l1ar3t @@ -6958,8 +6981,10 @@ l3gro 3lia li3ac li3ak +li3am li3ar lia1s +li3b4 libi3 li1c 3lichem @@ -7021,7 +7046,6 @@ li2p3a 3lis. li3s2a li4schu -4lish 2l1isl 2l1i4so li2sp @@ -7193,7 +7217,9 @@ loss2e lo4ste los3t4r lo2ta +lot4h lo3tha +lo3thi loti4o 2l1ov lo2ve @@ -7212,6 +7238,7 @@ l3pa lpe2n3 lp2f l2p1ho +lpi4p lp3t4 l3pu 2l1q @@ -7349,7 +7376,6 @@ lug3sp lu2gu 2l1uh lu1id. -lu1is. lume2 2lumf 2luml @@ -7376,7 +7402,7 @@ lus6serf lus6serk lus6sers lus2s1o -lus2s3p +lus2s1p lus2s3t lus4stä lu4st @@ -7546,6 +7572,7 @@ mein4da me1i4so 3meist me3lam +me2lau 3meld me2lek me2ler @@ -7561,6 +7588,7 @@ mena2b me3nal men3ar men3au +men3ge men3gl me3nor m2ens @@ -7756,6 +7784,7 @@ mp4f3erz mp2fl mpf3li mpf1or +m3pi m3pon mp3ta m3pu @@ -7898,8 +7927,7 @@ na2h1a n3ahn 3nai nai2e -n3aig -n3air +n1aig 2n1ak na2ka 3nako @@ -8064,6 +8092,7 @@ ne3ein n1ef neg4 2ne2he. +2nehen2 3nehm 4n1ehr 2n1ei @@ -8180,7 +8209,6 @@ n2erv n4es. ne3san nes4c -nesi1e ne3ska nes1o ne2s1p @@ -8202,6 +8230,7 @@ ne2u neu1c neu3g 2n1eup +neur2 n2ew 2n1ex 3nez @@ -8275,8 +8304,8 @@ nib4l nich1s nich8ters n1id +3n2id. ni2de -ni3de. ni3dr n4ie nie3b @@ -8322,6 +8351,7 @@ ni3ra 3n2is ni4schw ni2s1e +ni3se. ni2s1p ni3spi nis3s4 @@ -8432,7 +8462,7 @@ nor2d5r n1ort 3n2os. no3sh -no2sp +no2s3p n2oste nost1r 2nostv @@ -8442,6 +8472,7 @@ no4t3ei no2tel no3t3h no4tha +no4thi no2t3in no2t1op no2tr @@ -8502,13 +8533,14 @@ ns2kal n2s1op n4s3ort. nsp4 -n2spat -n2sph +n4spat +n4speri +n4sph n3s2pi ns4pie n2spo ns3pon -n2sprä +n4sprä n4s3prie n4spro nsrü2 @@ -8582,6 +8614,7 @@ n2t1inh ntini1 nt2ins n3ti1t +nt4lem ntmen2 ntmo2 n3to @@ -8706,7 +8739,6 @@ oa3ke oa4k1l o4a3la o4a3mi -oanne4 o2ar o2as 3oa3se @@ -8742,6 +8774,7 @@ ob3s2h ob3sk obs2p ob2sta +ob3sz 2o3bu obu2s 2o3bü @@ -9002,7 +9035,7 @@ onderer5 one2i one2n3 onens2 -o2n1erb +on1erb o2n1erd on1erg on1erö @@ -9060,6 +9093,7 @@ o1pa opab4 o2p3ad op3akt +o3pan opa5s o1pec o1pei @@ -9150,6 +9184,7 @@ or3gle or2gn 2orh 2o3ric +4orie. o4rient o3rier 4oril @@ -9224,7 +9259,8 @@ o4ski os2lo 2oso 2os1p -o2s3per +os2pe +os3pec o3s2po os2sa oss3and @@ -9236,12 +9272,12 @@ os2s3o os4son os2s3p os2s3t -ost1a -osta2b +ost1a2b os4t3am +ost3ang os3tarr -ost4art os4ta4s +ost1au os4tei oster3e os6t5er6we @@ -9279,7 +9315,7 @@ ote2s 4ot2h ot4he ot5hel -o4t3hi +o2t3hi ot3hos o2thr o2t1i2m @@ -9339,10 +9375,10 @@ ox2e ox3l o2xu 1oxy -o1y2en o1yo oy1s4 2o1z +o3z2a oz2e ozen4ta o3zi @@ -9401,6 +9437,7 @@ ozon1 2ön ön2e ö3ni +önizi1 önn2e ön2s ön3sc @@ -9465,7 +9502,6 @@ p2a 1pac pa3da pa2dr -pa2el pa1f4r pag4 pa3gh @@ -9473,7 +9509,7 @@ pa1ho 1pak pa1k4l pak2to -1pala +3pala pala3t 1palä pa3li @@ -9483,10 +9519,11 @@ pa3nei pa2neu pan3k4 2panl -3pa2no +2pann +1pa2no pan3sl pant2 -3panz4 +panz4 1pap papi2 papieren8 @@ -9548,8 +9585,8 @@ pei1 pe1im pekt4s 2peku -1pel -pe2l3a4 +3pel +pe2l1a4 pel3d pe2let pe2lex @@ -9587,7 +9624,7 @@ pe2st p2fab p2fad p2faf -pf3ai +pf1ai p2f1ak pf1ans p2fa4r @@ -9666,6 +9703,7 @@ pi3oi pi3onu 3pip pi2pe +pi4pel pi3ri 3pirin 3pis @@ -9673,6 +9711,7 @@ pi3ri pi3t2a pi1th pit2s +2pitz pi2z1in p1j 2p1k2 @@ -9886,7 +9925,6 @@ ra2chu r2ack r2ad r4ad. -rada2 ra2dam 2radap 3radf @@ -9902,6 +9940,7 @@ ra3gle ra2gn 3r2ahm 4raht +r2ai 2raic rail4l 2r3air @@ -10132,6 +10171,7 @@ rech3ar 4rechs 2reck. 2recki +3red. 4redd 2redit re1el @@ -10303,7 +10343,7 @@ r2greg r2gres r2gret rg3rin -rg3s2p +rg3sp rgs4tr rg5s2tu r1h4 @@ -10350,7 +10390,6 @@ rif3s rif4ter 3rig 5rig. -5rige ri4gene 5rigj rig1l @@ -10387,9 +10426,7 @@ r4inspi 2rint rin4teg rin4t5r -r1inv -r2inva -2rinve +2r1inv 4r1ir r2is ris2a @@ -10554,10 +10591,11 @@ ro2mer 4romm 4romt r2on +ro4nerb 3ronn rons2 ron4tan -ro1ny +4ro1ny ro1pe ro3ph r1or @@ -10570,9 +10608,8 @@ ror3th ro3sh ro3s2i ro3smo -ros2p ros2s1c -ro3st2a +ro3sta rost1r 4roß ro2ßu @@ -10599,7 +10636,7 @@ r1ör r2ös. r2öse 2r1p2 -rp4a +r3p4a rp4e rpe2re rpe4r3in @@ -10723,6 +10760,7 @@ r2temo rte2n1 rten3s2 rt3erei +r4terfa r4terfo r4t3erh r2t1erk @@ -10742,11 +10780,11 @@ rto1p rt1or rto2ri r3tö -r4trak +r4t3rak rt3rec r4treis r5tri -rt1ros +rt3ros rtrü2c r4ts rt4s1eh @@ -10809,6 +10847,7 @@ rus4st ru2st ru3sta 3rut +ru4tei rut3h ru2t1o2 ru2t3r @@ -10872,9 +10911,9 @@ sa1f4r sa4gent sag4n sa2gr -3sai +3s2ai sa3i2k1 -sail4 +sail2 2s1ak sa2ka 3saki @@ -11065,6 +11104,7 @@ seh1s seh3t se2hüb 2s1ei. +2s1eie 2s1eig s1ein 5s4ein. @@ -11197,7 +11237,6 @@ sh4r si2ach si3ach. si2ad -si3am. 2siat sib4 5si1c @@ -11293,6 +11332,7 @@ sk4n 2s1l2 3slal 4slan +sla2ve s2law s3lä sl3b @@ -11334,7 +11374,7 @@ son3au sone2 son5ende son3sä -so2ny +son2s1o so3o 2sopf 3sor. @@ -11366,43 +11406,45 @@ s1ös 1sp2 2sp. 2spaa -2spak -s2pan +4spak +2spala spani7er. -2spap +4spap 2spara -2sparo +4sparo 3sparu 3spaß -2spau +4spau s2paz s2pä 3späh 2spär -s2pee +s3pe. 2spel 4spensi spe3p4 -2s1peri +s1peri 2sperl +2spero s2perr -2spers -2spet +4spers +4spet 3s2pez 4s3pf 2spha +s4phä s3phe -2sphi 3s2pi4e 4spier4 spi2k 4spil 3spio -4spip +4spi4p 4spis 2spl 4spla 4splä +4sple 3s2pli s3p4lu s3pn @@ -11416,7 +11458,7 @@ s2pott 4spr. s2prac s2pran -2sprax +4sprax 2spräm 4spräs 3s4prec @@ -11425,9 +11467,9 @@ s2pran 2sprob 3spross 3spru -2sprüf +4sprüf 2s3ps -2spt +2s4pt 2spun 2spup 3spur @@ -11503,6 +11545,7 @@ st2ac 2stale s3ta3li 2stalk +st1alm st1alp st1ami 4stan. @@ -11514,7 +11557,8 @@ sta4na 2stanw s4tar. 4stari -s4t2ars +s4tars +st1asi s3tat. s4tau. 2stauf @@ -11862,6 +11906,7 @@ tag4st tah2 tah3le tahl3sk +t2ai ta3i2k tai2l ta1ins @@ -11877,6 +11922,8 @@ tak6ta ta2la ta3lag ta3lak +t1alb. +t1albk tal3d 3t4ale ta4lens @@ -12028,8 +12075,7 @@ teg3re 2teh 3teha 3tehä -3t2ei. -t2eie +3tei. t3eifr teik4 3teil @@ -12041,6 +12087,7 @@ t3einla 4teinn t3eis. t3eisb +tekt2 5tel. 3tela te2l3ab @@ -12291,7 +12338,6 @@ ti4gerz 3tik ti2kam ti2kar -ti3k2er ti2kin ti2krä ti2lar @@ -12351,6 +12397,7 @@ ti2za 4t3k4 4t3l tl4e +5tlem tle2r3a 6t5li tlung4 @@ -12384,6 +12431,7 @@ to2men 2tomg 3ton to2nau +to2neh 3too to2pak to2pat @@ -12397,7 +12445,6 @@ to4rän t1ord 3tore to2rel -to3ren t1org t3orga 3torin @@ -12449,6 +12496,7 @@ tra4far 5t4rai 3trak 3tral +2t3rams 3t4ran. 2trand 3trank @@ -12507,7 +12555,6 @@ t3rev 2t3rh 3tri 4tric -2trid 5trieb tri4er 5trigg @@ -12539,7 +12586,7 @@ t3röc 4truk trum2 trums1 -2trund +2t3rund 3t4runk 5t4rup tru2th @@ -12647,7 +12694,6 @@ ttel1o ttes1 tte2sa tte2sä -t4teti tt2häu t2t3ho t3ti @@ -12681,6 +12727,7 @@ tu3fen t3u2fer tuff3 2tuh +tu2is 2tuk t3u2kr tul2a @@ -12847,6 +12894,7 @@ u1cl u3d2a uden3s2 uder2e +udert4 udi3en uditi4 u2don @@ -12981,6 +13029,7 @@ ui1em u3ig u4ige u1in. +u1is. u3isch. u3ischs uisi4n @@ -13219,7 +13268,6 @@ ur1im ur1ini ur3ins ur1int -u2rinv urk2s 1urlau 4u1ro @@ -13298,6 +13346,8 @@ u2tär u3te ut1eg ute4ge +ut1ei. +ut1eie ute2n1 u2tent uter4er @@ -13334,7 +13384,7 @@ utu4re utu5ru u3tü utz3eng -ut2zin +ut2z1in ut2zo ut2z1w 2u1u2 @@ -13517,7 +13567,7 @@ ve3le ve3li ve3lo ve3ma -ve3mu +2ve3mu ve3nal ven2c ve3ne @@ -13599,6 +13649,7 @@ vor3d vor3e vor3g vo3ri +vo5rig vormen4 3voy vö2c @@ -13949,6 +14000,7 @@ y1of yom2 yon4i y1ont +y1os y1ou y1p ypa2 @@ -14000,7 +14052,6 @@ za3gr zale3 2z1all 2z1am -3zambiq z1an za2na 2z3anf @@ -14089,7 +14140,7 @@ zer4t3ag zert4an zer6tere zer4tin -zer6t5rau +zer6trau 4zerwei 2z1erz 3z2erza @@ -14158,6 +14209,7 @@ zor4ne 2z3ot 2zö2f z1öl +2zön 2z3p4 2z1q 2z3r2 diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-ch-1901.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-ch-1901.tex index 14ab9960f35..ff96e8c00e0 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-ch-1901.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-ch-1901.tex @@ -1,12 +1,12 @@ -% dehyphts-x-2009-06-19.pat +% dehyphts-x-2011-06-01.pat -\message{Swiss-German Hyphenation Patterns (Traditional Orthography) `dehyphts-x' 2009-06-19 (WL)} +\message{Swiss-German Hyphenation Patterns (Traditional Orthography) `dehyphts-x' 2011-06-01 (WL)} % TeX-Trennmuster für die traditionelle deutsch-schweizerische % Rechtschreibung % % -% Copyright (C) 2008 Werner Lemberg <wl@gnu.org> +% Copyright (C) 2009, 2011 Werner Lemberg <wl@gnu.org> % % This program can be redistributed and/or modified under the terms % of the LaTeX Project Public License Distributed from CTAN @@ -16,7 +16,7 @@ % % The word list is available from % -% http://repo.or.cz/w/wortliste.git?a=commit;h=e4826ce7db99bceb6043be48983ff2b67d56669f +% http://repo.or.cz/w/wortliste.git?a=commit;h=2d246449f5c4f570f4d735d3ad091f6ad70f6972 % % The used patgen parameters are % @@ -79,7 +79,6 @@ .äm3 .ät2s .be3erb -.bei6ge. .be3ra .be3r2e .berg3a @@ -187,7 +186,6 @@ .in3e .ink4 .inn2e -.int6 .inu1 .ire3 .is2a @@ -200,11 +198,13 @@ .ker3s .ki4e .kle2i +.kni4e .kopf1 .ks2 .kus2 .le4ar .li2f +.li4ve. .lo4g3in .lo3ver .lu4str @@ -237,6 +237,7 @@ .ort2 .orts3e .ort4st +.os5t6alg .oste2 .ost5end .osten8de @@ -284,6 +285,8 @@ .th4 .ti2a .tid1 +.ti4me. +.ti4mes .ti2s .tite4 .to4nin @@ -334,13 +337,14 @@ aa2gr 4a2ar aa2r1a aar3f4 -aart4 +aart2 aas1t aat4s1 a3au a1ä a1b 2aba +abais4 ab1auf ab1ä ab2äu @@ -401,7 +405,6 @@ ab1ur 1abw 2aby 1abz -2ac. 2aca 2ac1c a1cem @@ -460,6 +463,7 @@ a1d a3d2ab ad2ag adai4 +ada2m ad3ama a2d1an 3a4dap @@ -492,7 +496,7 @@ ad4res ad3ru 2ads2 ad3sz -2ad2t1 +ad2t1 2adu 2a1e1 ae2b @@ -550,6 +554,7 @@ age4na age4neb a2gent a4gentu +ag2er age4ral 2ages age2sa @@ -612,7 +617,6 @@ aht1s a1hu ah1w a1hy -2ai aian3 aid4s aids1t @@ -627,17 +631,20 @@ a1ind ain4e a1ing ain3sp +2ais ai2sa a3isch. ai3s2e aiso2 aiss2 +ais4se. ais5st a3iv. aive3 a3ivl a3ivs a1j +ajekt4o 2ak. 1a2k4ad 2akal @@ -758,6 +765,7 @@ al4lec al3lend all5erfa al3les +1allgä alli5er. alli7ers. al2lob @@ -772,7 +780,6 @@ al2ös 3alpe. 1alph al3skl -al4spal al2sum al3sun al2tak @@ -800,7 +807,6 @@ amab4 amad2 ama3g 2amä -2ambiq am4e 2ame. a2meb @@ -884,6 +890,7 @@ an3f2u an2g1ei an4g3erf an4g3erl +an4gerw an4g3erz 2angf 2angh @@ -898,7 +905,7 @@ ang3sc ang6s3po 1anh 2a3ni -an2id +an2i3d ani5ers. 3a4nim a4nins @@ -913,7 +920,6 @@ ank1r an2k3ra an2k3rä ankt4 -an2ky 1anl 2anmu 2ann @@ -969,7 +975,7 @@ ao1i4 a1op a1or a1os -ao3t2 +ao3t4 a3ot. a1ö a1p @@ -977,7 +983,6 @@ a1p 2a3pa 2ape a2pef -a3pel a2pé a2pf ap2fa @@ -1092,8 +1097,8 @@ ar2the art2i artin2 2arto -art3r -ar4tram +ar4t3ram +art3re 2arts 2aru ar1uh @@ -1132,7 +1137,6 @@ as1o2f a3sol as1or as1p -as3pan as2ph as2pi as2po @@ -1246,9 +1250,12 @@ auf1er au4ferk auff4 3aufn +2auft. 2aug 4augeh +2auh au3ha +au2hu 4au1i au2is 2auj @@ -1294,10 +1301,8 @@ aus3tri 1ausü 1ausz au3ß -2aut. au2t1äu -2aute -au4ten4g +auten4g au4t3erh 3auto 2auts @@ -1601,6 +1606,7 @@ be1eta be3g2 2b1eier bei1f4 +bei4ge. beik4 beil2 bei3la @@ -1742,7 +1748,7 @@ b3leb 2b3leid b3lein 3blem -3blen +3ble4n b3lese ble3sz b4let @@ -1752,7 +1758,7 @@ b3leu b2lie 2blig bling4 -b3lis +b4lis b2lit 3blitz b2lo @@ -1800,6 +1806,7 @@ bot2s3t bo2xi bö2b3 2böf +b1öl 2b1p2 bpa2g 2b1q @@ -1846,7 +1853,6 @@ bs2ca b6schan b6schef bs4cu -b3se. bs1e2b b3sel. bs1ele @@ -1858,7 +1864,6 @@ bs3e4r3in b4sers b3ses bsi2t -bs2ku b4sl b2s1of bs1op @@ -1928,7 +1933,7 @@ bzeit1 bzu1 1ca 2c1ab -ca1ch +ca2ch ca2e3 ca3g4 ca1h @@ -1950,6 +1955,7 @@ c1ch2 c2d2 c3do 2cec +ceco4 ce2dr 2cef ce1i @@ -2052,6 +2058,7 @@ chus4si 2chü 2chv 2chw +1chy 2chz ci1c ci2s @@ -2090,7 +2097,6 @@ c2m2 1co co1ch co2d2 -co4der. co3di coff4 coi2 @@ -2106,7 +2112,6 @@ co1ra cor3d co3re cos4 -co2st co2te 2cp c1q @@ -2136,6 +2141,7 @@ da2ben da2bre dab4rü 2d1ac +d2ac. dach3a da2cho 4d3achse @@ -2222,7 +2228,6 @@ de3b4 2d1e4ben 3dec de1ch -deco3 de1e2 2d1eff deg2 @@ -2255,7 +2260,7 @@ del4san del2s5e del2so del2s1p -del3t4 +del3t dem2ar 2d1emp d2en. @@ -2281,6 +2286,7 @@ der2bl de2re2b de4reck der3edi +de4r3eis derer3 de3r4erb de3r4erf @@ -2298,6 +2304,7 @@ derö4 4d3ersat der3tau der6t5en6d +dert4ra de3ru de4ruh de4rum @@ -2427,8 +2434,8 @@ d2orp dor2ta d2os. dos3s +dost1 do4sta -dost1r dot6h do3un d1ö @@ -2619,6 +2626,7 @@ eakt2 ea2la e3alei e4aler. +ealti2 e2ame eam1o eam3t @@ -2648,6 +2656,7 @@ ebe2i 2ebel eb2en ebens3e +ebert4 2ebet 2ebl eb3ler @@ -2699,6 +2708,7 @@ eck3se 2eckt 2e1cl 2eco +eco3d 2ect e1d e3d2a @@ -2887,7 +2897,7 @@ e1hy 4eib ei2bar ei2bl -eibu4t +eibu2t ei4b3ute ei2cho e2id @@ -2897,7 +2907,6 @@ ei3de ei4d3err 2eidn ei3dra -eid2sc ei1e 4eien eienge4 @@ -3000,6 +3009,7 @@ ek2u e3k2w e1la ela4ben +el3abi el2abt el1af ela2h @@ -3120,6 +3130,7 @@ e6mentsp e2m1erw 1e2meti e2m1im +emi5na em1int emi3ti 2emm @@ -3197,7 +3208,7 @@ enf2a enf2u 1engad 3engag -en3ge +enge3ra en3g2i en2gl en3glo @@ -3207,7 +3218,7 @@ eng3sc eng3se e3ni. e3nic -e4nid +e2nid e3nie eni3er. eni5ers. @@ -3215,7 +3226,6 @@ e2n1i4m e2n1in e3nio 2enis -eni3se e3nit 2eniv en3k2ü @@ -3285,6 +3295,7 @@ e4ol e1on. e1ond e1onf +e1onh e1onl e1onr e1ons @@ -3446,6 +3457,7 @@ e1rok e1rol e1rom e3ron +er3ony er1o2p e4ro2r e1ros @@ -3470,11 +3482,11 @@ ers2te er3sz ert2ak er6terei +er4t3erf er4ters er2tho 4erti ert3ins -ert4ra erts2e 2eru eruf4s @@ -3502,6 +3514,7 @@ esch2 e4sco e4scu es1ebe +e3seg es3ehr e2sein ese4ler @@ -3510,6 +3523,7 @@ es3eva 4esh es2har es2hu +esi1er e2s1il es1ini es3int @@ -3563,6 +3577,7 @@ es1ur e3sy eße3r2e e1t +e3ta. etab4 et1am 1etap @@ -3825,7 +3840,8 @@ fes2t fe2st1a fe4st3ei fe2str -2f1e4ta +2f1eta +fe4tag 3fete fet2t3a feuer3e @@ -3868,7 +3884,6 @@ fge3s 1fi 3fi. fi3at -fi4ds fi1er2f fi2kin fi3kl @@ -3928,6 +3943,7 @@ f4luc flu4ger f4lü 2f3m2 +fma2d 2f3n2 fni2s 1fo @@ -3935,6 +3951,7 @@ fob2l 2f1of foli3 fo2na +fon2e fo2nu 2f1op 4f3org @@ -4255,6 +4272,7 @@ ge1ro ge1r2ö ger4sto ge3r2u +g1erwa ges2c ges3elt ge2s1er @@ -4354,6 +4372,7 @@ g2lom 3g2lot 2gls 2g1lu2 +glu3te 3glü g2ly 2g1m2 @@ -4443,7 +4462,6 @@ gro4u g4ruf 2g3rui 2g3rum -3g4runs 3g4rup 2grut 2g3rüc @@ -4486,7 +4504,6 @@ gs1o2 gs1p4 g3s2pek gs4pie -gs2pit gs3pl g5s2por gsrat4 @@ -4520,11 +4537,13 @@ g3sy g3te gti2m gt4r -gt2se +gt4se 1gu gu3am gu1an. gu1ant +gu1as +gu4d3r gu2e 2gued guet2 @@ -4554,6 +4573,7 @@ gu3sti gu2ß1 gu2t gut1a +gu3te gu4t3erh gut3h 2güb @@ -4617,7 +4637,7 @@ hau2sc hau4spa hau4s3ti hau4sto -hau6terk +h2aut. 2hauto hau2tr h1äff @@ -4661,7 +4681,6 @@ he2im heim3p hei4mu heine2 -hei4neh h1eink 4heio he1ism @@ -4787,8 +4806,8 @@ hir4ner hi3ro hir2s his2a -hi2se -his2p +hi4se +hi2spa hi3ti 2hiu h1j @@ -5196,7 +5215,6 @@ hu2ti hut2t hut4zen hut4z3er -hutz1i h2ü h4übs h3übu @@ -5225,6 +5243,7 @@ i2af iaf4l i4a3g2 i2ah +i3ai i2aj i2ak i3ak. @@ -5251,6 +5270,7 @@ ial3t4 ia2lu ial3z2 i2am4 +i3am. i4amo 2ian ia2nal @@ -5300,9 +5320,8 @@ iben3a ibi2k i3bla i3ble -i2blis ib2o -i2b1ö +i2bö i4brä ib3ren ib4ste @@ -5344,7 +5363,7 @@ idni3 i2dol 1idol. 2i2dr -i3dsc +i3d2sc id2s1p idt4 i2dy @@ -5549,6 +5568,7 @@ ike2l1 i2k1e2r2e ik1erf iker6fah +i2k1erh i2ker2l i2k1eta i3ki. @@ -5676,6 +5696,7 @@ in1am i3nap in2ara in2ars +in4art ina4s i2n3au2 inaus1 @@ -5738,6 +5759,7 @@ inn4sta in1od in3ols in1or +inos4 ino3t i1nö in1ö2d @@ -5862,7 +5884,6 @@ irpla4 ir4rei irr2h ir4sch3w -ir3se ir3sh irt4st iru2s1 @@ -5890,7 +5911,6 @@ i4schwa i6schwir i4schwo isch3wu -is1chy i2s3cr 2ise ise3e @@ -5920,6 +5940,7 @@ i2spar is1pe is1pic is2pit +is2por i2spro is3sa is4saa @@ -5982,10 +6003,12 @@ i1ti i2t1id 1itii iti4kan +iti3k2e i2t1in1 it2inn i3tis i3tiv +i4tl itmen2 i1to i3toc @@ -6073,7 +6096,6 @@ je2a jean2s je2g jek4ter -jekto2 jektor4 jek2tr je3na @@ -6102,7 +6124,7 @@ ju2k jung5s ju3ni jur2o -jut2e3 +ju3t2e3 2j1v 1ka 3ka. @@ -6226,6 +6248,7 @@ ke2lä kel3b4 2k1e2lek ke2len +ke2l1er 2ke3let kell4e kel3s2k @@ -6405,6 +6428,7 @@ k4raz 2k3räum 2kre. 2k3rec +2kred. 2k3rede 2k3ref 2kreg @@ -6560,6 +6584,7 @@ la2g1ob 2la1ho 1lai lai4s1t +la2kes la2k1i l2akk la1k4l @@ -6601,7 +6626,7 @@ lap4pl la2r1an la2r1ei la4rene -3l4ar3g +3l2ar3g lar3ini 2l1ar3t l3arti @@ -6884,7 +6909,9 @@ lg4s1t 3lia li3ac li3ak +li3am li3ar +li3b4 libi3 li1c 3lichem @@ -6894,7 +6921,7 @@ li3chi li3d2a li2deo 2l1ido -li4ds +li4d3s l2ie 3lie. liebe4s @@ -6946,7 +6973,6 @@ li2p3a 3lis. li3s2a li4schu -4lish 2l1isl 2l1i2so li2sp @@ -7118,7 +7144,9 @@ lo2s3to lo2s3t4r lo2ßu lo2t1a +lot4h lo3tha +lo3thi loti4o 2l1ov lo2ve @@ -7137,6 +7165,7 @@ l3pa lpe2n3 lp2f l2p1ho +lpi4p lp3t4 l3pu 2l1q @@ -7156,7 +7185,6 @@ l3sare l2sau2 l4schin l4schmü -l3se. l2s1e2b l2s1ec l2s1em @@ -7187,7 +7215,6 @@ l2stit ls2tr ls1um l2sun -lsu3s ls2zen 4l1t l2tab @@ -7242,7 +7269,6 @@ l4ts lt3sc lt1spa lt4stab -lt5ste lt4stoc ltt2 lt1uh @@ -7271,7 +7297,6 @@ lug3sa lu2gu 2l1uh lu1id. -lu1is. lume2 2lumf 2luml @@ -7299,7 +7324,7 @@ lus6serf lus6serk lus4si lus2s1o -lus2s3p +lus2s1p lus4s1t lus6suc lus2t @@ -7311,8 +7336,8 @@ lust3re lu2s1u 4lu2ß1 lu2t1a -lu4teg -lu4t3erg +lu2teg +lut3erg lut1o2f lu2top lu2t3r @@ -7386,7 +7411,7 @@ ma3ler mali1 mal3lo 2mallt -malu4 +malu2 ma2l3ut mam3m 2m1anal @@ -7474,6 +7499,7 @@ mein4da me1i2so m2eist me3lam +me2lau 3meld me2lek me2ler @@ -7488,6 +7514,7 @@ mena2b me3nal men3ar men3au +men3ge men3gl me3nor m2ens @@ -7671,6 +7698,7 @@ mp4f3erz mp2fl mpf3li mpf1or +m3pi m3pon mp3ta m3pu @@ -7798,8 +7826,7 @@ na2h1a n3ahn 3nai nai2e -n3aig -n3air +n1aig 2n1ak na2ka 3nako @@ -7883,6 +7910,7 @@ n2auso 4nauss n4auste 4nausw +nau3te navi5er. navi5ers 1nä @@ -7898,6 +7926,7 @@ n2äss 2näu 3nä1um 2n3b4 +nbais4 nbe2in nbe3n nbe3r2e @@ -7961,6 +7990,7 @@ ne3ein n1ef neg4 2ne2he. +2nehen2 3nehm 4n1ehr 2n1ei @@ -8078,7 +8108,6 @@ n4es. nes2c ne2sei ne2sev -nesi1e ne3ska nes1o ne2sor @@ -8099,6 +8128,7 @@ ne2u neu1c neu3g 2n1eup +neur2 n2ew 2n1ex 3nez @@ -8172,8 +8202,8 @@ nib4l nibu2 nich8ters n1id +3n2id. ni2de -ni3de. ni3dr n4ie nie3b @@ -8328,7 +8358,7 @@ nor2d5r n1ort 3n2os. no3sh -no2sp +no2s3p n2oste nost1r 2nostv @@ -8338,6 +8368,7 @@ no4t3ei no2tel no3t3h no4tha +no4thi no2t3in no2t1op no2tr @@ -8397,6 +8428,7 @@ n2s1op n4s3ort. nsp4 n2spat +n4speri n2sph ns2pi n2spo @@ -8472,6 +8504,7 @@ n2t1inh ntini1 nt2ins n3tit +nt4lem ntmen2 ntmo2 n3to @@ -8537,6 +8570,7 @@ nu4s1t 1nu2ß 1nut nu2t1a +nu3te nu2t3r 1nuu 1nux @@ -8596,7 +8630,6 @@ oa3ke oak1l o4a3la o4a3mi -oanne4 o2ar o2a3s 3oase @@ -8630,10 +8663,11 @@ o2b3li 2o3bo o2b3re o3bri -ob3s2h +obs2 +ob3sh ob3sk -obs2p ob2sta +ob3sz 2o3bu 2o3bü 2oby2 @@ -8897,7 +8931,7 @@ onderer5 one2i one2n1 onen3g -o2n1erb +on1erb o2n1erd on1erg on1erö @@ -8952,6 +8986,7 @@ o1pa opab4 o2p3ad op3akt +o3pan o1pec o1pei o1pe4n @@ -9037,6 +9072,7 @@ or3gle or2gn 2orh 2o3ric +4orie. o4rient o3rier 4oril @@ -9111,7 +9147,8 @@ o4ski os2lo 2oso 2os1p -o2s3per +os2pe +os3pec o3s2po os2pr os2sa @@ -9127,12 +9164,12 @@ os4son os2s3p os4s3t os2t -ost1a -o2sta2b +o2st1a2b o3stal. -o4stam -ost4art +o4st1am +ost3ang osta4s +ost1au o4sterd oster3e ost5er6we @@ -9172,7 +9209,7 @@ o2t1erw 4ot2h ot4he ot5hel -o4t3hi +o2t3hi ot3hos o2thr o2t1i2m @@ -9231,9 +9268,9 @@ ox2e ox3l o2xu 1oxy -o1y2en o1yo 2o1z +o3z2a oz2e ozen4ta o3zi @@ -9293,6 +9330,7 @@ ozon1 2ön ön2e ö3ni +önizi1 önn2e ö1nu öo1 @@ -9350,7 +9388,6 @@ p2a 1pac pa3da pa2dr -pa2el pa1f4r pag4 pa3gh @@ -9358,7 +9395,7 @@ pa1ho 1pak pa1k4l pak2to -1pala +3pala pala3t 1palä pa3li @@ -9370,10 +9407,11 @@ pa3nei pa2neu pan3k4 2panl -3pa2no +2pann +1pa2no pan3sl pant2 -3panz4 +panz4 1pap papi2 papieren8 @@ -9433,8 +9471,8 @@ pei1 pe1im pekt4s 2peku -1pel -pe2l3a4 +3pel +pe2l1a4 pel3d pe2let pe2lex @@ -9473,7 +9511,7 @@ pes3s2 p2f1ab p2fad p2faf -pf3ai +pf1ai p2f1ak pf1ans p2fa4r @@ -9538,7 +9576,6 @@ piegelei8en pi2el piela2 3pier -pie3t 3pik 1pil pi3le @@ -9552,6 +9589,7 @@ pi3oi pi3onu 3pip pi2pe +pi4pel pi3ri 3pirin 3pis @@ -9559,6 +9597,7 @@ pi3ri pis2t pi3t2a pit2s +2pitz pi2z1in p1j 2p1k2 @@ -9765,7 +9804,6 @@ ra2chu r2ack 1r2ad r4ad. -rada2 ra2dam 2radap 3radf @@ -9781,6 +9819,7 @@ ra3gle ra2gn 3r2ahm 4raht +r2ai 2raic rail4l 2r3air @@ -9878,7 +9917,6 @@ rat2st rau3e2n 2rauf 2raug -r2auh 3raum rau4m3ag rau4man @@ -9889,6 +9927,7 @@ rau2sp 2raus5s rau4sti raus3tr +4raut raut5s 1raü r2ax @@ -10016,6 +10055,7 @@ rech3ar 4rechs 2reck. 2recki +3red. 4redd 2redit re1el @@ -10195,7 +10235,7 @@ r2greg r2gres r2gret rg3rin -rg1s2p +rg1sp rgs2tr r1h4 2rh. @@ -10237,7 +10277,6 @@ ri2fr rif4ter 3rig 5rig. -5rige ri4gene 5rigj rig1l @@ -10273,9 +10312,7 @@ r4inspi 2rint rin4teg rin4t5r -r1inv -r2inva -2rinve +2r1inv 4r1ir r2is ris4a @@ -10440,10 +10477,11 @@ ro2mer 4romm 4romt r2on +ro4nerb 3ronn rons2 ron4tan -ro1ny +4ro1ny ro1pe 2ro2pf ro3ph @@ -10457,11 +10495,10 @@ ror3th ro3sh ro3s2i ro3smo -ros2p ros2s1c ros4sie ros4t -ro3st2a +ro3sta ro2st1r ro2ßu ro4tag @@ -10486,7 +10523,7 @@ r1ör r2ös. r2öse 2r1p2 -rp4a +r3p4a rp4e rpe2re rpe4r3in @@ -10592,6 +10629,7 @@ r2telf rte2n1 r3ten. rt3erei +r4terfa r4terfo r4t3erh r2t1erk @@ -10611,10 +10649,10 @@ r2tinf rto1p rt1or rto2ri -r2trak +r2t3rak rt3rec r4treis -rt1ros +rt3ros r4ts rt4s1eh rt1spe @@ -10668,6 +10706,7 @@ ru2si rus2s1p rus6s3t 3rut +ru2tei rut3h ru2t1o2 ru2t3r @@ -10732,9 +10771,9 @@ sa1f4r sa4gent sag4n s1a2gr -3sai +3s2ai sa3i2k1 -sail4 +sail2 2s1ak sa2ka 3saki @@ -10897,6 +10936,7 @@ sda3me sdien4e sd4r 1se +3se. se3at. 2s1e2ben seb4r @@ -10927,6 +10967,7 @@ seh3s seh3t se2hüb 2s1ei. +2s1eie 2s1eig s1ein 5s2ein. @@ -11056,7 +11097,6 @@ sh4r si2ach si3ach. si2ad -si3am. sia4s 2siat sib4 @@ -11147,6 +11187,7 @@ sk4n 2s1l2 3slal 4slan +sla2ve s2law sl3b s5le @@ -11157,6 +11198,7 @@ slo3be s3loe 2s1m2 s3ma +s3mu 2s3n4 4sna snab4 @@ -11184,7 +11226,7 @@ son3au sone2 son5ende son3sä -so2ny +son2s1o so3o 2s1opf 3sor. @@ -11216,7 +11258,7 @@ sp2 2sp. 2spaa 2spak -s2pan +2spala spani7er. 2spano 2spap @@ -11229,27 +11271,28 @@ spani7er. s2paz s2pä 2spär -s2pee +s3pe. 2spel 4spensi spe3p4 -2s1peri +s1peri 2sperl +2spero s2perr 2spers 2spet 1s2pez 2s3pf 2spha +s4phä s3phe -2sphi 1spi 3s2pi4e 4spier4 spi2k 2spil 3spio -4spip +4spi4p 4spis 2spl 4spla @@ -11282,7 +11325,7 @@ s2pran 2sprüf 1sprün 2s3ps -2spt +2s4pt 2spun 2spup 3spur @@ -11374,6 +11417,7 @@ st2ac 2stale 3sta3li 2stalk +st1alm st1alp 3stam st1ami @@ -11386,8 +11430,9 @@ sta4na 2stanw 4stanza s2tar. -s2t2ars +s2tars 3start +st1asi 3stat 3s4tau. 2stauf @@ -11595,6 +11640,7 @@ süden2 3sün 2s1v 2s1w +s3we sweh2 4swie 4swil @@ -11705,6 +11751,7 @@ tag4st tah2 tah3le tahl3sk +t2ai ta3i2k tai2l ta1ins @@ -11721,6 +11768,8 @@ tak2ta ta2la ta3lag ta3lak +t1alb. +t1albk 1talbu tal3d 1t4ale @@ -11867,8 +11916,6 @@ te2es teg2 teg3re 2teh -t2ei. -t2eie t3eifr teik4 1teil @@ -11876,11 +11923,10 @@ teik4 tein3ec t3einge t3einla -4teinn t3eis. t3eisb tei3st -tek3t +tek3t2 tela4 te2l3ab te2l1ac @@ -11939,7 +11985,7 @@ ten3ens 4tenerg te2net ten3g -4t1eng. +t1eng. ten4gla t4enh te2ni @@ -11955,10 +12001,9 @@ t4enta t3entb 4tentd t4ente -4tentn ten4t3ri 4t3entw -4t3entz +t3entz ten6zerh ten3zw t3e2pi @@ -11985,7 +12030,7 @@ ter3g2 6tergrei t6ergru 2t1ergu -4tergü +2tergü t4eri te3ria 4terklä @@ -12015,8 +12060,7 @@ ter3za 4t3erzb te2s tes1ac -te3se -te4sel +te3ser te3si te3so te3sp @@ -12091,7 +12135,7 @@ t3hof t4hol. t3hor 2t3hot -thou2 +thou4 2t3hö 2thp 1th2r2 @@ -12127,7 +12171,6 @@ ti4gerz tihi4 ti2kam ti2kar -ti3k2er ti2kin ti2krä tiks2 @@ -12188,6 +12231,7 @@ ti2za 2t3k4 2t3l2 tl4e +3tlem tle2r3a 4t5li 2t1m2 @@ -12218,6 +12262,7 @@ to2men 2tomg 1ton to2nau +to2neh 3too to2pak to2pat @@ -12230,7 +12275,6 @@ to4rän t1ord 1tore. to2r1el -to3ren t1org t3orga tor3int @@ -12271,6 +12315,7 @@ tra4far 2trahm 3t4rai 1tram +2t3rams 3t4ran. 2trand 1trank @@ -12330,7 +12375,6 @@ t3rev 3t4ré 2t3rh 1trib -2trid 3trieb. 3triebs tri2er @@ -12359,7 +12403,7 @@ t3röc 2truk trum2 trums1 -2trund +2t3rund 1t4runk 3t4rup t3ruß @@ -12462,7 +12506,6 @@ ttel1o t3ter tt2erg tte4s1ä -t2teti tt2häu t2t3ho t3tro @@ -12487,6 +12530,7 @@ tuf2e tu3fen t3u2fer 2tuh +tu2is t3u2kr tul2a 1tum @@ -12655,6 +12699,7 @@ u1cl 2u1d u3d2a uder2e +udert4 udi3en uditi4 u2don @@ -12777,6 +12822,7 @@ uh4rin uhrt4 uh2ru uh4rü +uh1un uh1w 2ui ui2c @@ -12786,6 +12832,7 @@ u3ig u4ige u1im u1in. +u1is. u3isch. u3ischs uisi4n @@ -12915,7 +12962,7 @@ une2h un2ei. un3ein unen2t -un4es2 +un4es4 1unget 1ungew 1unglü @@ -13024,7 +13071,6 @@ ur1im ur1ini ur3ins ur1int -u2rinv 1urlau 4u1ro u3rol @@ -13114,16 +13160,19 @@ ut3a2m u2t1ap u2t1ar u2tär -u3te +u3te. ut1eg ute4ge +ut1ei. +ut1eie ute2n1 +u3ten. u2tent uter4er u4t3ersa -ut2es -ut2et -u4tev +u3t2es +u3t2et +u2tev u4t1ex utfi4 ut2he @@ -13152,11 +13201,10 @@ utt1s2 utu4re utu5ru utz3eng -ut2zin +ut2z1in ut2zo ut2z1w 2u1u2 -uufe2 u1ü2 u1v4 u2ve. @@ -13326,7 +13374,7 @@ ve3le ve3li ve3lo ve3ma -ve3mu +2ve3mu ve3nal ven2c ve3ne @@ -13408,6 +13456,7 @@ vor3d vor3e vor3g vo3ri +vo5rig vormen4 vorö4 3voy @@ -13601,7 +13650,7 @@ wun2s wur2fa 1wurst wus4 -1wu4t1 +1wu2t1 1wüh wüs4 2w1w @@ -13750,6 +13799,7 @@ y1of yom2 yon4i y1ont +y1os y1ou y1p ypa2 @@ -13803,7 +13853,6 @@ zale3 za3li 2z1all 2z1am -3zambiq z1an za3ne 2z3anf @@ -13898,7 +13947,7 @@ zer4t3ag zert4an zer6tere zer4tin -zer6t5rau +zer6trau 4zerwei 2z1erz 3z2erza @@ -13967,6 +14016,7 @@ zor4ne 2z3ot 2zö2f z1öl +2zön 2z3p4 2z1q 2z3r2 @@ -13999,6 +14049,7 @@ zugs1t zug4ste zug1un 2z1uhr +zuh2u zu1i zu3k 2z1um. diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-et.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-et.tex index 4bd3bca2e3c..c934ea33f0f 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-et.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-et.tex @@ -2,7 +2,7 @@ % semi-manual conversions of hyphenation patterns into UTF-8 in June 2008. % % Source: eehyph.tex (2004-04-13) -% Author: E. Saar +% Author: Een Saar <saar at aai dot ee> % % The above mentioned file should become obsolete, % and the author of the original file should preferaby modify this file instead. @@ -59,7 +59,7 @@ %------------------------------------------------------------------------------ % % Estonian hyphenation patterns -% Copyright 2003 E. Saar +% Copyright 2003 Een Saar % % This work may be distributed and/or modified under the conditions % of the LaTeX Project Public License, either version 1.3 of this diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-gu.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-gu.tex index c5d5c79f0db..74af0ab0f6b 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-gu.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-gu.tex @@ -1,5 +1,5 @@ % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Gujarati diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hi.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hi.tex index 7ab1679051e..1f1dad1feb1 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hi.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hi.tex @@ -1,5 +1,5 @@ % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Hindi diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hr.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hr.tex index 30a24d7d986..e269419d961 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hr.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hr.tex @@ -1,71 +1,21 @@ -% This file is part of hyph-utf8 package and resulted from -% semi-manual conversions of hyphenation patterns into UTF-8 in June 2008. % -% Source: hrhyph.tex (1996-04-10) -% Author: Marinović Igor <migor at student.math.hr> -% -% The above mentioned file should become obsolete, -% and the author of the original file should preferaby modify this file instead. -% -% Modificatios were needed in order to support native UTF-8 engines, -% but functionality (hopefully) didn't change in any way, at least not intentionally. -% This file is no longer stand-alone; at least for 8-bit engines -% you probably want to use loadhyph-foo.tex (which will load this file) instead. -% -% Modifications were done by Jonathan Kew, Mojca Miklavec & Arthur Reutenauer -% with help & support from: -% - Karl Berry, who gave us free hands and all resources -% - Taco Hoekwater, with useful macros -% - Hans Hagen, who did the unicodifisation of patterns already long before -% and helped with testing, suggestions and bug reports -% - Norbert Preining, who tested & integrated patterns into TeX Live -% -% However, the "copyright/copyleft" owner of patterns remains the original author. -% -% The copyright statement of this file is thus: -% -% Do with this file whatever needs to be done in future for the sake of -% "a better world" as long as you respect the copyright of original file. -% If you're the original author of patterns or taking over a new revolution, -% plese remove all of the TUG comments & credits that we added here - -% you are the Queen / the King, we are only the servants. -% -% If you want to change this file, rather than uploading directly to CTAN, -% we would be grateful if you could send it to us (http://tug.org/tex-hyphen) -% or ask for credentials for SVN repository and commit it yourself; -% we will then upload the whole "package" to CTAN. -% -% Before a new "pattern-revolution" starts, -% please try to follow some guidelines if possible: -% -% - \lccode is *forbidden*, and I really mean it -% - all the patterns should be in UTF-8 -% - the only "allowed" TeX commands in this file are: \patterns, \hyphenation, -% and if you really cannot do without, also \input and \message -% - in particular, please no \catcode or \lccode changes, -% they belong to loadhyph-foo.tex, -% and no \lefthyphenmin and \righthyphenmin, -% they have no influence here and belong elsewhere -% - \begingroup and/or \endinput is not needed -% - feel free to do whatever you want inside comments -% -% We know that TeX is extremely powerful, but give a stupid parser -% at least a chance to read your patterns. -% -% For more unformation see -% -% http://tug.org/tex-hyphen +% Hyphenation patterns for Croatian language % -%------------------------------------------------------------------------------ +% Copyright (C) 1994, 1996, 2011 Igor Marinović <marinowski at gmail.com> % -% Hyphenation patterns for Croatian language +% This program can be redistributed and/or modified under the terms +% of the LaTeX Project Public License Distributed from CTAN +% archives in directory macros/latex/base/lppl.txt; either +% version 1 of the License, or any later version. % -% The first version was realised in late 1994. -% Second, much more improved version was realised in the beginning of 1996. -% Date of the last change: 19.03.1996. +% Changes: +% - The first version was realised in late 1994. +% - Second, much more improved version was realised in the beginning of 1996. +% (Date of the last change: 19.03.1996). +% - In summer 2008 the patterns have been incorporated into hyph-utf8 +% and renamed from hrhyph.tex to hyph-hr.tex. +% - LPPL licence added on 06.06.2011. % -% Marinović Igor -% migor@student.math.hr \patterns{ a1a2 a1e2 diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hsb.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hsb.tex index 40c1c61c33e..87b0caba55f 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hsb.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hsb.tex @@ -59,9 +59,13 @@ %------------------------------------------------------------------------------ % % Copyright 1997 by E.Werner -% Non-commercial usage and usage in TeX-related programs only -% Packaging with commercial stuff only with written permission -% of the author +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3a +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. % \message{Hyphenation patterns for Upper Sorbian, E. Werner} % \message{Completely new revision 1997, March 22} % diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-kn.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-kn.tex index 535c314d1a0..c3ca36ab9ef 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-kn.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-kn.tex @@ -1,5 +1,5 @@ % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Kannada diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-la.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-la.tex index db49e5fabc4..a98552b674d 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-la.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-la.tex @@ -78,8 +78,7 @@ % written as a `u' is also supported; apparently there is no conflict % between the patterns of modern Latin and those of medieval Latin. % -% Support for font encoding OT1 with 128-character set and -% for font encoding T1 with a 256-character set. +% Support for font encoding T1 with a 256-character set. % % Prepared by Claudio Beccari % Politecnico di Torino @@ -91,6 +90,7 @@ % Bernd Raichle using the macro code from `dehypht.tex' (this code % is Copyright 1993,1994,1998,1999 Bernd Raichle/DANTE e.V.). % +% 2010/05/31 Removal of OT1 support % 2010/06/01 Removal of pattern 2'2 (probably a leftover from Italian) % % \versionnumber{3.2} \versiondate{2010/06/01} diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ml.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ml.tex index ce8b9ba18ed..0c031fc6987 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ml.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ml.tex @@ -1,5 +1,5 @@ % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Malayalam diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mr.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mr.tex index 7a0ffb448e2..f5bcb4e3f6a 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mr.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mr.tex @@ -1,5 +1,5 @@ % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Marathi diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mul-ethi.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mul-ethi.tex index 1807362babf..68410fc3bc9 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mul-ethi.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mul-ethi.tex @@ -1,7 +1,11 @@ % Experimental pattern file for languages written using the Ethiopic script. -% Arthur Reutenauer, London, 2011-01-09 & 10, for the hyph-utf8 project. +% Arthur Reutenauer, London, 2011, for the hyph-utf8 project. % Copyright (c) TeX Users Group, 2011. -% You may freely use, modify and / or redistribute this file. +% You may freely use, copy, modify and / or redistribute this file. +% +% This is a generated file. If you wish to edit it, consider adapting the +% generating programme +% (svn://tug.org/texhyphen/trunk/hyph-utf8/source/generic/hyph-utf8/languages/mul-ethi/generate_patterns_mul-ethi.lua). % % The BCP 47 language tag for that file is "mul-ethi" to reflect the fact that % it can be used by multiple languages (and a single script, Ethiopic). It is, @@ -10,10 +14,6 @@ % do for the moment is to simply allow break on either sides of Ethiopic % syllables, and to forbid it before some punctuation marks particular to % the Ethiopic script (which we thus make letters for this purpose). -% -% This is a generated file. If you wish to edit it, consider adapting the -% generating programme -% (svn://tug.org/texhyphen/trunk/hyph-utf8/source/generic/hyph-utf8/languages/ethiopic/make-patterns.lua. \patterns{% 1ሀ1 % U+1200 ha diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-or.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-or.tex index 6ede6d747c2..be47dd7c2ec 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-or.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-or.tex @@ -1,5 +1,5 @@ % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Oriya diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pa.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pa.tex index 2ecbf0c4858..8d7345d357a 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pa.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pa.tex @@ -1,5 +1,5 @@ % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Panjabi diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ru.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ru.tex index 0fe9be770f1..ca5d984c0c3 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ru.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ru.tex @@ -4883,6 +4883,2220 @@ 8чъ. 8шъ. 8щъ. +% Additional patterns with hyphen/dash: a hack to prevent breaking after hyphen, but not before. +8-7 +--8 +.а-8 +.б-8 +.в-8 +.г-8 +.д-8 +.е-8 +.ё-8 +.ж-8 +.з-8 +.и-8 +.й-8 +.к-8 +.л-8 +.м-8 +.н-8 +.о-8 +.п-8 +.р-8 +.с-8 +.т-8 +.у-8 +.ф-8 +.х-8 +.ц-8 +.ч-8 +.ш-8 +.щ-8 +.ъ-8 +.ы-8 +.ь-8 +.э-8 +.ю-8 +.я-8 +-а8а8 +8а8а- +-а8б8 +8а8б- +-а8в8 +8а8в- +-а8г8 +8а8г- +-а8д8 +8а8д- +-а8е8 +8а8е- +-а8ё8 +8а8ё- +-а8ж8 +8а8ж- +-а8з8 +8а8з- +-а8и8 +8а8и- +-а8й8 +8а8й- +-а8к8 +8а8к- +-а8л8 +8а8л- +-а8м8 +8а8м- +-а8н8 +8а8н- +-а8о8 +8а8о- +-а8п8 +8а8п- +-а8р8 +8а8р- +-а8с8 +8а8с- +-а8т8 +8а8т- +-а8у8 +8а8у- +-а8ф8 +8а8ф- +-а8х8 +8а8х- +-а8ц8 +8а8ц- +-а8ч8 +8а8ч- +-а8ш8 +8а8ш- +-а8щ8 +8а8щ- +-а8ъ8 +8а8ъ- +-а8ы8 +8а8ы- +-а8ь8 +8а8ь- +-а8э8 +8а8э- +-а8ю8 +8а8ю- +-а8я8 +8а8я- +-б8а8 +8б8а- +-б8б8 +8б8б- +-б8в8 +8б8в- +-б8г8 +8б8г- +-б8д8 +8б8д- +-б8е8 +8б8е- +-б8ё8 +8б8ё- +-б8ж8 +8б8ж- +-б8з8 +8б8з- +-б8и8 +8б8и- +-б8й8 +8б8й- +-б8к8 +8б8к- +-б8л8 +8б8л- +-б8м8 +8б8м- +-б8н8 +8б8н- +-б8о8 +8б8о- +-б8п8 +8б8п- +-б8р8 +8б8р- +-б8с8 +8б8с- +-б8т8 +8б8т- +-б8у8 +8б8у- +-б8ф8 +8б8ф- +-б8х8 +8б8х- +-б8ц8 +8б8ц- +-б8ч8 +8б8ч- +-б8ш8 +8б8ш- +-б8щ8 +8б8щ- +-б8ъ8 +8б8ъ- +-б8ы8 +8б8ы- +-б8ь8 +8б8ь- +-б8э8 +8б8э- +-б8ю8 +8б8ю- +-б8я8 +8б8я- +-в8а8 +8в8а- +-в8б8 +8в8б- +-в8в8 +8в8в- +-в8г8 +8в8г- +-в8д8 +8в8д- +-в8е8 +8в8е- +-в8ё8 +8в8ё- +-в8ж8 +8в8ж- +-в8з8 +8в8з- +-в8и8 +8в8и- +-в8й8 +8в8й- +-в8к8 +8в8к- +-в8л8 +8в8л- +-в8м8 +8в8м- +-в8н8 +8в8н- +-в8о8 +8в8о- +-в8п8 +8в8п- +-в8р8 +8в8р- +-в8с8 +8в8с- +-в8т8 +8в8т- +-в8у8 +8в8у- +-в8ф8 +8в8ф- +-в8х8 +8в8х- +-в8ц8 +8в8ц- +-в8ч8 +8в8ч- +-в8ш8 +8в8ш- +-в8щ8 +8в8щ- +-в8ъ8 +8в8ъ- +-в8ы8 +8в8ы- +-в8ь8 +8в8ь- +-в8э8 +8в8э- +-в8ю8 +8в8ю- +-в8я8 +8в8я- +-г8а8 +8г8а- +-г8б8 +8г8б- +-г8в8 +8г8в- +-г8г8 +8г8г- +-г8д8 +8г8д- +-г8е8 +8г8е- +-г8ё8 +8г8ё- +-г8ж8 +8г8ж- +-г8з8 +8г8з- +-г8и8 +8г8и- +-г8й8 +8г8й- +-г8к8 +8г8к- +-г8л8 +8г8л- +-г8м8 +8г8м- +-г8н8 +8г8н- +-г8о8 +8г8о- +-г8п8 +8г8п- +-г8р8 +8г8р- +-г8с8 +8г8с- +-г8т8 +8г8т- +-г8у8 +8г8у- +-г8ф8 +8г8ф- +-г8х8 +8г8х- +-г8ц8 +8г8ц- +-г8ч8 +8г8ч- +-г8ш8 +8г8ш- +-г8щ8 +8г8щ- +-г8ъ8 +8г8ъ- +-г8ы8 +8г8ы- +-г8ь8 +8г8ь- +-г8э8 +8г8э- +-г8ю8 +8г8ю- +-г8я8 +8г8я- +-д8а8 +8д8а- +-д8б8 +8д8б- +-д8в8 +8д8в- +-д8г8 +8д8г- +-д8д8 +8д8д- +-д8е8 +8д8е- +-д8ё8 +8д8ё- +-д8ж8 +8д8ж- +-д8з8 +8д8з- +-д8и8 +8д8и- +-д8й8 +8д8й- +-д8к8 +8д8к- +-д8л8 +8д8л- +-д8м8 +8д8м- +-д8н8 +8д8н- +-д8о8 +8д8о- +-д8п8 +8д8п- +-д8р8 +8д8р- +-д8с8 +8д8с- +-д8т8 +8д8т- +-д8у8 +8д8у- +-д8ф8 +8д8ф- +-д8х8 +8д8х- +-д8ц8 +8д8ц- +-д8ч8 +8д8ч- +-д8ш8 +8д8ш- +-д8щ8 +8д8щ- +-д8ъ8 +8д8ъ- +-д8ы8 +8д8ы- +-д8ь8 +8д8ь- +-д8э8 +8д8э- +-д8ю8 +8д8ю- +-д8я8 +8д8я- +-е8а8 +8е8а- +-е8б8 +8е8б- +-е8в8 +8е8в- +-е8г8 +8е8г- +-е8д8 +8е8д- +-е8е8 +8е8е- +-е8ё8 +8е8ё- +-е8ж8 +8е8ж- +-е8з8 +8е8з- +-е8и8 +8е8и- +-е8й8 +8е8й- +-е8к8 +8е8к- +-е8л8 +8е8л- +-е8м8 +8е8м- +-е8н8 +8е8н- +-е8о8 +8е8о- +-е8п8 +8е8п- +-е8р8 +8е8р- +-е8с8 +8е8с- +-е8т8 +8е8т- +-е8у8 +8е8у- +-е8ф8 +8е8ф- +-е8х8 +8е8х- +-е8ц8 +8е8ц- +-е8ч8 +8е8ч- +-е8ш8 +8е8ш- +-е8щ8 +8е8щ- +-е8ъ8 +8е8ъ- +-е8ы8 +8е8ы- +-е8ь8 +8е8ь- +-е8э8 +8е8э- +-е8ю8 +8е8ю- +-е8я8 +8е8я- +-ё8а8 +8ё8а- +-ё8б8 +8ё8б- +-ё8в8 +8ё8в- +-ё8г8 +8ё8г- +-ё8д8 +8ё8д- +-ё8е8 +8ё8е- +-ё8ё8 +8ё8ё- +-ё8ж8 +8ё8ж- +-ё8з8 +8ё8з- +-ё8и8 +8ё8и- +-ё8й8 +8ё8й- +-ё8к8 +8ё8к- +-ё8л8 +8ё8л- +-ё8м8 +8ё8м- +-ё8н8 +8ё8н- +-ё8о8 +8ё8о- +-ё8п8 +8ё8п- +-ё8р8 +8ё8р- +-ё8с8 +8ё8с- +-ё8т8 +8ё8т- +-ё8у8 +8ё8у- +-ё8ф8 +8ё8ф- +-ё8х8 +8ё8х- +-ё8ц8 +8ё8ц- +-ё8ч8 +8ё8ч- +-ё8ш8 +8ё8ш- +-ё8щ8 +8ё8щ- +-ё8ъ8 +8ё8ъ- +-ё8ы8 +8ё8ы- +-ё8ь8 +8ё8ь- +-ё8э8 +8ё8э- +-ё8ю8 +8ё8ю- +-ё8я8 +8ё8я- +-ж8а8 +8ж8а- +-ж8б8 +8ж8б- +-ж8в8 +8ж8в- +-ж8г8 +8ж8г- +-ж8д8 +8ж8д- +-ж8е8 +8ж8е- +-ж8ё8 +8ж8ё- +-ж8ж8 +8ж8ж- +-ж8з8 +8ж8з- +-ж8и8 +8ж8и- +-ж8й8 +8ж8й- +-ж8к8 +8ж8к- +-ж8л8 +8ж8л- +-ж8м8 +8ж8м- +-ж8н8 +8ж8н- +-ж8о8 +8ж8о- +-ж8п8 +8ж8п- +-ж8р8 +8ж8р- +-ж8с8 +8ж8с- +-ж8т8 +8ж8т- +-ж8у8 +8ж8у- +-ж8ф8 +8ж8ф- +-ж8х8 +8ж8х- +-ж8ц8 +8ж8ц- +-ж8ч8 +8ж8ч- +-ж8ш8 +8ж8ш- +-ж8щ8 +8ж8щ- +-ж8ъ8 +8ж8ъ- +-ж8ы8 +8ж8ы- +-ж8ь8 +8ж8ь- +-ж8э8 +8ж8э- +-ж8ю8 +8ж8ю- +-ж8я8 +8ж8я- +-з8а8 +8з8а- +-з8б8 +8з8б- +-з8в8 +8з8в- +-з8г8 +8з8г- +-з8д8 +8з8д- +-з8е8 +8з8е- +-з8ё8 +8з8ё- +-з8ж8 +8з8ж- +-з8з8 +8з8з- +-з8и8 +8з8и- +-з8й8 +8з8й- +-з8к8 +8з8к- +-з8л8 +8з8л- +-з8м8 +8з8м- +-з8н8 +8з8н- +-з8о8 +8з8о- +-з8п8 +8з8п- +-з8р8 +8з8р- +-з8с8 +8з8с- +-з8т8 +8з8т- +-з8у8 +8з8у- +-з8ф8 +8з8ф- +-з8х8 +8з8х- +-з8ц8 +8з8ц- +-з8ч8 +8з8ч- +-з8ш8 +8з8ш- +-з8щ8 +8з8щ- +-з8ъ8 +8з8ъ- +-з8ы8 +8з8ы- +-з8ь8 +8з8ь- +-з8э8 +8з8э- +-з8ю8 +8з8ю- +-з8я8 +8з8я- +-и8а8 +8и8а- +-и8б8 +8и8б- +-и8в8 +8и8в- +-и8г8 +8и8г- +-и8д8 +8и8д- +-и8е8 +8и8е- +-и8ё8 +8и8ё- +-и8ж8 +8и8ж- +-и8з8 +8и8з- +-и8и8 +8и8и- +-и8й8 +8и8й- +-и8к8 +8и8к- +-и8л8 +8и8л- +-и8м8 +8и8м- +-и8н8 +8и8н- +-и8о8 +8и8о- +-и8п8 +8и8п- +-и8р8 +8и8р- +-и8с8 +8и8с- +-и8т8 +8и8т- +-и8у8 +8и8у- +-и8ф8 +8и8ф- +-и8х8 +8и8х- +-и8ц8 +8и8ц- +-и8ч8 +8и8ч- +-и8ш8 +8и8ш- +-и8щ8 +8и8щ- +-и8ъ8 +8и8ъ- +-и8ы8 +8и8ы- +-и8ь8 +8и8ь- +-и8э8 +8и8э- +-и8ю8 +8и8ю- +-и8я8 +8и8я- +-й8а8 +8й8а- +-й8б8 +8й8б- +-й8в8 +8й8в- +-й8г8 +8й8г- +-й8д8 +8й8д- +-й8е8 +8й8е- +-й8ё8 +8й8ё- +-й8ж8 +8й8ж- +-й8з8 +8й8з- +-й8и8 +8й8и- +-й8й8 +8й8й- +-й8к8 +8й8к- +-й8л8 +8й8л- +-й8м8 +8й8м- +-й8н8 +8й8н- +-й8о8 +8й8о- +-й8п8 +8й8п- +-й8р8 +8й8р- +-й8с8 +8й8с- +-й8т8 +8й8т- +-й8у8 +8й8у- +-й8ф8 +8й8ф- +-й8х8 +8й8х- +-й8ц8 +8й8ц- +-й8ч8 +8й8ч- +-й8ш8 +8й8ш- +-й8щ8 +8й8щ- +-й8ъ8 +8й8ъ- +-й8ы8 +8й8ы- +-й8ь8 +8й8ь- +-й8э8 +8й8э- +-й8ю8 +8й8ю- +-й8я8 +8й8я- +-к8а8 +8к8а- +-к8б8 +8к8б- +-к8в8 +8к8в- +-к8г8 +8к8г- +-к8д8 +8к8д- +-к8е8 +8к8е- +-к8ё8 +8к8ё- +-к8ж8 +8к8ж- +-к8з8 +8к8з- +-к8и8 +8к8и- +-к8й8 +8к8й- +-к8к8 +8к8к- +-к8л8 +8к8л- +-к8м8 +8к8м- +-к8н8 +8к8н- +-к8о8 +8к8о- +-к8п8 +8к8п- +-к8р8 +8к8р- +-к8с8 +8к8с- +-к8т8 +8к8т- +-к8у8 +8к8у- +-к8ф8 +8к8ф- +-к8х8 +8к8х- +-к8ц8 +8к8ц- +-к8ч8 +8к8ч- +-к8ш8 +8к8ш- +-к8щ8 +8к8щ- +-к8ъ8 +8к8ъ- +-к8ы8 +8к8ы- +-к8ь8 +8к8ь- +-к8э8 +8к8э- +-к8ю8 +8к8ю- +-к8я8 +8к8я- +-л8а8 +8л8а- +-л8б8 +8л8б- +-л8в8 +8л8в- +-л8г8 +8л8г- +-л8д8 +8л8д- +-л8е8 +8л8е- +-л8ё8 +8л8ё- +-л8ж8 +8л8ж- +-л8з8 +8л8з- +-л8и8 +8л8и- +-л8й8 +8л8й- +-л8к8 +8л8к- +-л8л8 +8л8л- +-л8м8 +8л8м- +-л8н8 +8л8н- +-л8о8 +8л8о- +-л8п8 +8л8п- +-л8р8 +8л8р- +-л8с8 +8л8с- +-л8т8 +8л8т- +-л8у8 +8л8у- +-л8ф8 +8л8ф- +-л8х8 +8л8х- +-л8ц8 +8л8ц- +-л8ч8 +8л8ч- +-л8ш8 +8л8ш- +-л8щ8 +8л8щ- +-л8ъ8 +8л8ъ- +-л8ы8 +8л8ы- +-л8ь8 +8л8ь- +-л8э8 +8л8э- +-л8ю8 +8л8ю- +-л8я8 +8л8я- +-м8а8 +8м8а- +-м8б8 +8м8б- +-м8в8 +8м8в- +-м8г8 +8м8г- +-м8д8 +8м8д- +-м8е8 +8м8е- +-м8ё8 +8м8ё- +-м8ж8 +8м8ж- +-м8з8 +8м8з- +-м8и8 +8м8и- +-м8й8 +8м8й- +-м8к8 +8м8к- +-м8л8 +8м8л- +-м8м8 +8м8м- +-м8н8 +8м8н- +-м8о8 +8м8о- +-м8п8 +8м8п- +-м8р8 +8м8р- +-м8с8 +8м8с- +-м8т8 +8м8т- +-м8у8 +8м8у- +-м8ф8 +8м8ф- +-м8х8 +8м8х- +-м8ц8 +8м8ц- +-м8ч8 +8м8ч- +-м8ш8 +8м8ш- +-м8щ8 +8м8щ- +-м8ъ8 +8м8ъ- +-м8ы8 +8м8ы- +-м8ь8 +8м8ь- +-м8э8 +8м8э- +-м8ю8 +8м8ю- +-м8я8 +8м8я- +-н8а8 +8н8а- +-н8б8 +8н8б- +-н8в8 +8н8в- +-н8г8 +8н8г- +-н8д8 +8н8д- +-н8е8 +8н8е- +-н8ё8 +8н8ё- +-н8ж8 +8н8ж- +-н8з8 +8н8з- +-н8и8 +8н8и- +-н8й8 +8н8й- +-н8к8 +8н8к- +-н8л8 +8н8л- +-н8м8 +8н8м- +-н8н8 +8н8н- +-н8о8 +8н8о- +-н8п8 +8н8п- +-н8р8 +8н8р- +-н8с8 +8н8с- +-н8т8 +8н8т- +-н8у8 +8н8у- +-н8ф8 +8н8ф- +-н8х8 +8н8х- +-н8ц8 +8н8ц- +-н8ч8 +8н8ч- +-н8ш8 +8н8ш- +-н8щ8 +8н8щ- +-н8ъ8 +8н8ъ- +-н8ы8 +8н8ы- +-н8ь8 +8н8ь- +-н8э8 +8н8э- +-н8ю8 +8н8ю- +-н8я8 +8н8я- +-о8а8 +8о8а- +-о8б8 +8о8б- +-о8в8 +8о8в- +-о8г8 +8о8г- +-о8д8 +8о8д- +-о8е8 +8о8е- +-о8ё8 +8о8ё- +-о8ж8 +8о8ж- +-о8з8 +8о8з- +-о8и8 +8о8и- +-о8й8 +8о8й- +-о8к8 +8о8к- +-о8л8 +8о8л- +-о8м8 +8о8м- +-о8н8 +8о8н- +-о8о8 +8о8о- +-о8п8 +8о8п- +-о8р8 +8о8р- +-о8с8 +8о8с- +-о8т8 +8о8т- +-о8у8 +8о8у- +-о8ф8 +8о8ф- +-о8х8 +8о8х- +-о8ц8 +8о8ц- +-о8ч8 +8о8ч- +-о8ш8 +8о8ш- +-о8щ8 +8о8щ- +-о8ъ8 +8о8ъ- +-о8ы8 +8о8ы- +-о8ь8 +8о8ь- +-о8э8 +8о8э- +-о8ю8 +8о8ю- +-о8я8 +8о8я- +-п8а8 +8п8а- +-п8б8 +8п8б- +-п8в8 +8п8в- +-п8г8 +8п8г- +-п8д8 +8п8д- +-п8е8 +8п8е- +-п8ё8 +8п8ё- +-п8ж8 +8п8ж- +-п8з8 +8п8з- +-п8и8 +8п8и- +-п8й8 +8п8й- +-п8к8 +8п8к- +-п8л8 +8п8л- +-п8м8 +8п8м- +-п8н8 +8п8н- +-п8о8 +8п8о- +-п8п8 +8п8п- +-п8р8 +8п8р- +-п8с8 +8п8с- +-п8т8 +8п8т- +-п8у8 +8п8у- +-п8ф8 +8п8ф- +-п8х8 +8п8х- +-п8ц8 +8п8ц- +-п8ч8 +8п8ч- +-п8ш8 +8п8ш- +-п8щ8 +8п8щ- +-п8ъ8 +8п8ъ- +-п8ы8 +8п8ы- +-п8ь8 +8п8ь- +-п8э8 +8п8э- +-п8ю8 +8п8ю- +-п8я8 +8п8я- +-р8а8 +8р8а- +-р8б8 +8р8б- +-р8в8 +8р8в- +-р8г8 +8р8г- +-р8д8 +8р8д- +-р8е8 +8р8е- +-р8ё8 +8р8ё- +-р8ж8 +8р8ж- +-р8з8 +8р8з- +-р8и8 +8р8и- +-р8й8 +8р8й- +-р8к8 +8р8к- +-р8л8 +8р8л- +-р8м8 +8р8м- +-р8н8 +8р8н- +-р8о8 +8р8о- +-р8п8 +8р8п- +-р8р8 +8р8р- +-р8с8 +8р8с- +-р8т8 +8р8т- +-р8у8 +8р8у- +-р8ф8 +8р8ф- +-р8х8 +8р8х- +-р8ц8 +8р8ц- +-р8ч8 +8р8ч- +-р8ш8 +8р8ш- +-р8щ8 +8р8щ- +-р8ъ8 +8р8ъ- +-р8ы8 +8р8ы- +-р8ь8 +8р8ь- +-р8э8 +8р8э- +-р8ю8 +8р8ю- +-р8я8 +8р8я- +-с8а8 +8с8а- +-с8б8 +8с8б- +-с8в8 +8с8в- +-с8г8 +8с8г- +-с8д8 +8с8д- +-с8е8 +8с8е- +-с8ё8 +8с8ё- +-с8ж8 +8с8ж- +-с8з8 +8с8з- +-с8и8 +8с8и- +-с8й8 +8с8й- +-с8к8 +8с8к- +-с8л8 +8с8л- +-с8м8 +8с8м- +-с8н8 +8с8н- +-с8о8 +8с8о- +-с8п8 +8с8п- +-с8р8 +8с8р- +-с8с8 +8с8с- +-с8т8 +8с8т- +-с8у8 +8с8у- +-с8ф8 +8с8ф- +-с8х8 +8с8х- +-с8ц8 +8с8ц- +-с8ч8 +8с8ч- +-с8ш8 +8с8ш- +-с8щ8 +8с8щ- +-с8ъ8 +8с8ъ- +-с8ы8 +8с8ы- +-с8ь8 +8с8ь- +-с8э8 +8с8э- +-с8ю8 +8с8ю- +-с8я8 +8с8я- +-т8а8 +8т8а- +-т8б8 +8т8б- +-т8в8 +8т8в- +-т8г8 +8т8г- +-т8д8 +8т8д- +-т8е8 +8т8е- +-т8ё8 +8т8ё- +-т8ж8 +8т8ж- +-т8з8 +8т8з- +-т8и8 +8т8и- +-т8й8 +8т8й- +-т8к8 +8т8к- +-т8л8 +8т8л- +-т8м8 +8т8м- +-т8н8 +8т8н- +-т8о8 +8т8о- +-т8п8 +8т8п- +-т8р8 +8т8р- +-т8с8 +8т8с- +-т8т8 +8т8т- +-т8у8 +8т8у- +-т8ф8 +8т8ф- +-т8х8 +8т8х- +-т8ц8 +8т8ц- +-т8ч8 +8т8ч- +-т8ш8 +8т8ш- +-т8щ8 +8т8щ- +-т8ъ8 +8т8ъ- +-т8ы8 +8т8ы- +-т8ь8 +8т8ь- +-т8э8 +8т8э- +-т8ю8 +8т8ю- +-т8я8 +8т8я- +-у8а8 +8у8а- +-у8б8 +8у8б- +-у8в8 +8у8в- +-у8г8 +8у8г- +-у8д8 +8у8д- +-у8е8 +8у8е- +-у8ё8 +8у8ё- +-у8ж8 +8у8ж- +-у8з8 +8у8з- +-у8и8 +8у8и- +-у8й8 +8у8й- +-у8к8 +8у8к- +-у8л8 +8у8л- +-у8м8 +8у8м- +-у8н8 +8у8н- +-у8о8 +8у8о- +-у8п8 +8у8п- +-у8р8 +8у8р- +-у8с8 +8у8с- +-у8т8 +8у8т- +-у8у8 +8у8у- +-у8ф8 +8у8ф- +-у8х8 +8у8х- +-у8ц8 +8у8ц- +-у8ч8 +8у8ч- +-у8ш8 +8у8ш- +-у8щ8 +8у8щ- +-у8ъ8 +8у8ъ- +-у8ы8 +8у8ы- +-у8ь8 +8у8ь- +-у8э8 +8у8э- +-у8ю8 +8у8ю- +-у8я8 +8у8я- +-ф8а8 +8ф8а- +-ф8б8 +8ф8б- +-ф8в8 +8ф8в- +-ф8г8 +8ф8г- +-ф8д8 +8ф8д- +-ф8е8 +8ф8е- +-ф8ё8 +8ф8ё- +-ф8ж8 +8ф8ж- +-ф8з8 +8ф8з- +-ф8и8 +8ф8и- +-ф8й8 +8ф8й- +-ф8к8 +8ф8к- +-ф8л8 +8ф8л- +-ф8м8 +8ф8м- +-ф8н8 +8ф8н- +-ф8о8 +8ф8о- +-ф8п8 +8ф8п- +-ф8р8 +8ф8р- +-ф8с8 +8ф8с- +-ф8т8 +8ф8т- +-ф8у8 +8ф8у- +-ф8ф8 +8ф8ф- +-ф8х8 +8ф8х- +-ф8ц8 +8ф8ц- +-ф8ч8 +8ф8ч- +-ф8ш8 +8ф8ш- +-ф8щ8 +8ф8щ- +-ф8ъ8 +8ф8ъ- +-ф8ы8 +8ф8ы- +-ф8ь8 +8ф8ь- +-ф8э8 +8ф8э- +-ф8ю8 +8ф8ю- +-ф8я8 +8ф8я- +-х8а8 +8х8а- +-х8б8 +8х8б- +-х8в8 +8х8в- +-х8г8 +8х8г- +-х8д8 +8х8д- +-х8е8 +8х8е- +-х8ё8 +8х8ё- +-х8ж8 +8х8ж- +-х8з8 +8х8з- +-х8и8 +8х8и- +-х8й8 +8х8й- +-х8к8 +8х8к- +-х8л8 +8х8л- +-х8м8 +8х8м- +-х8н8 +8х8н- +-х8о8 +8х8о- +-х8п8 +8х8п- +-х8р8 +8х8р- +-х8с8 +8х8с- +-х8т8 +8х8т- +-х8у8 +8х8у- +-х8ф8 +8х8ф- +-х8х8 +8х8х- +-х8ц8 +8х8ц- +-х8ч8 +8х8ч- +-х8ш8 +8х8ш- +-х8щ8 +8х8щ- +-х8ъ8 +8х8ъ- +-х8ы8 +8х8ы- +-х8ь8 +8х8ь- +-х8э8 +8х8э- +-х8ю8 +8х8ю- +-х8я8 +8х8я- +-ц8а8 +8ц8а- +-ц8б8 +8ц8б- +-ц8в8 +8ц8в- +-ц8г8 +8ц8г- +-ц8д8 +8ц8д- +-ц8е8 +8ц8е- +-ц8ё8 +8ц8ё- +-ц8ж8 +8ц8ж- +-ц8з8 +8ц8з- +-ц8и8 +8ц8и- +-ц8й8 +8ц8й- +-ц8к8 +8ц8к- +-ц8л8 +8ц8л- +-ц8м8 +8ц8м- +-ц8н8 +8ц8н- +-ц8о8 +8ц8о- +-ц8п8 +8ц8п- +-ц8р8 +8ц8р- +-ц8с8 +8ц8с- +-ц8т8 +8ц8т- +-ц8у8 +8ц8у- +-ц8ф8 +8ц8ф- +-ц8х8 +8ц8х- +-ц8ц8 +8ц8ц- +-ц8ч8 +8ц8ч- +-ц8ш8 +8ц8ш- +-ц8щ8 +8ц8щ- +-ц8ъ8 +8ц8ъ- +-ц8ы8 +8ц8ы- +-ц8ь8 +8ц8ь- +-ц8э8 +8ц8э- +-ц8ю8 +8ц8ю- +-ц8я8 +8ц8я- +-ч8а8 +8ч8а- +-ч8б8 +8ч8б- +-ч8в8 +8ч8в- +-ч8г8 +8ч8г- +-ч8д8 +8ч8д- +-ч8е8 +8ч8е- +-ч8ё8 +8ч8ё- +-ч8ж8 +8ч8ж- +-ч8з8 +8ч8з- +-ч8и8 +8ч8и- +-ч8й8 +8ч8й- +-ч8к8 +8ч8к- +-ч8л8 +8ч8л- +-ч8м8 +8ч8м- +-ч8н8 +8ч8н- +-ч8о8 +8ч8о- +-ч8п8 +8ч8п- +-ч8р8 +8ч8р- +-ч8с8 +8ч8с- +-ч8т8 +8ч8т- +-ч8у8 +8ч8у- +-ч8ф8 +8ч8ф- +-ч8х8 +8ч8х- +-ч8ц8 +8ч8ц- +-ч8ч8 +8ч8ч- +-ч8ш8 +8ч8ш- +-ч8щ8 +8ч8щ- +-ч8ъ8 +8ч8ъ- +-ч8ы8 +8ч8ы- +-ч8ь8 +8ч8ь- +-ч8э8 +8ч8э- +-ч8ю8 +8ч8ю- +-ч8я8 +8ч8я- +-ш8а8 +8ш8а- +-ш8б8 +8ш8б- +-ш8в8 +8ш8в- +-ш8г8 +8ш8г- +-ш8д8 +8ш8д- +-ш8е8 +8ш8е- +-ш8ё8 +8ш8ё- +-ш8ж8 +8ш8ж- +-ш8з8 +8ш8з- +-ш8и8 +8ш8и- +-ш8й8 +8ш8й- +-ш8к8 +8ш8к- +-ш8л8 +8ш8л- +-ш8м8 +8ш8м- +-ш8н8 +8ш8н- +-ш8о8 +8ш8о- +-ш8п8 +8ш8п- +-ш8р8 +8ш8р- +-ш8с8 +8ш8с- +-ш8т8 +8ш8т- +-ш8у8 +8ш8у- +-ш8ф8 +8ш8ф- +-ш8х8 +8ш8х- +-ш8ц8 +8ш8ц- +-ш8ч8 +8ш8ч- +-ш8ш8 +8ш8ш- +-ш8щ8 +8ш8щ- +-ш8ъ8 +8ш8ъ- +-ш8ы8 +8ш8ы- +-ш8ь8 +8ш8ь- +-ш8э8 +8ш8э- +-ш8ю8 +8ш8ю- +-ш8я8 +8ш8я- +-щ8а8 +8щ8а- +-щ8б8 +8щ8б- +-щ8в8 +8щ8в- +-щ8г8 +8щ8г- +-щ8д8 +8щ8д- +-щ8е8 +8щ8е- +-щ8ё8 +8щ8ё- +-щ8ж8 +8щ8ж- +-щ8з8 +8щ8з- +-щ8и8 +8щ8и- +-щ8й8 +8щ8й- +-щ8к8 +8щ8к- +-щ8л8 +8щ8л- +-щ8м8 +8щ8м- +-щ8н8 +8щ8н- +-щ8о8 +8щ8о- +-щ8п8 +8щ8п- +-щ8р8 +8щ8р- +-щ8с8 +8щ8с- +-щ8т8 +8щ8т- +-щ8у8 +8щ8у- +-щ8ф8 +8щ8ф- +-щ8х8 +8щ8х- +-щ8ц8 +8щ8ц- +-щ8ч8 +8щ8ч- +-щ8ш8 +8щ8ш- +-щ8щ8 +8щ8щ- +-щ8ъ8 +8щ8ъ- +-щ8ы8 +8щ8ы- +-щ8ь8 +8щ8ь- +-щ8э8 +8щ8э- +-щ8ю8 +8щ8ю- +-щ8я8 +8щ8я- +-ъ8а8 +8ъ8а- +-ъ8б8 +8ъ8б- +-ъ8в8 +8ъ8в- +-ъ8г8 +8ъ8г- +-ъ8д8 +8ъ8д- +-ъ8е8 +8ъ8е- +-ъ8ё8 +8ъ8ё- +-ъ8ж8 +8ъ8ж- +-ъ8з8 +8ъ8з- +-ъ8и8 +8ъ8и- +-ъ8й8 +8ъ8й- +-ъ8к8 +8ъ8к- +-ъ8л8 +8ъ8л- +-ъ8м8 +8ъ8м- +-ъ8н8 +8ъ8н- +-ъ8о8 +8ъ8о- +-ъ8п8 +8ъ8п- +-ъ8р8 +8ъ8р- +-ъ8с8 +8ъ8с- +-ъ8т8 +8ъ8т- +-ъ8у8 +8ъ8у- +-ъ8ф8 +8ъ8ф- +-ъ8х8 +8ъ8х- +-ъ8ц8 +8ъ8ц- +-ъ8ч8 +8ъ8ч- +-ъ8ш8 +8ъ8ш- +-ъ8щ8 +8ъ8щ- +-ъ8ъ8 +8ъ8ъ- +-ъ8ы8 +8ъ8ы- +-ъ8ь8 +8ъ8ь- +-ъ8э8 +8ъ8э- +-ъ8ю8 +8ъ8ю- +-ъ8я8 +8ъ8я- +-ы8а8 +8ы8а- +-ы8б8 +8ы8б- +-ы8в8 +8ы8в- +-ы8г8 +8ы8г- +-ы8д8 +8ы8д- +-ы8е8 +8ы8е- +-ы8ё8 +8ы8ё- +-ы8ж8 +8ы8ж- +-ы8з8 +8ы8з- +-ы8и8 +8ы8и- +-ы8й8 +8ы8й- +-ы8к8 +8ы8к- +-ы8л8 +8ы8л- +-ы8м8 +8ы8м- +-ы8н8 +8ы8н- +-ы8о8 +8ы8о- +-ы8п8 +8ы8п- +-ы8р8 +8ы8р- +-ы8с8 +8ы8с- +-ы8т8 +8ы8т- +-ы8у8 +8ы8у- +-ы8ф8 +8ы8ф- +-ы8х8 +8ы8х- +-ы8ц8 +8ы8ц- +-ы8ч8 +8ы8ч- +-ы8ш8 +8ы8ш- +-ы8щ8 +8ы8щ- +-ы8ъ8 +8ы8ъ- +-ы8ы8 +8ы8ы- +-ы8ь8 +8ы8ь- +-ы8э8 +8ы8э- +-ы8ю8 +8ы8ю- +-ы8я8 +8ы8я- +-ь8а8 +8ь8а- +-ь8б8 +8ь8б- +-ь8в8 +8ь8в- +-ь8г8 +8ь8г- +-ь8д8 +8ь8д- +-ь8е8 +8ь8е- +-ь8ё8 +8ь8ё- +-ь8ж8 +8ь8ж- +-ь8з8 +8ь8з- +-ь8и8 +8ь8и- +-ь8й8 +8ь8й- +-ь8к8 +8ь8к- +-ь8л8 +8ь8л- +-ь8м8 +8ь8м- +-ь8н8 +8ь8н- +-ь8о8 +8ь8о- +-ь8п8 +8ь8п- +-ь8р8 +8ь8р- +-ь8с8 +8ь8с- +-ь8т8 +8ь8т- +-ь8у8 +8ь8у- +-ь8ф8 +8ь8ф- +-ь8х8 +8ь8х- +-ь8ц8 +8ь8ц- +-ь8ч8 +8ь8ч- +-ь8ш8 +8ь8ш- +-ь8щ8 +8ь8щ- +-ь8ъ8 +8ь8ъ- +-ь8ы8 +8ь8ы- +-ь8ь8 +8ь8ь- +-ь8э8 +8ь8э- +-ь8ю8 +8ь8ю- +-ь8я8 +8ь8я- +-э8а8 +8э8а- +-э8б8 +8э8б- +-э8в8 +8э8в- +-э8г8 +8э8г- +-э8д8 +8э8д- +-э8е8 +8э8е- +-э8ё8 +8э8ё- +-э8ж8 +8э8ж- +-э8з8 +8э8з- +-э8и8 +8э8и- +-э8й8 +8э8й- +-э8к8 +8э8к- +-э8л8 +8э8л- +-э8м8 +8э8м- +-э8н8 +8э8н- +-э8о8 +8э8о- +-э8п8 +8э8п- +-э8р8 +8э8р- +-э8с8 +8э8с- +-э8т8 +8э8т- +-э8у8 +8э8у- +-э8ф8 +8э8ф- +-э8х8 +8э8х- +-э8ц8 +8э8ц- +-э8ч8 +8э8ч- +-э8ш8 +8э8ш- +-э8щ8 +8э8щ- +-э8ъ8 +8э8ъ- +-э8ы8 +8э8ы- +-э8ь8 +8э8ь- +-э8э8 +8э8э- +-э8ю8 +8э8ю- +-э8я8 +8э8я- +-ю8а8 +8ю8а- +-ю8б8 +8ю8б- +-ю8в8 +8ю8в- +-ю8г8 +8ю8г- +-ю8д8 +8ю8д- +-ю8е8 +8ю8е- +-ю8ё8 +8ю8ё- +-ю8ж8 +8ю8ж- +-ю8з8 +8ю8з- +-ю8и8 +8ю8и- +-ю8й8 +8ю8й- +-ю8к8 +8ю8к- +-ю8л8 +8ю8л- +-ю8м8 +8ю8м- +-ю8н8 +8ю8н- +-ю8о8 +8ю8о- +-ю8п8 +8ю8п- +-ю8р8 +8ю8р- +-ю8с8 +8ю8с- +-ю8т8 +8ю8т- +-ю8у8 +8ю8у- +-ю8ф8 +8ю8ф- +-ю8х8 +8ю8х- +-ю8ц8 +8ю8ц- +-ю8ч8 +8ю8ч- +-ю8ш8 +8ю8ш- +-ю8щ8 +8ю8щ- +-ю8ъ8 +8ю8ъ- +-ю8ы8 +8ю8ы- +-ю8ь8 +8ю8ь- +-ю8э8 +8ю8э- +-ю8ю8 +8ю8ю- +-ю8я8 +8ю8я- +-я8а8 +8я8а- +-я8б8 +8я8б- +-я8в8 +8я8в- +-я8г8 +8я8г- +-я8д8 +8я8д- +-я8е8 +8я8е- +-я8ё8 +8я8ё- +-я8ж8 +8я8ж- +-я8з8 +8я8з- +-я8и8 +8я8и- +-я8й8 +8я8й- +-я8к8 +8я8к- +-я8л8 +8я8л- +-я8м8 +8я8м- +-я8н8 +8я8н- +-я8о8 +8я8о- +-я8п8 +8я8п- +-я8р8 +8я8р- +-я8с8 +8я8с- +-я8т8 +8я8т- +-я8у8 +8я8у- +-я8ф8 +8я8ф- +-я8х8 +8я8х- +-я8ц8 +8я8ц- +-я8ч8 +8я8ч- +-я8ш8 +8я8ш- +-я8щ8 +8я8щ- +-я8ъ8 +8я8ъ- +-я8ы8 +8я8ы- +-я8ь8 +8я8ь- +-я8э8 +8я8э- +-я8ю8 +8я8ю- +-я8я8 +8я8я- } \hyphenation{ ас-бест diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sk.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sk.tex index 457fb1a0a69..a1c4c150ebe 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sk.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sk.tex @@ -2,7 +2,7 @@ % semi-manual conversions of hyphenation patterns into UTF-8 in June 2008. % % Source: skhyphen.tex (yyyy-mm-dd), skhyphen.ex (yy-mm-dd) -% Author: Jana Chlebikova <chlebikj at dcs.fmph.uniba.sk> +% Author: Jana Chlebíková <chlebikj at dcs.fmph.uniba.sk> % % The above mentioned file should become obsolete, % and the author of the original file should preferaby modify this file instead. @@ -59,7 +59,7 @@ %------------------------------------------------------------------------------ % % Slovak hyphenation (version 2.0) 24.4.1992 -% Autor: Jana Chlebikova, department of Informatics Education, +% Autor: Jana Chlebíková, department of Informatics Education, % Comenius University, 842 15 Bratislava, Slovakia % <chlebikj@dcs.fmph.uniba.sk> % diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ta.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ta.tex index 5fc5d270fcf..c8d23637819 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ta.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ta.tex @@ -1,5 +1,5 @@ % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Tamil diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-te.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-te.tex index ba85660c02d..bd95cb1894d 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-te.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-te.tex @@ -1,5 +1,5 @@ % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Telugu diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-uk.tex b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-uk.tex index c0dfd1eec23..c67d80908b6 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-uk.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-uk.tex @@ -1339,4 +1339,2353 @@ виу4ди о3в4каз е3в4каз +% Additional patterns with hyphen/dash: a hack to prevent breaking after hyphen, but not before. +8-7 +--8 +.а-8 +.б-8 +.в-8 +.г-8 +.ґ-8 +.д-8 +.е-8 +.є-8 +.ж-8 +.з-8 +.и-8 +.і-8 +.ї-8 +.й-8 +.к-8 +.л-8 +.м-8 +.н-8 +.о-8 +.п-8 +.р-8 +.с-8 +.т-8 +.у-8 +.ф-8 +.х-8 +.ц-8 +.ч-8 +.ш-8 +.щ-8 +.ь-8 +.ю-8 +.я-8 +.'-8 +-а8а8 +8а8а- +-а8б8 +8а8б- +-а8в8 +8а8в- +-а8г8 +8а8г- +-а8ґ8 +8а8ґ- +-а8д8 +8а8д- +-а8е8 +8а8е- +-а8є8 +8а8є- +-а8ж8 +8а8ж- +-а8з8 +8а8з- +-а8и8 +8а8и- +-а8і8 +8а8і- +-а8ї8 +8а8ї- +-а8й8 +8а8й- +-а8к8 +8а8к- +-а8л8 +8а8л- +-а8м8 +8а8м- +-а8н8 +8а8н- +-а8о8 +8а8о- +-а8п8 +8а8п- +-а8р8 +8а8р- +-а8с8 +8а8с- +-а8т8 +8а8т- +-а8у8 +8а8у- +-а8ф8 +8а8ф- +-а8х8 +8а8х- +-а8ц8 +8а8ц- +-а8ч8 +8а8ч- +-а8ш8 +8а8ш- +-а8щ8 +8а8щ- +-а8ь8 +8а8ь- +-а8ю8 +8а8ю- +-а8я8 +8а8я- +-а8'8 +8а8'- +-б8а8 +8б8а- +-б8б8 +8б8б- +-б8в8 +8б8в- +-б8г8 +8б8г- +-б8ґ8 +8б8ґ- +-б8д8 +8б8д- +-б8е8 +8б8е- +-б8є8 +8б8є- +-б8ж8 +8б8ж- +-б8з8 +8б8з- +-б8и8 +8б8и- +-б8і8 +8б8і- +-б8ї8 +8б8ї- +-б8й8 +8б8й- +-б8к8 +8б8к- +-б8л8 +8б8л- +-б8м8 +8б8м- +-б8н8 +8б8н- +-б8о8 +8б8о- +-б8п8 +8б8п- +-б8р8 +8б8р- +-б8с8 +8б8с- +-б8т8 +8б8т- +-б8у8 +8б8у- +-б8ф8 +8б8ф- +-б8х8 +8б8х- +-б8ц8 +8б8ц- +-б8ч8 +8б8ч- +-б8ш8 +8б8ш- +-б8щ8 +8б8щ- +-б8ь8 +8б8ь- +-б8ю8 +8б8ю- +-б8я8 +8б8я- +-б8'8 +8б8'- +-в8а8 +8в8а- +-в8б8 +8в8б- +-в8в8 +8в8в- +-в8г8 +8в8г- +-в8ґ8 +8в8ґ- +-в8д8 +8в8д- +-в8е8 +8в8е- +-в8є8 +8в8є- +-в8ж8 +8в8ж- +-в8з8 +8в8з- +-в8и8 +8в8и- +-в8і8 +8в8і- +-в8ї8 +8в8ї- +-в8й8 +8в8й- +-в8к8 +8в8к- +-в8л8 +8в8л- +-в8м8 +8в8м- +-в8н8 +8в8н- +-в8о8 +8в8о- +-в8п8 +8в8п- +-в8р8 +8в8р- +-в8с8 +8в8с- +-в8т8 +8в8т- +-в8у8 +8в8у- +-в8ф8 +8в8ф- +-в8х8 +8в8х- +-в8ц8 +8в8ц- +-в8ч8 +8в8ч- +-в8ш8 +8в8ш- +-в8щ8 +8в8щ- +-в8ь8 +8в8ь- +-в8ю8 +8в8ю- +-в8я8 +8в8я- +-в8'8 +8в8'- +-г8а8 +8г8а- +-г8б8 +8г8б- +-г8в8 +8г8в- +-г8г8 +8г8г- +-г8ґ8 +8г8ґ- +-г8д8 +8г8д- +-г8е8 +8г8е- +-г8є8 +8г8є- +-г8ж8 +8г8ж- +-г8з8 +8г8з- +-г8и8 +8г8и- +-г8і8 +8г8і- +-г8ї8 +8г8ї- +-г8й8 +8г8й- +-г8к8 +8г8к- +-г8л8 +8г8л- +-г8м8 +8г8м- +-г8н8 +8г8н- +-г8о8 +8г8о- +-г8п8 +8г8п- +-г8р8 +8г8р- +-г8с8 +8г8с- +-г8т8 +8г8т- +-г8у8 +8г8у- +-г8ф8 +8г8ф- +-г8х8 +8г8х- +-г8ц8 +8г8ц- +-г8ч8 +8г8ч- +-г8ш8 +8г8ш- +-г8щ8 +8г8щ- +-г8ь8 +8г8ь- +-г8ю8 +8г8ю- +-г8я8 +8г8я- +-г8'8 +8г8'- +-ґ8а8 +8ґ8а- +-ґ8б8 +8ґ8б- +-ґ8в8 +8ґ8в- +-ґ8г8 +8ґ8г- +-ґ8ґ8 +8ґ8ґ- +-ґ8д8 +8ґ8д- +-ґ8е8 +8ґ8е- +-ґ8є8 +8ґ8є- +-ґ8ж8 +8ґ8ж- +-ґ8з8 +8ґ8з- +-ґ8и8 +8ґ8и- +-ґ8і8 +8ґ8і- +-ґ8ї8 +8ґ8ї- +-ґ8й8 +8ґ8й- +-ґ8к8 +8ґ8к- +-ґ8л8 +8ґ8л- +-ґ8м8 +8ґ8м- +-ґ8н8 +8ґ8н- +-ґ8о8 +8ґ8о- +-ґ8п8 +8ґ8п- +-ґ8р8 +8ґ8р- +-ґ8с8 +8ґ8с- +-ґ8т8 +8ґ8т- +-ґ8у8 +8ґ8у- +-ґ8ф8 +8ґ8ф- +-ґ8х8 +8ґ8х- +-ґ8ц8 +8ґ8ц- +-ґ8ч8 +8ґ8ч- +-ґ8ш8 +8ґ8ш- +-ґ8щ8 +8ґ8щ- +-ґ8ь8 +8ґ8ь- +-ґ8ю8 +8ґ8ю- +-ґ8я8 +8ґ8я- +-ґ8'8 +8ґ8'- +-д8а8 +8д8а- +-д8б8 +8д8б- +-д8в8 +8д8в- +-д8г8 +8д8г- +-д8ґ8 +8д8ґ- +-д8д8 +8д8д- +-д8е8 +8д8е- +-д8є8 +8д8є- +-д8ж8 +8д8ж- +-д8з8 +8д8з- +-д8и8 +8д8и- +-д8і8 +8д8і- +-д8ї8 +8д8ї- +-д8й8 +8д8й- +-д8к8 +8д8к- +-д8л8 +8д8л- +-д8м8 +8д8м- +-д8н8 +8д8н- +-д8о8 +8д8о- +-д8п8 +8д8п- +-д8р8 +8д8р- +-д8с8 +8д8с- +-д8т8 +8д8т- +-д8у8 +8д8у- +-д8ф8 +8д8ф- +-д8х8 +8д8х- +-д8ц8 +8д8ц- +-д8ч8 +8д8ч- +-д8ш8 +8д8ш- +-д8щ8 +8д8щ- +-д8ь8 +8д8ь- +-д8ю8 +8д8ю- +-д8я8 +8д8я- +-д8'8 +8д8'- +-е8а8 +8е8а- +-е8б8 +8е8б- +-е8в8 +8е8в- +-е8г8 +8е8г- +-е8ґ8 +8е8ґ- +-е8д8 +8е8д- +-е8е8 +8е8е- +-е8є8 +8е8є- +-е8ж8 +8е8ж- +-е8з8 +8е8з- +-е8и8 +8е8и- +-е8і8 +8е8і- +-е8ї8 +8е8ї- +-е8й8 +8е8й- +-е8к8 +8е8к- +-е8л8 +8е8л- +-е8м8 +8е8м- +-е8н8 +8е8н- +-е8о8 +8е8о- +-е8п8 +8е8п- +-е8р8 +8е8р- +-е8с8 +8е8с- +-е8т8 +8е8т- +-е8у8 +8е8у- +-е8ф8 +8е8ф- +-е8х8 +8е8х- +-е8ц8 +8е8ц- +-е8ч8 +8е8ч- +-е8ш8 +8е8ш- +-е8щ8 +8е8щ- +-е8ь8 +8е8ь- +-е8ю8 +8е8ю- +-е8я8 +8е8я- +-е8'8 +8е8'- +-є8а8 +8є8а- +-є8б8 +8є8б- +-є8в8 +8є8в- +-є8г8 +8є8г- +-є8ґ8 +8є8ґ- +-є8д8 +8є8д- +-є8е8 +8є8е- +-є8є8 +8є8є- +-є8ж8 +8є8ж- +-є8з8 +8є8з- +-є8и8 +8є8и- +-є8і8 +8є8і- +-є8ї8 +8є8ї- +-є8й8 +8є8й- +-є8к8 +8є8к- +-є8л8 +8є8л- +-є8м8 +8є8м- +-є8н8 +8є8н- +-є8о8 +8є8о- +-є8п8 +8є8п- +-є8р8 +8є8р- +-є8с8 +8є8с- +-є8т8 +8є8т- +-є8у8 +8є8у- +-є8ф8 +8є8ф- +-є8х8 +8є8х- +-є8ц8 +8є8ц- +-є8ч8 +8є8ч- +-є8ш8 +8є8ш- +-є8щ8 +8є8щ- +-є8ь8 +8є8ь- +-є8ю8 +8є8ю- +-є8я8 +8є8я- +-є8'8 +8є8'- +-ж8а8 +8ж8а- +-ж8б8 +8ж8б- +-ж8в8 +8ж8в- +-ж8г8 +8ж8г- +-ж8ґ8 +8ж8ґ- +-ж8д8 +8ж8д- +-ж8е8 +8ж8е- +-ж8є8 +8ж8є- +-ж8ж8 +8ж8ж- +-ж8з8 +8ж8з- +-ж8и8 +8ж8и- +-ж8і8 +8ж8і- +-ж8ї8 +8ж8ї- +-ж8й8 +8ж8й- +-ж8к8 +8ж8к- +-ж8л8 +8ж8л- +-ж8м8 +8ж8м- +-ж8н8 +8ж8н- +-ж8о8 +8ж8о- +-ж8п8 +8ж8п- +-ж8р8 +8ж8р- +-ж8с8 +8ж8с- +-ж8т8 +8ж8т- +-ж8у8 +8ж8у- +-ж8ф8 +8ж8ф- +-ж8х8 +8ж8х- +-ж8ц8 +8ж8ц- +-ж8ч8 +8ж8ч- +-ж8ш8 +8ж8ш- +-ж8щ8 +8ж8щ- +-ж8ь8 +8ж8ь- +-ж8ю8 +8ж8ю- +-ж8я8 +8ж8я- +-ж8'8 +8ж8'- +-з8а8 +8з8а- +-з8б8 +8з8б- +-з8в8 +8з8в- +-з8г8 +8з8г- +-з8ґ8 +8з8ґ- +-з8д8 +8з8д- +-з8е8 +8з8е- +-з8є8 +8з8є- +-з8ж8 +8з8ж- +-з8з8 +8з8з- +-з8и8 +8з8и- +-з8і8 +8з8і- +-з8ї8 +8з8ї- +-з8й8 +8з8й- +-з8к8 +8з8к- +-з8л8 +8з8л- +-з8м8 +8з8м- +-з8н8 +8з8н- +-з8о8 +8з8о- +-з8п8 +8з8п- +-з8р8 +8з8р- +-з8с8 +8з8с- +-з8т8 +8з8т- +-з8у8 +8з8у- +-з8ф8 +8з8ф- +-з8х8 +8з8х- +-з8ц8 +8з8ц- +-з8ч8 +8з8ч- +-з8ш8 +8з8ш- +-з8щ8 +8з8щ- +-з8ь8 +8з8ь- +-з8ю8 +8з8ю- +-з8я8 +8з8я- +-з8'8 +8з8'- +-и8а8 +8и8а- +-и8б8 +8и8б- +-и8в8 +8и8в- +-и8г8 +8и8г- +-и8ґ8 +8и8ґ- +-и8д8 +8и8д- +-и8е8 +8и8е- +-и8є8 +8и8є- +-и8ж8 +8и8ж- +-и8з8 +8и8з- +-и8и8 +8и8и- +-и8і8 +8и8і- +-и8ї8 +8и8ї- +-и8й8 +8и8й- +-и8к8 +8и8к- +-и8л8 +8и8л- +-и8м8 +8и8м- +-и8н8 +8и8н- +-и8о8 +8и8о- +-и8п8 +8и8п- +-и8р8 +8и8р- +-и8с8 +8и8с- +-и8т8 +8и8т- +-и8у8 +8и8у- +-и8ф8 +8и8ф- +-и8х8 +8и8х- +-и8ц8 +8и8ц- +-и8ч8 +8и8ч- +-и8ш8 +8и8ш- +-и8щ8 +8и8щ- +-и8ь8 +8и8ь- +-и8ю8 +8и8ю- +-и8я8 +8и8я- +-и8'8 +8и8'- +-і8а8 +8і8а- +-і8б8 +8і8б- +-і8в8 +8і8в- +-і8г8 +8і8г- +-і8ґ8 +8і8ґ- +-і8д8 +8і8д- +-і8е8 +8і8е- +-і8є8 +8і8є- +-і8ж8 +8і8ж- +-і8з8 +8і8з- +-і8и8 +8і8и- +-і8і8 +8і8і- +-і8ї8 +8і8ї- +-і8й8 +8і8й- +-і8к8 +8і8к- +-і8л8 +8і8л- +-і8м8 +8і8м- +-і8н8 +8і8н- +-і8о8 +8і8о- +-і8п8 +8і8п- +-і8р8 +8і8р- +-і8с8 +8і8с- +-і8т8 +8і8т- +-і8у8 +8і8у- +-і8ф8 +8і8ф- +-і8х8 +8і8х- +-і8ц8 +8і8ц- +-і8ч8 +8і8ч- +-і8ш8 +8і8ш- +-і8щ8 +8і8щ- +-і8ь8 +8і8ь- +-і8ю8 +8і8ю- +-і8я8 +8і8я- +-і8'8 +8і8'- +-ї8а8 +8ї8а- +-ї8б8 +8ї8б- +-ї8в8 +8ї8в- +-ї8г8 +8ї8г- +-ї8ґ8 +8ї8ґ- +-ї8д8 +8ї8д- +-ї8е8 +8ї8е- +-ї8є8 +8ї8є- +-ї8ж8 +8ї8ж- +-ї8з8 +8ї8з- +-ї8и8 +8ї8и- +-ї8і8 +8ї8і- +-ї8ї8 +8ї8ї- +-ї8й8 +8ї8й- +-ї8к8 +8ї8к- +-ї8л8 +8ї8л- +-ї8м8 +8ї8м- +-ї8н8 +8ї8н- +-ї8о8 +8ї8о- +-ї8п8 +8ї8п- +-ї8р8 +8ї8р- +-ї8с8 +8ї8с- +-ї8т8 +8ї8т- +-ї8у8 +8ї8у- +-ї8ф8 +8ї8ф- +-ї8х8 +8ї8х- +-ї8ц8 +8ї8ц- +-ї8ч8 +8ї8ч- +-ї8ш8 +8ї8ш- +-ї8щ8 +8ї8щ- +-ї8ь8 +8ї8ь- +-ї8ю8 +8ї8ю- +-ї8я8 +8ї8я- +-ї8'8 +8ї8'- +-й8а8 +8й8а- +-й8б8 +8й8б- +-й8в8 +8й8в- +-й8г8 +8й8г- +-й8ґ8 +8й8ґ- +-й8д8 +8й8д- +-й8е8 +8й8е- +-й8є8 +8й8є- +-й8ж8 +8й8ж- +-й8з8 +8й8з- +-й8и8 +8й8и- +-й8і8 +8й8і- +-й8ї8 +8й8ї- +-й8й8 +8й8й- +-й8к8 +8й8к- +-й8л8 +8й8л- +-й8м8 +8й8м- +-й8н8 +8й8н- +-й8о8 +8й8о- +-й8п8 +8й8п- +-й8р8 +8й8р- +-й8с8 +8й8с- +-й8т8 +8й8т- +-й8у8 +8й8у- +-й8ф8 +8й8ф- +-й8х8 +8й8х- +-й8ц8 +8й8ц- +-й8ч8 +8й8ч- +-й8ш8 +8й8ш- +-й8щ8 +8й8щ- +-й8ь8 +8й8ь- +-й8ю8 +8й8ю- +-й8я8 +8й8я- +-й8'8 +8й8'- +-к8а8 +8к8а- +-к8б8 +8к8б- +-к8в8 +8к8в- +-к8г8 +8к8г- +-к8ґ8 +8к8ґ- +-к8д8 +8к8д- +-к8е8 +8к8е- +-к8є8 +8к8є- +-к8ж8 +8к8ж- +-к8з8 +8к8з- +-к8и8 +8к8и- +-к8і8 +8к8і- +-к8ї8 +8к8ї- +-к8й8 +8к8й- +-к8к8 +8к8к- +-к8л8 +8к8л- +-к8м8 +8к8м- +-к8н8 +8к8н- +-к8о8 +8к8о- +-к8п8 +8к8п- +-к8р8 +8к8р- +-к8с8 +8к8с- +-к8т8 +8к8т- +-к8у8 +8к8у- +-к8ф8 +8к8ф- +-к8х8 +8к8х- +-к8ц8 +8к8ц- +-к8ч8 +8к8ч- +-к8ш8 +8к8ш- +-к8щ8 +8к8щ- +-к8ь8 +8к8ь- +-к8ю8 +8к8ю- +-к8я8 +8к8я- +-к8'8 +8к8'- +-л8а8 +8л8а- +-л8б8 +8л8б- +-л8в8 +8л8в- +-л8г8 +8л8г- +-л8ґ8 +8л8ґ- +-л8д8 +8л8д- +-л8е8 +8л8е- +-л8є8 +8л8є- +-л8ж8 +8л8ж- +-л8з8 +8л8з- +-л8и8 +8л8и- +-л8і8 +8л8і- +-л8ї8 +8л8ї- +-л8й8 +8л8й- +-л8к8 +8л8к- +-л8л8 +8л8л- +-л8м8 +8л8м- +-л8н8 +8л8н- +-л8о8 +8л8о- +-л8п8 +8л8п- +-л8р8 +8л8р- +-л8с8 +8л8с- +-л8т8 +8л8т- +-л8у8 +8л8у- +-л8ф8 +8л8ф- +-л8х8 +8л8х- +-л8ц8 +8л8ц- +-л8ч8 +8л8ч- +-л8ш8 +8л8ш- +-л8щ8 +8л8щ- +-л8ь8 +8л8ь- +-л8ю8 +8л8ю- +-л8я8 +8л8я- +-л8'8 +8л8'- +-м8а8 +8м8а- +-м8б8 +8м8б- +-м8в8 +8м8в- +-м8г8 +8м8г- +-м8ґ8 +8м8ґ- +-м8д8 +8м8д- +-м8е8 +8м8е- +-м8є8 +8м8є- +-м8ж8 +8м8ж- +-м8з8 +8м8з- +-м8и8 +8м8и- +-м8і8 +8м8і- +-м8ї8 +8м8ї- +-м8й8 +8м8й- +-м8к8 +8м8к- +-м8л8 +8м8л- +-м8м8 +8м8м- +-м8н8 +8м8н- +-м8о8 +8м8о- +-м8п8 +8м8п- +-м8р8 +8м8р- +-м8с8 +8м8с- +-м8т8 +8м8т- +-м8у8 +8м8у- +-м8ф8 +8м8ф- +-м8х8 +8м8х- +-м8ц8 +8м8ц- +-м8ч8 +8м8ч- +-м8ш8 +8м8ш- +-м8щ8 +8м8щ- +-м8ь8 +8м8ь- +-м8ю8 +8м8ю- +-м8я8 +8м8я- +-м8'8 +8м8'- +-н8а8 +8н8а- +-н8б8 +8н8б- +-н8в8 +8н8в- +-н8г8 +8н8г- +-н8ґ8 +8н8ґ- +-н8д8 +8н8д- +-н8е8 +8н8е- +-н8є8 +8н8є- +-н8ж8 +8н8ж- +-н8з8 +8н8з- +-н8и8 +8н8и- +-н8і8 +8н8і- +-н8ї8 +8н8ї- +-н8й8 +8н8й- +-н8к8 +8н8к- +-н8л8 +8н8л- +-н8м8 +8н8м- +-н8н8 +8н8н- +-н8о8 +8н8о- +-н8п8 +8н8п- +-н8р8 +8н8р- +-н8с8 +8н8с- +-н8т8 +8н8т- +-н8у8 +8н8у- +-н8ф8 +8н8ф- +-н8х8 +8н8х- +-н8ц8 +8н8ц- +-н8ч8 +8н8ч- +-н8ш8 +8н8ш- +-н8щ8 +8н8щ- +-н8ь8 +8н8ь- +-н8ю8 +8н8ю- +-н8я8 +8н8я- +-н8'8 +8н8'- +-о8а8 +8о8а- +-о8б8 +8о8б- +-о8в8 +8о8в- +-о8г8 +8о8г- +-о8ґ8 +8о8ґ- +-о8д8 +8о8д- +-о8е8 +8о8е- +-о8є8 +8о8є- +-о8ж8 +8о8ж- +-о8з8 +8о8з- +-о8и8 +8о8и- +-о8і8 +8о8і- +-о8ї8 +8о8ї- +-о8й8 +8о8й- +-о8к8 +8о8к- +-о8л8 +8о8л- +-о8м8 +8о8м- +-о8н8 +8о8н- +-о8о8 +8о8о- +-о8п8 +8о8п- +-о8р8 +8о8р- +-о8с8 +8о8с- +-о8т8 +8о8т- +-о8у8 +8о8у- +-о8ф8 +8о8ф- +-о8х8 +8о8х- +-о8ц8 +8о8ц- +-о8ч8 +8о8ч- +-о8ш8 +8о8ш- +-о8щ8 +8о8щ- +-о8ь8 +8о8ь- +-о8ю8 +8о8ю- +-о8я8 +8о8я- +-о8'8 +8о8'- +-п8а8 +8п8а- +-п8б8 +8п8б- +-п8в8 +8п8в- +-п8г8 +8п8г- +-п8ґ8 +8п8ґ- +-п8д8 +8п8д- +-п8е8 +8п8е- +-п8є8 +8п8є- +-п8ж8 +8п8ж- +-п8з8 +8п8з- +-п8и8 +8п8и- +-п8і8 +8п8і- +-п8ї8 +8п8ї- +-п8й8 +8п8й- +-п8к8 +8п8к- +-п8л8 +8п8л- +-п8м8 +8п8м- +-п8н8 +8п8н- +-п8о8 +8п8о- +-п8п8 +8п8п- +-п8р8 +8п8р- +-п8с8 +8п8с- +-п8т8 +8п8т- +-п8у8 +8п8у- +-п8ф8 +8п8ф- +-п8х8 +8п8х- +-п8ц8 +8п8ц- +-п8ч8 +8п8ч- +-п8ш8 +8п8ш- +-п8щ8 +8п8щ- +-п8ь8 +8п8ь- +-п8ю8 +8п8ю- +-п8я8 +8п8я- +-п8'8 +8п8'- +-р8а8 +8р8а- +-р8б8 +8р8б- +-р8в8 +8р8в- +-р8г8 +8р8г- +-р8ґ8 +8р8ґ- +-р8д8 +8р8д- +-р8е8 +8р8е- +-р8є8 +8р8є- +-р8ж8 +8р8ж- +-р8з8 +8р8з- +-р8и8 +8р8и- +-р8і8 +8р8і- +-р8ї8 +8р8ї- +-р8й8 +8р8й- +-р8к8 +8р8к- +-р8л8 +8р8л- +-р8м8 +8р8м- +-р8н8 +8р8н- +-р8о8 +8р8о- +-р8п8 +8р8п- +-р8р8 +8р8р- +-р8с8 +8р8с- +-р8т8 +8р8т- +-р8у8 +8р8у- +-р8ф8 +8р8ф- +-р8х8 +8р8х- +-р8ц8 +8р8ц- +-р8ч8 +8р8ч- +-р8ш8 +8р8ш- +-р8щ8 +8р8щ- +-р8ь8 +8р8ь- +-р8ю8 +8р8ю- +-р8я8 +8р8я- +-р8'8 +8р8'- +-с8а8 +8с8а- +-с8б8 +8с8б- +-с8в8 +8с8в- +-с8г8 +8с8г- +-с8ґ8 +8с8ґ- +-с8д8 +8с8д- +-с8е8 +8с8е- +-с8є8 +8с8є- +-с8ж8 +8с8ж- +-с8з8 +8с8з- +-с8и8 +8с8и- +-с8і8 +8с8і- +-с8ї8 +8с8ї- +-с8й8 +8с8й- +-с8к8 +8с8к- +-с8л8 +8с8л- +-с8м8 +8с8м- +-с8н8 +8с8н- +-с8о8 +8с8о- +-с8п8 +8с8п- +-с8р8 +8с8р- +-с8с8 +8с8с- +-с8т8 +8с8т- +-с8у8 +8с8у- +-с8ф8 +8с8ф- +-с8х8 +8с8х- +-с8ц8 +8с8ц- +-с8ч8 +8с8ч- +-с8ш8 +8с8ш- +-с8щ8 +8с8щ- +-с8ь8 +8с8ь- +-с8ю8 +8с8ю- +-с8я8 +8с8я- +-с8'8 +8с8'- +-т8а8 +8т8а- +-т8б8 +8т8б- +-т8в8 +8т8в- +-т8г8 +8т8г- +-т8ґ8 +8т8ґ- +-т8д8 +8т8д- +-т8е8 +8т8е- +-т8є8 +8т8є- +-т8ж8 +8т8ж- +-т8з8 +8т8з- +-т8и8 +8т8и- +-т8і8 +8т8і- +-т8ї8 +8т8ї- +-т8й8 +8т8й- +-т8к8 +8т8к- +-т8л8 +8т8л- +-т8м8 +8т8м- +-т8н8 +8т8н- +-т8о8 +8т8о- +-т8п8 +8т8п- +-т8р8 +8т8р- +-т8с8 +8т8с- +-т8т8 +8т8т- +-т8у8 +8т8у- +-т8ф8 +8т8ф- +-т8х8 +8т8х- +-т8ц8 +8т8ц- +-т8ч8 +8т8ч- +-т8ш8 +8т8ш- +-т8щ8 +8т8щ- +-т8ь8 +8т8ь- +-т8ю8 +8т8ю- +-т8я8 +8т8я- +-т8'8 +8т8'- +-у8а8 +8у8а- +-у8б8 +8у8б- +-у8в8 +8у8в- +-у8г8 +8у8г- +-у8ґ8 +8у8ґ- +-у8д8 +8у8д- +-у8е8 +8у8е- +-у8є8 +8у8є- +-у8ж8 +8у8ж- +-у8з8 +8у8з- +-у8и8 +8у8и- +-у8і8 +8у8і- +-у8ї8 +8у8ї- +-у8й8 +8у8й- +-у8к8 +8у8к- +-у8л8 +8у8л- +-у8м8 +8у8м- +-у8н8 +8у8н- +-у8о8 +8у8о- +-у8п8 +8у8п- +-у8р8 +8у8р- +-у8с8 +8у8с- +-у8т8 +8у8т- +-у8у8 +8у8у- +-у8ф8 +8у8ф- +-у8х8 +8у8х- +-у8ц8 +8у8ц- +-у8ч8 +8у8ч- +-у8ш8 +8у8ш- +-у8щ8 +8у8щ- +-у8ь8 +8у8ь- +-у8ю8 +8у8ю- +-у8я8 +8у8я- +-у8'8 +8у8'- +-ф8а8 +8ф8а- +-ф8б8 +8ф8б- +-ф8в8 +8ф8в- +-ф8г8 +8ф8г- +-ф8ґ8 +8ф8ґ- +-ф8д8 +8ф8д- +-ф8е8 +8ф8е- +-ф8є8 +8ф8є- +-ф8ж8 +8ф8ж- +-ф8з8 +8ф8з- +-ф8и8 +8ф8и- +-ф8і8 +8ф8і- +-ф8ї8 +8ф8ї- +-ф8й8 +8ф8й- +-ф8к8 +8ф8к- +-ф8л8 +8ф8л- +-ф8м8 +8ф8м- +-ф8н8 +8ф8н- +-ф8о8 +8ф8о- +-ф8п8 +8ф8п- +-ф8р8 +8ф8р- +-ф8с8 +8ф8с- +-ф8т8 +8ф8т- +-ф8у8 +8ф8у- +-ф8ф8 +8ф8ф- +-ф8х8 +8ф8х- +-ф8ц8 +8ф8ц- +-ф8ч8 +8ф8ч- +-ф8ш8 +8ф8ш- +-ф8щ8 +8ф8щ- +-ф8ь8 +8ф8ь- +-ф8ю8 +8ф8ю- +-ф8я8 +8ф8я- +-ф8'8 +8ф8'- +-х8а8 +8х8а- +-х8б8 +8х8б- +-х8в8 +8х8в- +-х8г8 +8х8г- +-х8ґ8 +8х8ґ- +-х8д8 +8х8д- +-х8е8 +8х8е- +-х8є8 +8х8є- +-х8ж8 +8х8ж- +-х8з8 +8х8з- +-х8и8 +8х8и- +-х8і8 +8х8і- +-х8ї8 +8х8ї- +-х8й8 +8х8й- +-х8к8 +8х8к- +-х8л8 +8х8л- +-х8м8 +8х8м- +-х8н8 +8х8н- +-х8о8 +8х8о- +-х8п8 +8х8п- +-х8р8 +8х8р- +-х8с8 +8х8с- +-х8т8 +8х8т- +-х8у8 +8х8у- +-х8ф8 +8х8ф- +-х8х8 +8х8х- +-х8ц8 +8х8ц- +-х8ч8 +8х8ч- +-х8ш8 +8х8ш- +-х8щ8 +8х8щ- +-х8ь8 +8х8ь- +-х8ю8 +8х8ю- +-х8я8 +8х8я- +-х8'8 +8х8'- +-ц8а8 +8ц8а- +-ц8б8 +8ц8б- +-ц8в8 +8ц8в- +-ц8г8 +8ц8г- +-ц8ґ8 +8ц8ґ- +-ц8д8 +8ц8д- +-ц8е8 +8ц8е- +-ц8є8 +8ц8є- +-ц8ж8 +8ц8ж- +-ц8з8 +8ц8з- +-ц8и8 +8ц8и- +-ц8і8 +8ц8і- +-ц8ї8 +8ц8ї- +-ц8й8 +8ц8й- +-ц8к8 +8ц8к- +-ц8л8 +8ц8л- +-ц8м8 +8ц8м- +-ц8н8 +8ц8н- +-ц8о8 +8ц8о- +-ц8п8 +8ц8п- +-ц8р8 +8ц8р- +-ц8с8 +8ц8с- +-ц8т8 +8ц8т- +-ц8у8 +8ц8у- +-ц8ф8 +8ц8ф- +-ц8х8 +8ц8х- +-ц8ц8 +8ц8ц- +-ц8ч8 +8ц8ч- +-ц8ш8 +8ц8ш- +-ц8щ8 +8ц8щ- +-ц8ь8 +8ц8ь- +-ц8ю8 +8ц8ю- +-ц8я8 +8ц8я- +-ц8'8 +8ц8'- +-ч8а8 +8ч8а- +-ч8б8 +8ч8б- +-ч8в8 +8ч8в- +-ч8г8 +8ч8г- +-ч8ґ8 +8ч8ґ- +-ч8д8 +8ч8д- +-ч8е8 +8ч8е- +-ч8є8 +8ч8є- +-ч8ж8 +8ч8ж- +-ч8з8 +8ч8з- +-ч8и8 +8ч8и- +-ч8і8 +8ч8і- +-ч8ї8 +8ч8ї- +-ч8й8 +8ч8й- +-ч8к8 +8ч8к- +-ч8л8 +8ч8л- +-ч8м8 +8ч8м- +-ч8н8 +8ч8н- +-ч8о8 +8ч8о- +-ч8п8 +8ч8п- +-ч8р8 +8ч8р- +-ч8с8 +8ч8с- +-ч8т8 +8ч8т- +-ч8у8 +8ч8у- +-ч8ф8 +8ч8ф- +-ч8х8 +8ч8х- +-ч8ц8 +8ч8ц- +-ч8ч8 +8ч8ч- +-ч8ш8 +8ч8ш- +-ч8щ8 +8ч8щ- +-ч8ь8 +8ч8ь- +-ч8ю8 +8ч8ю- +-ч8я8 +8ч8я- +-ч8'8 +8ч8'- +-ш8а8 +8ш8а- +-ш8б8 +8ш8б- +-ш8в8 +8ш8в- +-ш8г8 +8ш8г- +-ш8ґ8 +8ш8ґ- +-ш8д8 +8ш8д- +-ш8е8 +8ш8е- +-ш8є8 +8ш8є- +-ш8ж8 +8ш8ж- +-ш8з8 +8ш8з- +-ш8и8 +8ш8и- +-ш8і8 +8ш8і- +-ш8ї8 +8ш8ї- +-ш8й8 +8ш8й- +-ш8к8 +8ш8к- +-ш8л8 +8ш8л- +-ш8м8 +8ш8м- +-ш8н8 +8ш8н- +-ш8о8 +8ш8о- +-ш8п8 +8ш8п- +-ш8р8 +8ш8р- +-ш8с8 +8ш8с- +-ш8т8 +8ш8т- +-ш8у8 +8ш8у- +-ш8ф8 +8ш8ф- +-ш8х8 +8ш8х- +-ш8ц8 +8ш8ц- +-ш8ч8 +8ш8ч- +-ш8ш8 +8ш8ш- +-ш8щ8 +8ш8щ- +-ш8ь8 +8ш8ь- +-ш8ю8 +8ш8ю- +-ш8я8 +8ш8я- +-ш8'8 +8ш8'- +-щ8а8 +8щ8а- +-щ8б8 +8щ8б- +-щ8в8 +8щ8в- +-щ8г8 +8щ8г- +-щ8ґ8 +8щ8ґ- +-щ8д8 +8щ8д- +-щ8е8 +8щ8е- +-щ8є8 +8щ8є- +-щ8ж8 +8щ8ж- +-щ8з8 +8щ8з- +-щ8и8 +8щ8и- +-щ8і8 +8щ8і- +-щ8ї8 +8щ8ї- +-щ8й8 +8щ8й- +-щ8к8 +8щ8к- +-щ8л8 +8щ8л- +-щ8м8 +8щ8м- +-щ8н8 +8щ8н- +-щ8о8 +8щ8о- +-щ8п8 +8щ8п- +-щ8р8 +8щ8р- +-щ8с8 +8щ8с- +-щ8т8 +8щ8т- +-щ8у8 +8щ8у- +-щ8ф8 +8щ8ф- +-щ8х8 +8щ8х- +-щ8ц8 +8щ8ц- +-щ8ч8 +8щ8ч- +-щ8ш8 +8щ8ш- +-щ8щ8 +8щ8щ- +-щ8ь8 +8щ8ь- +-щ8ю8 +8щ8ю- +-щ8я8 +8щ8я- +-щ8'8 +8щ8'- +-ь8а8 +8ь8а- +-ь8б8 +8ь8б- +-ь8в8 +8ь8в- +-ь8г8 +8ь8г- +-ь8ґ8 +8ь8ґ- +-ь8д8 +8ь8д- +-ь8е8 +8ь8е- +-ь8є8 +8ь8є- +-ь8ж8 +8ь8ж- +-ь8з8 +8ь8з- +-ь8и8 +8ь8и- +-ь8і8 +8ь8і- +-ь8ї8 +8ь8ї- +-ь8й8 +8ь8й- +-ь8к8 +8ь8к- +-ь8л8 +8ь8л- +-ь8м8 +8ь8м- +-ь8н8 +8ь8н- +-ь8о8 +8ь8о- +-ь8п8 +8ь8п- +-ь8р8 +8ь8р- +-ь8с8 +8ь8с- +-ь8т8 +8ь8т- +-ь8у8 +8ь8у- +-ь8ф8 +8ь8ф- +-ь8х8 +8ь8х- +-ь8ц8 +8ь8ц- +-ь8ч8 +8ь8ч- +-ь8ш8 +8ь8ш- +-ь8щ8 +8ь8щ- +-ь8ь8 +8ь8ь- +-ь8ю8 +8ь8ю- +-ь8я8 +8ь8я- +-ь8'8 +8ь8'- +-ю8а8 +8ю8а- +-ю8б8 +8ю8б- +-ю8в8 +8ю8в- +-ю8г8 +8ю8г- +-ю8ґ8 +8ю8ґ- +-ю8д8 +8ю8д- +-ю8е8 +8ю8е- +-ю8є8 +8ю8є- +-ю8ж8 +8ю8ж- +-ю8з8 +8ю8з- +-ю8и8 +8ю8и- +-ю8і8 +8ю8і- +-ю8ї8 +8ю8ї- +-ю8й8 +8ю8й- +-ю8к8 +8ю8к- +-ю8л8 +8ю8л- +-ю8м8 +8ю8м- +-ю8н8 +8ю8н- +-ю8о8 +8ю8о- +-ю8п8 +8ю8п- +-ю8р8 +8ю8р- +-ю8с8 +8ю8с- +-ю8т8 +8ю8т- +-ю8у8 +8ю8у- +-ю8ф8 +8ю8ф- +-ю8х8 +8ю8х- +-ю8ц8 +8ю8ц- +-ю8ч8 +8ю8ч- +-ю8ш8 +8ю8ш- +-ю8щ8 +8ю8щ- +-ю8ь8 +8ю8ь- +-ю8ю8 +8ю8ю- +-ю8я8 +8ю8я- +-ю8'8 +8ю8'- +-я8а8 +8я8а- +-я8б8 +8я8б- +-я8в8 +8я8в- +-я8г8 +8я8г- +-я8ґ8 +8я8ґ- +-я8д8 +8я8д- +-я8е8 +8я8е- +-я8є8 +8я8є- +-я8ж8 +8я8ж- +-я8з8 +8я8з- +-я8и8 +8я8и- +-я8і8 +8я8і- +-я8ї8 +8я8ї- +-я8й8 +8я8й- +-я8к8 +8я8к- +-я8л8 +8я8л- +-я8м8 +8я8м- +-я8н8 +8я8н- +-я8о8 +8я8о- +-я8п8 +8я8п- +-я8р8 +8я8р- +-я8с8 +8я8с- +-я8т8 +8я8т- +-я8у8 +8я8у- +-я8ф8 +8я8ф- +-я8х8 +8я8х- +-я8ц8 +8я8ц- +-я8ч8 +8я8ч- +-я8ш8 +8я8ш- +-я8щ8 +8я8щ- +-я8ь8 +8я8ь- +-я8ю8 +8я8ю- +-я8я8 +8я8я- +-я8'8 +8я8'- +-'8а8 +8'8а- +-'8б8 +8'8б- +-'8в8 +8'8в- +-'8г8 +8'8г- +-'8ґ8 +8'8ґ- +-'8д8 +8'8д- +-'8е8 +8'8е- +-'8є8 +8'8є- +-'8ж8 +8'8ж- +-'8з8 +8'8з- +-'8и8 +8'8и- +-'8і8 +8'8і- +-'8ї8 +8'8ї- +-'8й8 +8'8й- +-'8к8 +8'8к- +-'8л8 +8'8л- +-'8м8 +8'8м- +-'8н8 +8'8н- +-'8о8 +8'8о- +-'8п8 +8'8п- +-'8р8 +8'8р- +-'8с8 +8'8с- +-'8т8 +8'8т- +-'8у8 +8'8у- +-'8ф8 +8'8ф- +-'8х8 +8'8х- +-'8ц8 +8'8ц- +-'8ч8 +8'8ч- +-'8ш8 +8'8ш- +-'8щ8 +8'8щ- +-'8ь8 +8'8ь- +-'8ю8 +8'8ю- +-'8я8 +8'8я- +-'8'8 +8'8'- } diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.chr.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.chr.txt index c7c065c9353..fae8534a798 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.chr.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.chr.txt @@ -1,3 +1,5 @@ +'' +’’ -- aA bB @@ -35,4 +37,3 @@ zZ öÖ ûÛ üÜ -’’ diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.pat.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.pat.txt index a31cf803e0d..15d8be5301a 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.pat.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.pat.txt @@ -16,7 +16,9 @@ .af7oes. .a4f5oo .a4f5ra +.af6ro' .af6ro’ +.a7fro's .a7fro’s .af6ro- .a7fro-h @@ -348,6 +350,7 @@ .k4we .k4wo .ky7otop +.l'7etji .l’7etji .la6eti .la6kwa @@ -376,6 +379,7 @@ .lui5sl .l6üder .m2 +.m'7etji .m’7etji .ma6cdo .ma6nal @@ -520,6 +524,7 @@ .pyp5r .py7thon .r2 +.r'7etji .r’7etji .r6aard .ra7dart @@ -8099,6 +8104,7 @@ ry4ta ry5tra s2 2s. +s'9ie. s’9ie. 1sa 3sa. @@ -10179,6 +10185,7 @@ wys3k wys3p wys5ta wyt7raak +x'9ie. x’9ie. x1a xe1 diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-as.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-as.lic.txt index 6f20a8b0abb..5cdad384680 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-as.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-as.lic.txt @@ -3,7 +3,7 @@ Assameze Hyphenation Patterns (more info about the licence to be added later) % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Assamese diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bn.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bn.lic.txt index bf75d015fb6..6b35fa9dc82 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bn.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bn.lic.txt @@ -3,7 +3,7 @@ Bengali Hyphenation Patterns (more info about the licence to be added later) % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Bengali diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cy.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cy.lic.txt index 859dd0a2a10..eed59d03520 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cy.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cy.lic.txt @@ -2,65 +2,30 @@ Welsh Hyphenation Patterns (more info about the licence to be added later) -% This file is part of hyph-utf8 package and resulted from -% semi-manual conversions of hyphenation patterns into UTF-8 in June 2008. +%% hyph-cy.tex, Welsh hyphenation patterns +%% Copyright 1996 Yannis Haralambous +%% <yannis dat haralambous at telecom-bretagne dot eu> % -% Source: cyhyph.tex () -% Author: Yannis Haralambous +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. % -% The above mentioned file should become obsolete, -% and the author of the original file should preferaby modify this file instead. +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work (patterns) is Yannis Haralambous. % -% Modificatios were needed in order to support native UTF-8 engines, -% but functionality (hopefully) didn't change in any way, at least not intentionally. -% This file is no longer stand-alone; at least for 8-bit engines -% you probably want to use loadhyph-foo.tex (which will load this file) instead. -% -% Modifications were done by Jonathan Kew, Mojca Miklavec & Arthur Reutenauer -% with help & support from: -% - Karl Berry, who gave us free hands and all resources -% - Taco Hoekwater, with useful macros -% - Hans Hagen, who did the unicodifisation of patterns already long before -% and helped with testing, suggestions and bug reports -% - Norbert Preining, who tested & integrated patterns into TeX Live -% -% However, the "copyright/copyleft" owner of patterns remains the original author. -% -% The copyright statement of this file is thus: -% -% Do with this file whatever needs to be done in future for the sake of -% "a better world" as long as you respect the copyright of original file. -% If you're the original author of patterns or taking over a new revolution, -% plese remove all of the TUG comments & credits that we added here - -% you are the Queen / the King, we are only the servants. -% -% If you want to change this file, rather than uploading directly to CTAN, -% we would be grateful if you could send it to us (http://tug.org/tex-hyphen) -% or ask for credentials for SVN repository and commit it yourself; -% we will then upload the whole "package" to CTAN. -% -% Before a new "pattern-revolution" starts, -% please try to follow some guidelines if possible: -% -% - \lccode is *forbidden*, and I really mean it -% - all the patterns should be in UTF-8 -% - the only "allowed" TeX commands in this file are: \patterns, \hyphenation, -% and if you really cannot do without, also \input and \message -% - in particular, please no \catcode or \lccode changes, -% they belong to loadhyph-foo.tex, -% and no \lefthyphenmin and \righthyphenmin, -% they have no influence here and belong elsewhere -% - \begingroup and/or \endinput is not needed -% - feel free to do whatever you want inside comments -% -% We know that TeX is extremely powerful, but give a stupid parser -% at least a chance to read your patterns. +% This work consists of the file hyph-cy.tex and is part of hyph-utf8 +% maintained by tex-hyphen team which also contains derived files. % % For more unformation see % % http://tug.org/tex-hyphen % -%------------------------------------------------------------------------------ -% -% Welsh patterns -% Yannis Haralambous 1996 +% CHANGES: +% - 1996 - last change to patterns +% - 2008 - inclusion into hyph-utf8 and file rename (cyhyph.tex -> hyph-cy.tex) +% - 2011-06-07 - added LPPL licence diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-da.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-da.lic.txt index 0b6a9fbaa65..b4f8b2fab7a 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-da.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-da.lic.txt @@ -74,3 +74,6 @@ Danish Hyphenation Patterns % and version 1.3 or later is part of all distributions of LaTeX % version 2003/12/01 or later. % +% Changes: +% - 2011-01-11 - remove support for OT1 encoding +% diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.lic.txt index 3defc2a350c..2301b163404 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.lic.txt @@ -2,14 +2,14 @@ German Hyphenation Patterns (Traditional Orthography) (more info about the licence to be added later) -% dehypht-x-2009-06-19.pat +% dehypht-x-2011-06-01.pat -\message{German Hyphenation Patterns (Traditional Orthography) `dehypht-x' 2009-06-19 (WL)} +\message{German Hyphenation Patterns (Traditional Orthography) `dehypht-x' 2011-06-01 (WL)} % TeX-Trennmuster für die traditionelle deutsche Rechtschreibung % % -% Copyright (C) 2008 Werner Lemberg <wl@gnu.org> +% Copyright (C) 2008, 2009, 2011 Werner Lemberg <wl@gnu.org> % % This program can be redistributed and/or modified under the terms % of the LaTeX Project Public License Distributed from CTAN @@ -19,7 +19,7 @@ German Hyphenation Patterns (Traditional Orthography) % % The word list is available from % -% http://repo.or.cz/w/wortliste.git?a=commit;h=e4826ce7db99bceb6043be48983ff2b67d56669f +% http://repo.or.cz/w/wortliste.git?a=commit;h=2d246449f5c4f570f4d735d3ad091f6ad70f6972 % % The used patgen parameters are % diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.pat.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.pat.txt index eda05442fe0..4c219094467 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.pat.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.pat.txt @@ -49,7 +49,6 @@ .ät2s .äu3 .be3erb -.bei6ge. .be3ra .be3r2e .berg3a @@ -166,7 +165,6 @@ .in3e .ink4 .inn2e -.int6 .inu1 .ire3 .is2a @@ -179,11 +177,13 @@ .ker3s .ki4e .kle2i +.kni4e .kopf1 .ks2 .kus2 .le4ar .li2f +.li4ve. .lo4g3in .lo3ver .lö4s3s @@ -217,6 +217,7 @@ .ort2 .orts3e .ort4st +.os5t6alg .oste2 .ost5end .osten8de @@ -273,6 +274,8 @@ .th4 .ti2a .tid1 +.ti4me. +.ti4mes .ti2s .tite4 .to4nin @@ -325,7 +328,7 @@ aa2gr 4a2ar aa2r1a aar3f4 -aart4 +aart2 aas1t aat4s1 a3au @@ -393,7 +396,6 @@ ab1ur 1abw 2aby 1abz -2ac. 2aca 2ac1c a1cem @@ -452,6 +454,7 @@ a1d a3d2ab ad2ag adai4 +ada2m ad3ama a2d1an 3a4dap @@ -484,7 +487,7 @@ ad4res ad3ru 2ads2 ad3sz -2ad2t1 +ad2t1 2adu 2a1e1 ae2b @@ -542,6 +545,7 @@ age4na age4neb a2gent a4gentu +ag2er age4ral 2ages age2sa @@ -603,7 +607,6 @@ aht1s a1hu ah1w a1hy -2ai aian3 aid4s aids1t @@ -618,6 +621,7 @@ a1ind ain4e a1ing ain3sp +2ais ai2sa a3isch. ai3s2e @@ -630,6 +634,7 @@ aive3 a3ivl a3ivs a1j +ajekt4o 2ak. 1a2k4ad 2akal @@ -750,6 +755,7 @@ al4lec al3lend all5erfa al3les +1allgä alli5er. alli7ers. al2lob @@ -764,7 +770,6 @@ al2ös 3alpe. 1alph al3skl -al4spal al2sum al3sun al2tak @@ -792,7 +797,6 @@ amab4 amad2 ama3g 2amä -2ambiq am4e 2ame. a2meb @@ -876,6 +880,7 @@ an3f2u an2g1ei an4g3erf an4g3erl +an4gerw an4g3erz 2angf 2angh @@ -890,7 +895,7 @@ ang3sc ang6s3po 1anh 2a3ni -an2id +an2i3d ani5ers. 3a4nim a4nins @@ -905,7 +910,6 @@ ank1r an2k3ra an2k3rä ankt4 -an2ky 1anl anma3s2 2anmu @@ -970,7 +974,6 @@ a1p 2a3pa 2ape a2pef -a3pel a2pé a2pf ap2fa @@ -1085,8 +1088,8 @@ ar2the art2i artin2 2arto -art3r -ar4tram +ar4t3ram +art3re 2arts 2aru ar1uh @@ -1130,7 +1133,6 @@ as1o2f a3sol as1or as1p -as3pan a4s2ph as2pi a4spl @@ -1249,9 +1251,12 @@ auf1er au4ferk auff4 3aufn +2auft. 2aug 4augeh +2auh au3ha +au2hu 4au1i au2is 2auj @@ -1300,10 +1305,8 @@ aus3tri 1ausz au3ß a4ut -2aut. au2t1äu -2aute -au4ten4g +auten4g au4t3erh 3auto 2auts @@ -1619,6 +1622,7 @@ be1eta be3g2 2b1eier bei1f4 +bei4ge. beik4 beil2 bei3la @@ -1771,7 +1775,7 @@ b3leb 2b3leid b3lein 3blem -3blen +3ble4n b3lese ble3sz b4let @@ -1781,7 +1785,7 @@ b3leu b2lie 2blig bling4 -b3lis +b4lis b2lit 3blitz b2lo @@ -1832,6 +1836,7 @@ bot2s3t bo2xi bö2b3 2böf +b1öl 2b1p2 bpa2g 2b1q @@ -1896,7 +1901,6 @@ b4sers b3ses b3set bsi2t -bs2ku b4sl b2s1of bs1op @@ -1968,7 +1972,7 @@ bzeit1 bzu1 1ca 2c1ab -ca1ch +ca2ch ca2e3 ca3g4 ca1h @@ -1990,6 +1994,7 @@ c1ch2 c2d2 c3do 2cec +ceco4 ce2dr 2cef ce1i @@ -2091,6 +2096,7 @@ ch4stal 2chü 2chv 2chw +5chy 2chz ci1c ci2s @@ -2129,7 +2135,6 @@ c2m2 1co co1ch co2d2 -co4der. co3di coff4 coi2 @@ -2145,7 +2150,6 @@ co1ra cor3d co3re cos4 -co2st co2te 2cp c1q @@ -2174,6 +2178,7 @@ da2ben da2bre dab4rü 2d1ac +d2ac. dach3a dachgeschos8 dachgescho7sse @@ -2263,7 +2268,6 @@ de3b4 2d1e4ben 3dec de1ch -deco3 de1e2 2d1eff deg2 @@ -2296,7 +2300,7 @@ del4san del2s5e del2so del2s1p -del3t4 +del3t dem2ar 2d1emp d2en. @@ -2322,6 +2326,7 @@ der2bl de2re2b de4reck der3edi +de4r3eis derer3 de3r4erb de3r4erf @@ -2339,6 +2344,7 @@ derö4 4d3ersat der3tau der6t5en6d +dert4ra de3ru de4ruh de4rum @@ -2470,8 +2476,8 @@ d2orp dor2ta d2os. dos3s +dost1 do4sta -dost1r dot6h do3un d1ö @@ -2663,6 +2669,7 @@ eakt2 ea2la e3alei e4aler. +ealti2 e2ame eam1o eam3t @@ -2693,6 +2700,7 @@ ebe2i 2ebel eb2en ebens3e +ebert4 2ebet 2ebl eb3ler @@ -2745,6 +2753,7 @@ eck3se 2eckt 2e1cl 2eco +eco3d 2ect e1d e3d2a @@ -2940,7 +2949,7 @@ e1hy 4eib ei2bar ei2bl -eibu4t +eibu2t ei4b3ute ei2cho e2id @@ -2950,7 +2959,6 @@ ei3de ei4d3err 2eidn ei3dra -eid2sc ei1e 4eien eienge4 @@ -3056,6 +3064,7 @@ ek2u e3k2w e1la ela4ben +el3abi el2abt el1af ela2h @@ -3178,6 +3187,7 @@ e6mentsp e2m1erw 1e2meti e2m1im +emi5na em1int emi3ti 2emm @@ -3258,7 +3268,7 @@ enf2a enf2u 1engad 3engag -en3ge +enge3ra en3g2i en2gl en3glo @@ -3268,7 +3278,7 @@ eng3sc eng3se e3ni. e3nic -e4nid +e2nid e3nie eni3er. eni5ers. @@ -3276,7 +3286,6 @@ e2n1i4m e2n1in e3nio 2enis -eni3se e3nit 2eniv en3k2ü @@ -3348,6 +3357,7 @@ e4ol e1on. e1ond e1onf +e1onh e1onl e1onr e1ons @@ -3510,6 +3520,7 @@ e1rok e1rol e1rom e3ron +er3ony er1o2p e4ro2r e1ros @@ -3536,11 +3547,11 @@ ers2te er3sz ert2ak er6terei +er4t3erf er4ters er2tho 4erti ert3ins -ert4ra ert3s2e 2eru eruf4s @@ -3581,6 +3592,7 @@ es3eva es3ha es4har es2hu +esi1er e3sig e2s1il es1ini @@ -3637,6 +3649,7 @@ e4sw e3sy eße3r2e e1t +e3ta. etab4 et1am 1etap @@ -3902,7 +3915,8 @@ fes2t fe2st1a fe4st3ei fe2str -2f1e4ta +2f1eta +fe4tag 3fete fet2t3a feuer3e @@ -3945,7 +3959,6 @@ fge3s 1fi 3fi. fi3at -fi4ds fi1er2f fi2kin fi3kl @@ -4007,6 +4020,7 @@ flu4ger flus3se f4lü 2f3m2 +fma2d fmas2s fma3sse 2f3n2 @@ -4016,6 +4030,7 @@ fob2l 2f1of foli3 fo2na +fon2e fo2nu 2f1op 4f3org @@ -4343,6 +4358,7 @@ ge1ro ge1r2ö ger4sto ge3r2u +g1erwa ges2c ges3elt ge2s1er @@ -4442,6 +4458,7 @@ g2lom 3g2lot 2gls 2g1lu2 +glu3te 3glü g2ly 2g1m2 @@ -4533,7 +4550,6 @@ gro4u g4ruf 2g3rui 2g3rum -3g4runs 3g4rup grus2s gru3sse @@ -4580,7 +4596,6 @@ gs1o2 gs1p4 g3s2pek gs4pie -gs2pit gs3pl g5s2por gsrat4 @@ -4619,6 +4634,8 @@ gt2se gu3am gu1an. gu1ant +gu1as +gu4d3r gu2e 2gued guet2 @@ -4645,6 +4662,7 @@ gu3sti gu2ß1 gu2t gut1a +gu3te gu4t3erh gut3h 2güb @@ -4710,7 +4728,7 @@ hau4ss haus5sen hau4s3ti hau4sto -hau6terk +h2aut. 2hauto hau2tr h1äff @@ -4756,7 +4774,6 @@ he2im heim3p hei4mu heine2 -hei4neh h1eink 4heio he1ism @@ -4884,7 +4901,7 @@ hi3ro hir2s his2a hi2se -his2p +hi2spa hi3ti 2hiu h1j @@ -5305,7 +5322,6 @@ hu2ti hut2t hut4zen hut4z3er -hutz1i h2ü h4übs h3übu @@ -5335,6 +5351,7 @@ i2af iaf4l i4a3g2 i2ah +i3ai i2aj i2ak i3ak. @@ -5361,6 +5378,7 @@ ial3t4 ia2lu ial3z2 i2am4 +i3am. i4amo 2ian ia2nal @@ -5410,9 +5428,8 @@ iben3a ibi2k i3bla i3ble -i2blis ib2o -i2b1ö +i2bö i4brä ib3ren ib4ste @@ -5458,7 +5475,7 @@ idni3 i2dol 1idol. 2i2dr -i3dsc +i3d2sc id2s1p idt4 i2dy @@ -5669,6 +5686,7 @@ ike2l1 i2k1e2r2e ik1erf iker6fah +i2k1erh i2ker2l i2k1eta i3ki. @@ -5796,6 +5814,7 @@ in1am i3nap in2ara in2ars +in4art ina4s i2n3au2 inaus1 @@ -5861,6 +5880,7 @@ inn4sta in1od in3ols in1or +inos4 ino3t i1nö in1ö2d @@ -6014,7 +6034,6 @@ i4schwa i6schwir i4schwo isch3wu -is1chy i2s3cr 2ise ise3e @@ -6042,6 +6061,7 @@ i2spar is1pe is1pic is2pit +is2por i2spro is3sa is4s1ac @@ -6108,10 +6128,12 @@ i1ti i2t1id 1itii iti4kan +iti3k2e i2t1in1 it2inn i3tis i3tiv +i4tl itmen2 i1to i3toc @@ -6200,7 +6222,6 @@ je2a jean2s je2g jek4ter -jekto2 jektor4 jek2tr je3na @@ -6229,7 +6250,7 @@ ju2k jung5s ju3ni jur2o -jut2e3 +ju3t2e3 2j1v 1ka 3ka. @@ -6354,6 +6375,7 @@ ke2lä kel3b4 2k1e2lek ke2len +ke2l1er 2ke3let kell4e kel3s2k @@ -6537,6 +6559,7 @@ k4raz 2k3räum 2kre. 2k3rec +2kred. 2k3rede 2k3ref 2kreg @@ -6695,6 +6718,7 @@ lag5se 2la1ho 1lai lai4s1t +la2kes la2k1i l2akk la1k4l @@ -6736,7 +6760,7 @@ lap4pl la2r1an la2r1ei la4rene -3l4ar3g +3l2ar3g lar3ini 2l1ar3t l3arti @@ -7027,7 +7051,9 @@ lg4s1t 3lia li3ac li3ak +li3am li3ar +li3b4 libi3 li1c 3lichem @@ -7037,7 +7063,7 @@ li3chi li3d2a li2deo 2l1ido -li4ds +li4d3s l2ie 3lie. liebe4s @@ -7091,7 +7117,6 @@ li2p3a 3lis. li3s2a li4schu -4lish 2l1isl 2l1i2so li2sp @@ -7265,7 +7290,9 @@ lo2s3to lo2s3t4r lo2ßu lo2t1a +lot4h lo3tha +lo3thi loti4o 2l1ov lo2ve @@ -7284,6 +7311,7 @@ l3pa lpe2n3 lp2f l2p1ho +lpi4p lp3t4 l3pu 2l1q @@ -7393,7 +7421,6 @@ l4ts lt3sc lt1spa lt4stab -lt5ste lt4stoc ltt2 lt1uh @@ -7422,7 +7449,6 @@ lug3sa lu2gu 2l1uh lu1id. -lu1is. lume2 2lumf 2luml @@ -7446,7 +7472,7 @@ lus4s3a lus2s1c lus3sen lus2s1o -lus2s3p +lus2s1p lus4s1t lus2t lu2st1a @@ -7457,8 +7483,8 @@ lust3re lu2s1u 4lu2ß1 lu2t1a -lu4teg -lu4t3erg +lu2teg +lut3erg lut1o2f lu2top lu2t3r @@ -7533,7 +7559,7 @@ ma3ler mali1 mal3lo 2mallt -malu4 +malu2 ma2l3ut mam3m 2m1anal @@ -7627,6 +7653,7 @@ meis2 me1i2so m2eist me3lam +me2lau 3meld me2lek me2ler @@ -7641,6 +7668,7 @@ mena2b me3nal men3ar men3au +men3ge men3gl me3nor m2ens @@ -7827,6 +7855,7 @@ mp4f3erz mp2fl mpf3li mpf1or +m3pi m3pon mp3ta m3pu @@ -7957,8 +7986,7 @@ na2h1a n3ahn 3nai nai2e -n3aig -n3air +n1aig 2n1ak na2ka 3nako @@ -8042,6 +8070,7 @@ n2auso 4nauss n4auste 4nausw +nau3te navi5er. navi5ers 1nä @@ -8120,6 +8149,7 @@ ne3ein n1ef neg4 2ne2he. +2nehen2 3nehm 4n1ehr 2n1ei @@ -8239,7 +8269,6 @@ n4es. nes2c ne2sei ne2sev -nesi1e ne3ska nes1o ne2sor @@ -8260,6 +8289,7 @@ ne2u neu1c neu3g 2n1eup +neur2 n2ew 2n1ex 3nez @@ -8338,8 +8368,8 @@ nib4l nibu2 nich8ters n1id +3n2id. ni2de -ni3de. ni3dr n4ie nie3b @@ -8384,6 +8414,7 @@ ni3ra 3n2is ni4schw ni2s1e +ni3se. ni2s1p ni3spi nis5s2 @@ -8495,7 +8526,7 @@ nor2d5r n1ort 3n2os. no3sh -no2sp +no2s3p no4ss n2oste nost1r @@ -8506,6 +8537,7 @@ no4t3ei no2tel no3t3h no4tha +no4thi no2t3in no2t1op no2tr @@ -8572,6 +8604,7 @@ n4s3ort. nsp4 nspas2 n2spat +n4speri n2sph ns2pi n2spo @@ -8648,6 +8681,7 @@ n2t1inh ntini1 nt2ins n3tit +nt4lem ntmen2 ntmo2 n3to @@ -8714,6 +8748,7 @@ nu4s1t 1nu2ß 1nut nu2t1a +nu3te nu2t3r 1nuu 1nux @@ -8773,7 +8808,6 @@ oa3ke oak1l o4a3la o4a3mi -oanne4 o2ar o2a3s 3oase @@ -8807,10 +8841,11 @@ o2b3li 2o3bo o2b3re o3bri -ob3s2h +obs2 +ob3sh ob3sk -obs2p ob2sta +ob3sz 2o3bu obus3s 2o3bü @@ -9077,7 +9112,7 @@ onderer5 one2i one2n1 onen3g -o2n1erb +on1erb o2n1erd on1erg on1erö @@ -9132,6 +9167,7 @@ o1pa opab4 o2p3ad op3akt +o3pan o1pec o1pei o1pe4n @@ -9217,6 +9253,7 @@ or3gle or2gn 2orh 2o3ric +4orie. o4rient o3rier 4oril @@ -9290,7 +9327,8 @@ o4ski os2lo 2oso 2os1p -o2s3per +os2pe +os3pec o3s2po os2pr os2sa @@ -9307,12 +9345,12 @@ os2s3p os4s3t os2su os2t -ost1a -o2sta2b +o2st1a2b o3stal. -o4stam -ost4art +o4st1am +ost3ang osta4s +ost1au o4sterd oster3e ost5er6we @@ -9352,7 +9390,7 @@ o2t1erw 4ot2h ot4he ot5hel -o4t3hi +o2t3hi ot3hos o2thr o2t1i2m @@ -9412,9 +9450,9 @@ ox2e ox3l o2xu 1oxy -o1y2en o1yo 2o1z +o3z2a oz2e ozen4ta o3zi @@ -9476,6 +9514,7 @@ ozon1 2ön ön2e ö3ni +önizi1 önn2e ö1nu öo1 @@ -9539,7 +9578,6 @@ p2a 1pac pa3da pa2dr -pa2el pa1f4r pag4 pa3gh @@ -9547,7 +9585,7 @@ pa1ho 1pak pa1k4l pak2to -1pala +3pala pala3t 1palä pa3li @@ -9559,10 +9597,11 @@ pa3nei pa2neu pan3k4 2panl -3pa2no +2pann +1pa2no pan3sl pant2 -3panz4 +panz4 1pap papi2 papieren8 @@ -9622,8 +9661,8 @@ pei1 pe1im pekt4s 2peku -1pel -pe2l3a4 +3pel +pe2l1a4 pel3d pe2let pe2lex @@ -9662,7 +9701,7 @@ pes3s2 p2f1ab p2fad p2faf -pf3ai +pf1ai p2f1ak pf1ans p2fa4r @@ -9727,7 +9766,6 @@ piegelei8en pi2el piela2 3pier -pie3t 3pik 1pil pi3le @@ -9741,6 +9779,7 @@ pi3oi pi3onu 3pip pi2pe +pi4pel pi3ri 3pirin 3pis @@ -9748,6 +9787,7 @@ pi3ri pis2t pi3t2a pit2s +2pitz pi2z1in p1j 2p1k2 @@ -9956,7 +9996,6 @@ ra2chu r2ack 1r2ad r4ad. -rada2 ra2dam 2radap 3radf @@ -9972,6 +10011,7 @@ ra3gle ra2gn 3r2ahm 4raht +r2ai 2raic rail4l 2r3air @@ -10072,7 +10112,6 @@ rat2st rau3e2n 2rauf 2raug -r2auh 3raum rau4m3ag rau4man @@ -10083,6 +10122,7 @@ rau2sp 2rauss rau4sti raus3tr +4raut raut5s 1raü r2ax @@ -10214,6 +10254,7 @@ rech3ar 4rechs 2reck. 2recki +3red. 4redd 2redit re1el @@ -10397,7 +10438,7 @@ r2gres r2gret rg3rin rgro5sse -rg1s2p +rg1sp rgs2tr r1h4 2rh. @@ -10439,7 +10480,6 @@ ri2fr rif4ter 3rig 5rig. -5rige ri4gene 5rigj rig1l @@ -10475,9 +10515,7 @@ r4inspi 2rint rin4teg rin4t5r -r1inv -r2inva -2rinve +2r1inv 4r1ir r2is ris4a @@ -10645,10 +10683,11 @@ ro2mer 4romm 4romt r2on +ro4nerb 3ronn rons2 ron4tan -ro1ny +4ro1ny ro1pe 2ro2pf ro3ph @@ -10662,11 +10701,10 @@ ror3th ro3sh ro3s2i ro5smo -ros2p ros6san ross1c ros4t -ro3st2a +ro3sta ro2st1r ro2ßu ro4tag @@ -10691,7 +10729,7 @@ r1ör r2ös. r2öse 2r1p2 -rp4a +r3p4a rp4e rpe2re rpe4r3in @@ -10800,6 +10838,7 @@ r2telf rte2n1 r3ten. rt3erei +r4terfa r4terfo r4t3erh r2t1erk @@ -10819,11 +10858,11 @@ r2tinf rto1p rt1or rto2ri -r2trak +r2t3rak rtra4s3 rt3rec r4treis -rt1ros +rt3ros r4ts rt4s1eh rt1spe @@ -10878,6 +10917,7 @@ rus3sen rus2s1p rus6s3t 3rut +ru2tei rut3h ru2t1o2 ru2t3r @@ -10945,9 +10985,9 @@ sa1f4r sa4gent sag4n 4s1a2gr -3sai +3s2ai sa3i2k1 -sail4 +sail2 2s1ak sa2ka 3saki @@ -11145,6 +11185,7 @@ seh3s seh3t se2hüb 2s1ei. +2s1eie 2s1eig s1ein 5s2ein. @@ -11281,7 +11322,6 @@ sh4r si2ach si3ach. si2ad -si3am. sia4s 2siat sib4 @@ -11377,6 +11417,7 @@ skus3 4sl. 3slal 4slan +sla2ve s2law sl3b s5le @@ -11415,7 +11456,7 @@ son3au sone2 son5ende son3sä -so2ny +son2s1o so3o 2s1opf 3sor. @@ -11447,7 +11488,7 @@ sp2 2sp. 2spaa 2spak -s2pan +2spala spani7er. 2spano 4spap @@ -11462,27 +11503,28 @@ spa3ssi s2paz s2pä 2spär -s2pee -4s3pel +s3pe. +4spel 4spensi spe3p4 -2s1peri +s1peri 4sperl +2spero s2perr 2spers 2spet 1s2pez 2s3pf 2spha +s4phä s3phe -2sphi 1spi 3s2pi4e 4spier4 spi2k 2spil 3spio -4spip +4spi4p 4spis 2spl 4spla @@ -11514,7 +11556,7 @@ s2pran 2sprüf 3sprün 2s3ps -2spt +2s4pt 2spun 2spup 3spur @@ -11648,6 +11690,7 @@ st2ac 2stale 3sta3li 2stalk +st1alm st1alp 3stam st1ami @@ -11660,8 +11703,9 @@ sta4na 2stanw 4stanza s2tar. -s2t2ars +s2tars 3start +st1asi 3stat 3s4tau. 2stauf @@ -11991,6 +12035,7 @@ tag4st tah2 tah3le tahl3sk +t2ai ta3i2k tai2l ta1ins @@ -12007,6 +12052,8 @@ tak2ta ta2la ta3lag ta3lak +t1alb. +t1albk 1talbu tal3d 1t4ale @@ -12154,8 +12201,6 @@ te2es teg2 teg3re 2teh -t2ei. -t2eie t3eifr teik4 1teil @@ -12164,11 +12209,10 @@ teinbus6 tein3ec t3einge t3einla -4teinn t3eis. t3eisb tei3st -tek3t +tek3t2 tela4 te2l3ab te2l1ac @@ -12227,7 +12271,7 @@ ten3ens 4tenerg te2net ten3g -4t1eng. +t1eng. tengeschos8 tengescho7sse ten4gla @@ -12245,10 +12289,9 @@ t4enta t3entb 4tentd t4ente -4tentn ten4t3ri 4t3entw -4t3entz +t3entz ten6zerh ten3zw t3e2pi @@ -12277,7 +12320,7 @@ tergescho7sse 6tergrei t6ergru 2t1ergu -4tergü +2tergü t4eri te3ria 4terklä @@ -12423,7 +12466,6 @@ ti4gerz tihi4 ti2kam ti2kar -ti3k2er ti2kin ti2krä tiks2 @@ -12484,6 +12526,7 @@ ti2za 2t3k4 2t3l2 tl4e +3tlem tle2r3a 4t5li 2t1m2 @@ -12514,6 +12557,7 @@ to2men 2tomg 1ton to2nau +to2neh 3too to2pak to2pat @@ -12526,7 +12570,6 @@ to4rän t1ord 1tore. to2r1el -to3ren t1org t3orga tor3int @@ -12565,6 +12608,7 @@ tra4far 2trahm 3t4rai 1tram +2t3rams 3t4ran. 2trand 1trank @@ -12626,7 +12670,6 @@ t3rev 3t4ré 2t3rh 1trib -2trid 3trieb. 3triebs tri2er @@ -12656,7 +12699,7 @@ trö4s3s 2truk trum2 trums1 -2trund +2t3rund 1t4runk 3t4rup t3ruß @@ -12764,7 +12807,6 @@ t3ter tt2erg tterma8s7s tte4s1ä -t2teti tt2häu t2t3ho ttras3s @@ -12790,6 +12832,7 @@ tuf2e tu3fen t3u2fer 2tuh +tu2is t3u2kr tul2a 1tum @@ -12962,6 +13005,7 @@ u1cl 2u1d u3d2a uder2e +udert4 udi3en uditi4 u2don @@ -13088,6 +13132,7 @@ uh4rin uhrt4 uh2ru uh4rü +uh1un uh1w 2ui ui2c @@ -13097,6 +13142,7 @@ u3ig u4ige u1im u1in. +u1is. u3isch. u3ischs uisi4n @@ -13334,7 +13380,6 @@ ur1im ur1ini ur3ins ur1int -u2rinv 1urlau 4u1ro u3rol @@ -13429,16 +13474,19 @@ ut3a2m u2t1ap u2t1ar u2tär -u3te +u3te. ut1eg ute4ge +ut1ei. +ut1eie ute2n1 +u3ten. u2tent uter4er u4t3ersa -ut2es -ut2et -u4tev +u3t2es +u3t2et +u2tev u4t1ex utfi4 ut2he @@ -13469,11 +13517,10 @@ utt1s2 utu4re utu5ru utz3eng -ut2zin +ut2z1in ut2zo ut2z1w 2u1u2 -uufe2 u1ü2 u1v4 u2ve. @@ -13647,7 +13694,7 @@ ve3le ve3li ve3lo ve3ma -ve3mu +2ve3mu ve3nal ven2c ve3ne @@ -13731,6 +13778,7 @@ vor3d vor3e vor3g vo3ri +vo5rig vormen4 vorö4 3voy @@ -13924,7 +13972,7 @@ wun2s wur2fa 1wurst wus4 -1wu4t1 +1wu2t1 1wüh wüs4 2w1w @@ -14075,6 +14123,7 @@ y1of yom2 yon4i y1ont +y1os y1ou y1p ypa2 @@ -14128,7 +14177,6 @@ zale3 za3li 2z1all 2z1am -3zambiq z1an za3ne 2z3anf @@ -14226,7 +14274,7 @@ zer4t3ag zert4an zer6tere zer4tin -zer6t5rau +zer6trau 4zerwei 2z1erz 3z2erza @@ -14295,6 +14343,7 @@ zor4ne 2z3ot 2zö2f z1öl +2zön 2z3p4 2z1q 2z3r2 @@ -14327,6 +14376,7 @@ zugs1t zug4ste zug1un 2z1uhr +zuh2u zu1i zu3k 2z1um. diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.lic.txt index 02181600ea9..a266c13359f 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.lic.txt @@ -2,14 +2,14 @@ German Hyphenation Patterns (Reformed Orthography) (more info about the licence to be added later) -% dehyphn-x-2009-06-19.pat +% dehyphn-x-2011-06-01.pat -\message{German Hyphenation Patterns (Reformed Orthography, 2006) `dehyphn-x' 2009-06-19 (WL)} +\message{German Hyphenation Patterns (Reformed Orthography, 2006) `dehyphn-x' 2011-06-01 (WL)} % TeX-Trennmuster für die reformierte (2006) deutsche Rechtschreibung % % -% Copyright (C) 2007, 2008 Werner Lemberg <wl@gnu.org> +% Copyright (C) 2007, 2008, 2009, 2011 Werner Lemberg <wl@gnu.org> % % This program can be redistributed and/or modified under the terms % of the LaTeX Project Public License Distributed from CTAN @@ -19,7 +19,7 @@ German Hyphenation Patterns (Reformed Orthography) % % The word list is available from % -% http://repo.or.cz/w/wortliste.git?a=commit;h=e4826ce7db99bceb6043be48983ff2b67d56669f +% http://repo.or.cz/w/wortliste.git?a=commit;h=2d246449f5c4f570f4d735d3ad091f6ad70f6972 % % The used patgen parameters are % diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.pat.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.pat.txt index e922353e122..a15b1397f11 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.pat.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.pat.txt @@ -48,7 +48,6 @@ .äm3 .ät2s .be3erb -.bei6ge. .be3ra .be3r2e .berg3a @@ -153,6 +152,7 @@ .her3an .he3ri .he6r5inn +.hi2s .ho4met .ia4 .im2a @@ -162,7 +162,6 @@ .in3e .ink4 .inn2e -.int6 .inu1 .ire3 .is2a @@ -173,12 +172,14 @@ .ka4t3io .ki4e .kle2i +.kni4e .kopf1 .ks2 .kus2 .le4ar .li2f .li4tu +.li4ve. .lo4g3in .lo3ver .lus4tr @@ -207,6 +208,7 @@ .or2a .ort2 .orts3e +.os5t6alg .oste2 .ost5end .os8ten8de @@ -261,6 +263,8 @@ .th4 .ti2a .tid1 +.ti4me. +.ti4mes .ti2s .ti5ta .tite4 @@ -317,7 +321,7 @@ aa2gr 4a2ar aa2r1a aar3f4 -aart4 +aart2 aas5t aat4s3 a3au @@ -363,7 +367,7 @@ a2blu 1abn a2bo. ab2of -a2bon +1a2bon 2abor ab3r a3bra @@ -387,7 +391,6 @@ ab1ur 2aby aby4t 1abz -2ac. 2aca 2ac1c a1cem @@ -443,6 +446,7 @@ a1d 2ada. a3d2ab ad2ag +ada2m ad3ama a2d1an 3a4dap @@ -477,7 +481,7 @@ ad3ru 2ads2 ad3st ad3sz -2ad2t1 +ad2t1 ad4te ad4tr 2adu @@ -539,6 +543,7 @@ age4na age4neb a2gent a4gentu +ag2er age4ral 2ages age2sa @@ -600,7 +605,6 @@ aht3s a1hu ah1w a1hy -2ai aian3 aid2s ai1e2 @@ -616,6 +620,7 @@ a1ind ain4e a1ing ain3sp +2ais ai2sa a3isch. ai3s2e @@ -626,6 +631,7 @@ a3ivl a3ivs a1j aje2 +ajekt4o 2ak. 1a2k4ad 2akal @@ -747,6 +753,7 @@ al2lau al3lend all5erfa al3les +1allgä alli5er. alli7ers. al2lob @@ -761,7 +768,6 @@ al2ös 3alpe. 1alph al3skl -al4spal al5s6terb al3sun al2tak @@ -788,7 +794,6 @@ amab4 amad2 ama3g 2amä -2ambiq 2am4e 4ame. a2meb @@ -875,6 +880,7 @@ an3f2u an2g1ei an4g3erf an4g3erl +an4gerw an4g3erz 2angf 2angh @@ -888,7 +894,7 @@ an2g3ra ang4s3po 1anh 2a3ni -an2id +an2i3d ani5ers. 3a4nim a4nins @@ -903,7 +909,6 @@ ank1r an2k3ra an2k3rä ankt4 -an2ky 1anl 2anmu 2ann @@ -965,7 +970,6 @@ a1p 2apa 2ape a2pef -a3pel a2pé a2pf ap2fa @@ -1082,9 +1086,8 @@ ar2the ar3t2i artin2 2arto -art3r -ar4tram -ar6tri +ar4t3ram +art3re 2arts 2aru ar1uh @@ -1121,7 +1124,6 @@ a2s1o2f as1or a2sö a2s1p -as3pan as2ph as2pi as2po @@ -1240,6 +1242,7 @@ au4ferk auff4 3aufn 2aufs. +2auft. 2aug 4augeh 4au1i @@ -1585,6 +1588,7 @@ be1eta be3g2 2b1eier bei1f4 +bei4ge. beik4 beil2 bei3la @@ -1722,7 +1726,7 @@ b3leb 2b3leid b3lein 3blem -3blen +3ble4n b3lese ble3sz b4let @@ -1732,7 +1736,7 @@ b3leu b2lie 2blig bling4 -b3lis +b4lis b2lit 3blitz b2lo @@ -1782,6 +1786,7 @@ bot2st bo2xi bö2b3 2böf +b1öl 2b1p2 bpa2g 2b1q @@ -1899,7 +1904,7 @@ bys2 bzeit1 1ca 2c1ab -ca1ch +ca2ch ca2e3 ca3g4 ca1h @@ -1922,6 +1927,7 @@ c1ch2 c2d2 c3do 2cec +ceco4 ce2dr 2cef ce1i @@ -2016,6 +2022,7 @@ chre3s ch3rh 1chron 4chs +ch4sper 2cht 2chuf 2chuh @@ -2025,6 +2032,7 @@ ch3rh 4chü 2chv 4chw +1chy 2chz ci1c ci2s @@ -2099,7 +2107,6 @@ c2m2 co2c co3ch co2d2 -co4der. co3di coff4 coi2 @@ -2114,7 +2121,7 @@ co2pe co1ra cor3d co3re -cos4 +cos3t co4te cô4 2cp @@ -2146,6 +2153,7 @@ da2ben da2bre dab4rü 2d1ac +d2ac. dach3a da2cho dach1s @@ -2238,7 +2246,6 @@ de3b4 3de1c de4ca. de2cka -deco3 de1e4 2d1eff deg2 @@ -2301,6 +2308,7 @@ der2bl de2re2b de4reck der3edi +de4r3eis derer3 de3r4erb de3r4erf @@ -2315,6 +2323,7 @@ der3m2 4d3ersat der3tau der6t5en6d +dert4ra de3ru de4ruh de4rum @@ -2447,7 +2456,7 @@ d2orp dor2ta d2os. dos3s -dost1r +dost1 dot6h do3un d1ö @@ -2647,6 +2656,7 @@ eakt2 ea2la e3alei e4aler. +ealti2 eam3 eam1o ea2na @@ -2676,6 +2686,7 @@ ebe2i 2ebel eb2en ebens3e +ebert4 2ebet 2ebl eb3ler @@ -2724,6 +2735,7 @@ eck3se 2eckt 2e1cl 2eco +eco3d e3cr ec1s4 2ect @@ -3024,6 +3036,7 @@ ek2u e3k2w e1la ela4ben +el3abi el2abt ela2c el1af @@ -3146,6 +3159,7 @@ e2m1erw eme2s 1e2meti e2m1im +emi5na em1int emi3ti 2emm @@ -3223,7 +3237,7 @@ enf2a enf2u 1engad 3engag -en3ge +enge3ra en3g2i en2gl en3glo @@ -3231,7 +3245,7 @@ en3glo eng3se e3ni. e3nic -e4nid +e2nid e3nie eni3er. eni5ers. @@ -3239,7 +3253,6 @@ e2n1i4m e2n1in e3nio 2enis -eni3se e3nit 2eniv en3k2ü @@ -3266,7 +3279,8 @@ ens2el 1ensem ensen1 en3ska -en3s2po +en3sp +ens2po enst5alt en4s3tät 2ensto @@ -3306,6 +3320,7 @@ e4ol e1on. e1ond e1onf +e1onh e1onl e1onr e1ons @@ -3463,6 +3478,7 @@ er1o2b er1of er1oh e3ron +er3ony e2r1o2p e4ro2r e3ros @@ -3483,11 +3499,11 @@ er3sp er3sz ert2ak er6terei +er4t3erf er4ters er2tho 4erti ert3ins -ert4ra erts2e 2eru eruf4s @@ -3520,6 +3536,7 @@ es3eva es2har es2hu es2id +esi1er e2sil es3int es2ir @@ -3844,7 +3861,8 @@ f1erw fe2st fest1a fest3ei -2f1e4ta +2f1eta +fe4tag 3fete fet2t3a feuer3e @@ -3887,8 +3905,6 @@ fge3s 3fi. fi3at fid2 -fi4ds -fid3sc fien3 fi1er2f fi2kin @@ -3951,6 +3967,7 @@ f4luc flu4ger f4lü 2f3m2 +fma2d 2f3n2 fni2s 1fo @@ -3958,6 +3975,7 @@ fob2l 2f1of foli3 fo2na +fon2e fo2nu 2f1op fo1ra @@ -4284,6 +4302,7 @@ ger3no ge1r2ö ger4sto ge3r2u +g1erwa g2e1s2 ges3auf ge3sc @@ -4477,7 +4496,6 @@ gro4u g4ruf 2g3rui 2g3rum -3g4runs 3g4rup 2grut 2g3rüc @@ -4520,7 +4538,6 @@ g3s2pek g3spi gs4pie g4spin -gs2pit gs3pl g3s2por gsrat4 @@ -4565,7 +4582,9 @@ g3tü gu3am gu1an. gu1ant +gu1as gu1c +gu4d3r gu2e 2gued guet4 @@ -4696,7 +4715,6 @@ he2im heim3p hei4mu heine2 -hei4neh h1eink 4heio he1ism @@ -4829,7 +4847,6 @@ hi3ro hir2s his2a hi2se -his2p hi2st hi1th hi3ti @@ -5229,7 +5246,6 @@ hu2ti hut2t hut4zen hut4z3er -hutz1i h2ü h4übs h3übu @@ -5259,6 +5275,7 @@ i2af iaf4l i4a3g2 i2ah +i3ai i2aj i2ak i3ak. @@ -5284,6 +5301,7 @@ ial3t4 ia2lu ial3z2 i2am +i3am. i4amo 2ian ia2nal @@ -5334,9 +5352,8 @@ iben3a ibi2k i3bla i3ble -i2blis ib2o -i2b1ö +i2bö i4brä ib3ren ib4ste @@ -5357,6 +5374,7 @@ i3chlo ich3m i1cho i2ch3r +ich4spe ich2t3r i1chu ich1w @@ -5444,7 +5462,6 @@ ien3sc ien3s2e ien3si iens2k -ien3sp ienst5rä ien3sz ie1nu @@ -5588,6 +5605,7 @@ ike2l1 i2k1e2r2e ik1erf iker6fah +i2k1erh i2ker2l i2k1eta i3ki. @@ -5714,6 +5732,7 @@ in3am i3nap in2ara in2ars +in4art ina4s i2n3au in1äs @@ -5771,7 +5790,7 @@ inn4sta in1od in3ols in1or -ino1s2 +ino1s4 ino3t i1nö in1ö2d @@ -5927,7 +5946,6 @@ i4schwa i6schwir i4schwo isch3wu -is1chy i2s3cr 2ise ise3e @@ -5955,6 +5973,7 @@ i2spar is1pe is1pic is2pit +is2por i2spro is3sa is4s1ac @@ -6016,8 +6035,10 @@ i5thr i2t1id 1itii iti4kan +iti3k2e i2t1in1 it2inn +i6tl itmen2 i5toc i2t1of @@ -6098,7 +6119,6 @@ jean2s je1c je2g jek4ter -jekto2 jektor4 jek2tr je3na @@ -6258,6 +6278,7 @@ ke2lä kel3b4 2ke2lek ke2len +ke2l1er 2ke3let kell4e kel3s2k @@ -6442,6 +6463,7 @@ k4raz 2k3räum 2kre. 2k3rec +2kred. 2k3rede 2k3ref 2kreg @@ -6606,6 +6628,7 @@ lago2 la2g1ob 2la1ho 1lai +la2kes la2k1i l2akk la1k4l @@ -6646,7 +6669,7 @@ lap4pl la2r1an la2r1ei la4rene -3l4ar3g +3l2ar3g lar3ini lar3s 2l1ar3t @@ -6927,8 +6950,10 @@ l3gro 3lia li3ac li3ak +li3am li3ar lia1s +li3b4 libi3 li1c 3lichem @@ -6990,7 +7015,6 @@ li2p3a 3lis. li3s2a li4schu -4lish 2l1isl 2l1i4so li2sp @@ -7162,7 +7186,9 @@ loss2e lo4ste los3t4r lo2ta +lot4h lo3tha +lo3thi loti4o 2l1ov lo2ve @@ -7181,6 +7207,7 @@ l3pa lpe2n3 lp2f l2p1ho +lpi4p lp3t4 l3pu 2l1q @@ -7318,7 +7345,6 @@ lug3sp lu2gu 2l1uh lu1id. -lu1is. lume2 2lumf 2luml @@ -7345,7 +7371,7 @@ lus6serf lus6serk lus6sers lus2s1o -lus2s3p +lus2s1p lus2s3t lus4stä lu4st @@ -7515,6 +7541,7 @@ mein4da me1i4so 3meist me3lam +me2lau 3meld me2lek me2ler @@ -7530,6 +7557,7 @@ mena2b me3nal men3ar men3au +men3ge men3gl me3nor m2ens @@ -7725,6 +7753,7 @@ mp4f3erz mp2fl mpf3li mpf1or +m3pi m3pon mp3ta m3pu @@ -7867,8 +7896,7 @@ na2h1a n3ahn 3nai nai2e -n3aig -n3air +n1aig 2n1ak na2ka 3nako @@ -8033,6 +8061,7 @@ ne3ein n1ef neg4 2ne2he. +2nehen2 3nehm 4n1ehr 2n1ei @@ -8149,7 +8178,6 @@ n2erv n4es. ne3san nes4c -nesi1e ne3ska nes1o ne2s1p @@ -8171,6 +8199,7 @@ ne2u neu1c neu3g 2n1eup +neur2 n2ew 2n1ex 3nez @@ -8244,8 +8273,8 @@ nib4l nich1s nich8ters n1id +3n2id. ni2de -ni3de. ni3dr n4ie nie3b @@ -8291,6 +8320,7 @@ ni3ra 3n2is ni4schw ni2s1e +ni3se. ni2s1p ni3spi nis3s4 @@ -8401,7 +8431,7 @@ nor2d5r n1ort 3n2os. no3sh -no2sp +no2s3p n2oste nost1r 2nostv @@ -8411,6 +8441,7 @@ no4t3ei no2tel no3t3h no4tha +no4thi no2t3in no2t1op no2tr @@ -8471,13 +8502,14 @@ ns2kal n2s1op n4s3ort. nsp4 -n2spat -n2sph +n4spat +n4speri +n4sph n3s2pi ns4pie n2spo ns3pon -n2sprä +n4sprä n4s3prie n4spro nsrü2 @@ -8551,6 +8583,7 @@ n2t1inh ntini1 nt2ins n3ti1t +nt4lem ntmen2 ntmo2 n3to @@ -8675,7 +8708,6 @@ oa3ke oa4k1l o4a3la o4a3mi -oanne4 o2ar o2as 3oa3se @@ -8711,6 +8743,7 @@ ob3s2h ob3sk obs2p ob2sta +ob3sz 2o3bu obu2s 2o3bü @@ -8971,7 +9004,7 @@ onderer5 one2i one2n3 onens2 -o2n1erb +on1erb o2n1erd on1erg on1erö @@ -9029,6 +9062,7 @@ o1pa opab4 o2p3ad op3akt +o3pan opa5s o1pec o1pei @@ -9119,6 +9153,7 @@ or3gle or2gn 2orh 2o3ric +4orie. o4rient o3rier 4oril @@ -9193,7 +9228,8 @@ o4ski os2lo 2oso 2os1p -o2s3per +os2pe +os3pec o3s2po os2sa oss3and @@ -9205,12 +9241,12 @@ os2s3o os4son os2s3p os2s3t -ost1a -osta2b +ost1a2b os4t3am +ost3ang os3tarr -ost4art os4ta4s +ost1au os4tei oster3e os6t5er6we @@ -9248,7 +9284,7 @@ ote2s 4ot2h ot4he ot5hel -o4t3hi +o2t3hi ot3hos o2thr o2t1i2m @@ -9308,10 +9344,10 @@ ox2e ox3l o2xu 1oxy -o1y2en o1yo oy1s4 2o1z +o3z2a oz2e ozen4ta o3zi @@ -9370,6 +9406,7 @@ ozon1 2ön ön2e ö3ni +önizi1 önn2e ön2s ön3sc @@ -9434,7 +9471,6 @@ p2a 1pac pa3da pa2dr -pa2el pa1f4r pag4 pa3gh @@ -9442,7 +9478,7 @@ pa1ho 1pak pa1k4l pak2to -1pala +3pala pala3t 1palä pa3li @@ -9452,10 +9488,11 @@ pa3nei pa2neu pan3k4 2panl -3pa2no +2pann +1pa2no pan3sl pant2 -3panz4 +panz4 1pap papi2 papieren8 @@ -9517,8 +9554,8 @@ pei1 pe1im pekt4s 2peku -1pel -pe2l3a4 +3pel +pe2l1a4 pel3d pe2let pe2lex @@ -9556,7 +9593,7 @@ pe2st p2fab p2fad p2faf -pf3ai +pf1ai p2f1ak pf1ans p2fa4r @@ -9635,6 +9672,7 @@ pi3oi pi3onu 3pip pi2pe +pi4pel pi3ri 3pirin 3pis @@ -9642,6 +9680,7 @@ pi3ri pi3t2a pi1th pit2s +2pitz pi2z1in p1j 2p1k2 @@ -9855,7 +9894,6 @@ ra2chu r2ack r2ad r4ad. -rada2 ra2dam 2radap 3radf @@ -9871,6 +9909,7 @@ ra3gle ra2gn 3r2ahm 4raht +r2ai 2raic rail4l 2r3air @@ -10101,6 +10140,7 @@ rech3ar 4rechs 2reck. 2recki +3red. 4redd 2redit re1el @@ -10272,7 +10312,7 @@ r2greg r2gres r2gret rg3rin -rg3s2p +rg3sp rgs4tr rg5s2tu r1h4 @@ -10319,7 +10359,6 @@ rif3s rif4ter 3rig 5rig. -5rige ri4gene 5rigj rig1l @@ -10356,9 +10395,7 @@ r4inspi 2rint rin4teg rin4t5r -r1inv -r2inva -2rinve +2r1inv 4r1ir r2is ris2a @@ -10523,10 +10560,11 @@ ro2mer 4romm 4romt r2on +ro4nerb 3ronn rons2 ron4tan -ro1ny +4ro1ny ro1pe ro3ph r1or @@ -10539,9 +10577,8 @@ ror3th ro3sh ro3s2i ro3smo -ros2p ros2s1c -ro3st2a +ro3sta rost1r 4roß ro2ßu @@ -10568,7 +10605,7 @@ r1ör r2ös. r2öse 2r1p2 -rp4a +r3p4a rp4e rpe2re rpe4r3in @@ -10692,6 +10729,7 @@ r2temo rte2n1 rten3s2 rt3erei +r4terfa r4terfo r4t3erh r2t1erk @@ -10711,11 +10749,11 @@ rto1p rt1or rto2ri r3tö -r4trak +r4t3rak rt3rec r4treis r5tri -rt1ros +rt3ros rtrü2c r4ts rt4s1eh @@ -10778,6 +10816,7 @@ rus4st ru2st ru3sta 3rut +ru4tei rut3h ru2t1o2 ru2t3r @@ -10841,9 +10880,9 @@ sa1f4r sa4gent sag4n sa2gr -3sai +3s2ai sa3i2k1 -sail4 +sail2 2s1ak sa2ka 3saki @@ -11034,6 +11073,7 @@ seh1s seh3t se2hüb 2s1ei. +2s1eie 2s1eig s1ein 5s4ein. @@ -11166,7 +11206,6 @@ sh4r si2ach si3ach. si2ad -si3am. 2siat sib4 5si1c @@ -11262,6 +11301,7 @@ sk4n 2s1l2 3slal 4slan +sla2ve s2law s3lä sl3b @@ -11303,7 +11343,7 @@ son3au sone2 son5ende son3sä -so2ny +son2s1o so3o 2sopf 3sor. @@ -11335,43 +11375,45 @@ s1ös 1sp2 2sp. 2spaa -2spak -s2pan +4spak +2spala spani7er. -2spap +4spap 2spara -2sparo +4sparo 3sparu 3spaß -2spau +4spau s2paz s2pä 3späh 2spär -s2pee +s3pe. 2spel 4spensi spe3p4 -2s1peri +s1peri 2sperl +2spero s2perr -2spers -2spet +4spers +4spet 3s2pez 4s3pf 2spha +s4phä s3phe -2sphi 3s2pi4e 4spier4 spi2k 4spil 3spio -4spip +4spi4p 4spis 2spl 4spla 4splä +4sple 3s2pli s3p4lu s3pn @@ -11385,7 +11427,7 @@ s2pott 4spr. s2prac s2pran -2sprax +4sprax 2spräm 4spräs 3s4prec @@ -11394,9 +11436,9 @@ s2pran 2sprob 3spross 3spru -2sprüf +4sprüf 2s3ps -2spt +2s4pt 2spun 2spup 3spur @@ -11472,6 +11514,7 @@ st2ac 2stale s3ta3li 2stalk +st1alm st1alp st1ami 4stan. @@ -11483,7 +11526,8 @@ sta4na 2stanw s4tar. 4stari -s4t2ars +s4tars +st1asi s3tat. s4tau. 2stauf @@ -11831,6 +11875,7 @@ tag4st tah2 tah3le tahl3sk +t2ai ta3i2k tai2l ta1ins @@ -11846,6 +11891,8 @@ tak6ta ta2la ta3lag ta3lak +t1alb. +t1albk tal3d 3t4ale ta4lens @@ -11997,8 +12044,7 @@ teg3re 2teh 3teha 3tehä -3t2ei. -t2eie +3tei. t3eifr teik4 3teil @@ -12010,6 +12056,7 @@ t3einla 4teinn t3eis. t3eisb +tekt2 5tel. 3tela te2l3ab @@ -12260,7 +12307,6 @@ ti4gerz 3tik ti2kam ti2kar -ti3k2er ti2kin ti2krä ti2lar @@ -12320,6 +12366,7 @@ ti2za 4t3k4 4t3l tl4e +5tlem tle2r3a 6t5li tlung4 @@ -12353,6 +12400,7 @@ to2men 2tomg 3ton to2nau +to2neh 3too to2pak to2pat @@ -12366,7 +12414,6 @@ to4rän t1ord 3tore to2rel -to3ren t1org t3orga 3torin @@ -12418,6 +12465,7 @@ tra4far 5t4rai 3trak 3tral +2t3rams 3t4ran. 2trand 3trank @@ -12476,7 +12524,6 @@ t3rev 2t3rh 3tri 4tric -2trid 5trieb tri4er 5trigg @@ -12508,7 +12555,7 @@ t3röc 4truk trum2 trums1 -2trund +2t3rund 3t4runk 5t4rup tru2th @@ -12616,7 +12663,6 @@ ttel1o ttes1 tte2sa tte2sä -t4teti tt2häu t2t3ho t3ti @@ -12650,6 +12696,7 @@ tu3fen t3u2fer tuff3 2tuh +tu2is 2tuk t3u2kr tul2a @@ -12816,6 +12863,7 @@ u1cl u3d2a uden3s2 uder2e +udert4 udi3en uditi4 u2don @@ -12950,6 +12998,7 @@ ui1em u3ig u4ige u1in. +u1is. u3isch. u3ischs uisi4n @@ -13188,7 +13237,6 @@ ur1im ur1ini ur3ins ur1int -u2rinv urk2s 1urlau 4u1ro @@ -13267,6 +13315,8 @@ u2tär u3te ut1eg ute4ge +ut1ei. +ut1eie ute2n1 u2tent uter4er @@ -13303,7 +13353,7 @@ utu4re utu5ru u3tü utz3eng -ut2zin +ut2z1in ut2zo ut2z1w 2u1u2 @@ -13486,7 +13536,7 @@ ve3le ve3li ve3lo ve3ma -ve3mu +2ve3mu ve3nal ven2c ve3ne @@ -13568,6 +13618,7 @@ vor3d vor3e vor3g vo3ri +vo5rig vormen4 3voy vö2c @@ -13918,6 +13969,7 @@ y1of yom2 yon4i y1ont +y1os y1ou y1p ypa2 @@ -13969,7 +14021,6 @@ za3gr zale3 2z1all 2z1am -3zambiq z1an za2na 2z3anf @@ -14058,7 +14109,7 @@ zer4t3ag zert4an zer6tere zer4tin -zer6t5rau +zer6trau 4zerwei 2z1erz 3z2erza @@ -14127,6 +14178,7 @@ zor4ne 2z3ot 2zö2f z1öl +2zön 2z3p4 2z1q 2z3r2 diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.lic.txt index ed808e896a6..fa3b1c19720 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.lic.txt @@ -2,15 +2,15 @@ Swiss-German Hyphenation Patterns (Traditional Orthography) (more info about the licence to be added later) -% dehyphts-x-2009-06-19.pat +% dehyphts-x-2011-06-01.pat -\message{Swiss-German Hyphenation Patterns (Traditional Orthography) `dehyphts-x' 2009-06-19 (WL)} +\message{Swiss-German Hyphenation Patterns (Traditional Orthography) `dehyphts-x' 2011-06-01 (WL)} % TeX-Trennmuster für die traditionelle deutsch-schweizerische % Rechtschreibung % % -% Copyright (C) 2008 Werner Lemberg <wl@gnu.org> +% Copyright (C) 2009, 2011 Werner Lemberg <wl@gnu.org> % % This program can be redistributed and/or modified under the terms % of the LaTeX Project Public License Distributed from CTAN @@ -20,7 +20,7 @@ Swiss-German Hyphenation Patterns (Traditional Orthography) % % The word list is available from % -% http://repo.or.cz/w/wortliste.git?a=commit;h=e4826ce7db99bceb6043be48983ff2b67d56669f +% http://repo.or.cz/w/wortliste.git?a=commit;h=2d246449f5c4f570f4d735d3ad091f6ad70f6972 % % The used patgen parameters are % diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.pat.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.pat.txt index 1c4cb010637..ebcedcdb80a 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.pat.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.pat.txt @@ -47,7 +47,6 @@ .äm3 .ät2s .be3erb -.bei6ge. .be3ra .be3r2e .berg3a @@ -155,7 +154,6 @@ .in3e .ink4 .inn2e -.int6 .inu1 .ire3 .is2a @@ -168,11 +166,13 @@ .ker3s .ki4e .kle2i +.kni4e .kopf1 .ks2 .kus2 .le4ar .li2f +.li4ve. .lo4g3in .lo3ver .lu4str @@ -205,6 +205,7 @@ .ort2 .orts3e .ort4st +.os5t6alg .oste2 .ost5end .osten8de @@ -252,6 +253,8 @@ .th4 .ti2a .tid1 +.ti4me. +.ti4mes .ti2s .tite4 .to4nin @@ -302,13 +305,14 @@ aa2gr 4a2ar aa2r1a aar3f4 -aart4 +aart2 aas1t aat4s1 a3au a1ä a1b 2aba +abais4 ab1auf ab1ä ab2äu @@ -369,7 +373,6 @@ ab1ur 1abw 2aby 1abz -2ac. 2aca 2ac1c a1cem @@ -428,6 +431,7 @@ a1d a3d2ab ad2ag adai4 +ada2m ad3ama a2d1an 3a4dap @@ -460,7 +464,7 @@ ad4res ad3ru 2ads2 ad3sz -2ad2t1 +ad2t1 2adu 2a1e1 ae2b @@ -518,6 +522,7 @@ age4na age4neb a2gent a4gentu +ag2er age4ral 2ages age2sa @@ -580,7 +585,6 @@ aht1s a1hu ah1w a1hy -2ai aian3 aid4s aids1t @@ -595,17 +599,20 @@ a1ind ain4e a1ing ain3sp +2ais ai2sa a3isch. ai3s2e aiso2 aiss2 +ais4se. ais5st a3iv. aive3 a3ivl a3ivs a1j +ajekt4o 2ak. 1a2k4ad 2akal @@ -726,6 +733,7 @@ al4lec al3lend all5erfa al3les +1allgä alli5er. alli7ers. al2lob @@ -740,7 +748,6 @@ al2ös 3alpe. 1alph al3skl -al4spal al2sum al3sun al2tak @@ -768,7 +775,6 @@ amab4 amad2 ama3g 2amä -2ambiq am4e 2ame. a2meb @@ -852,6 +858,7 @@ an3f2u an2g1ei an4g3erf an4g3erl +an4gerw an4g3erz 2angf 2angh @@ -866,7 +873,7 @@ ang3sc ang6s3po 1anh 2a3ni -an2id +an2i3d ani5ers. 3a4nim a4nins @@ -881,7 +888,6 @@ ank1r an2k3ra an2k3rä ankt4 -an2ky 1anl 2anmu 2ann @@ -937,7 +943,7 @@ ao1i4 a1op a1or a1os -ao3t2 +ao3t4 a3ot. a1ö a1p @@ -945,7 +951,6 @@ a1p 2a3pa 2ape a2pef -a3pel a2pé a2pf ap2fa @@ -1060,8 +1065,8 @@ ar2the art2i artin2 2arto -art3r -ar4tram +ar4t3ram +art3re 2arts 2aru ar1uh @@ -1100,7 +1105,6 @@ as1o2f a3sol as1or as1p -as3pan as2ph as2pi as2po @@ -1214,9 +1218,12 @@ auf1er au4ferk auff4 3aufn +2auft. 2aug 4augeh +2auh au3ha +au2hu 4au1i au2is 2auj @@ -1262,10 +1269,8 @@ aus3tri 1ausü 1ausz au3ß -2aut. au2t1äu -2aute -au4ten4g +auten4g au4t3erh 3auto 2auts @@ -1569,6 +1574,7 @@ be1eta be3g2 2b1eier bei1f4 +bei4ge. beik4 beil2 bei3la @@ -1710,7 +1716,7 @@ b3leb 2b3leid b3lein 3blem -3blen +3ble4n b3lese ble3sz b4let @@ -1720,7 +1726,7 @@ b3leu b2lie 2blig bling4 -b3lis +b4lis b2lit 3blitz b2lo @@ -1768,6 +1774,7 @@ bot2s3t bo2xi bö2b3 2böf +b1öl 2b1p2 bpa2g 2b1q @@ -1814,7 +1821,6 @@ bs2ca b6schan b6schef bs4cu -b3se. bs1e2b b3sel. bs1ele @@ -1826,7 +1832,6 @@ bs3e4r3in b4sers b3ses bsi2t -bs2ku b4sl b2s1of bs1op @@ -1896,7 +1901,7 @@ bzeit1 bzu1 1ca 2c1ab -ca1ch +ca2ch ca2e3 ca3g4 ca1h @@ -1918,6 +1923,7 @@ c1ch2 c2d2 c3do 2cec +ceco4 ce2dr 2cef ce1i @@ -2020,6 +2026,7 @@ chus4si 2chü 2chv 2chw +1chy 2chz ci1c ci2s @@ -2058,7 +2065,6 @@ c2m2 1co co1ch co2d2 -co4der. co3di coff4 coi2 @@ -2074,7 +2080,6 @@ co1ra cor3d co3re cos4 -co2st co2te 2cp c1q @@ -2104,6 +2109,7 @@ da2ben da2bre dab4rü 2d1ac +d2ac. dach3a da2cho 4d3achse @@ -2190,7 +2196,6 @@ de3b4 2d1e4ben 3dec de1ch -deco3 de1e2 2d1eff deg2 @@ -2223,7 +2228,7 @@ del4san del2s5e del2so del2s1p -del3t4 +del3t dem2ar 2d1emp d2en. @@ -2249,6 +2254,7 @@ der2bl de2re2b de4reck der3edi +de4r3eis derer3 de3r4erb de3r4erf @@ -2266,6 +2272,7 @@ derö4 4d3ersat der3tau der6t5en6d +dert4ra de3ru de4ruh de4rum @@ -2395,8 +2402,8 @@ d2orp dor2ta d2os. dos3s +dost1 do4sta -dost1r dot6h do3un d1ö @@ -2587,6 +2594,7 @@ eakt2 ea2la e3alei e4aler. +ealti2 e2ame eam1o eam3t @@ -2616,6 +2624,7 @@ ebe2i 2ebel eb2en ebens3e +ebert4 2ebet 2ebl eb3ler @@ -2667,6 +2676,7 @@ eck3se 2eckt 2e1cl 2eco +eco3d 2ect e1d e3d2a @@ -2855,7 +2865,7 @@ e1hy 4eib ei2bar ei2bl -eibu4t +eibu2t ei4b3ute ei2cho e2id @@ -2865,7 +2875,6 @@ ei3de ei4d3err 2eidn ei3dra -eid2sc ei1e 4eien eienge4 @@ -2968,6 +2977,7 @@ ek2u e3k2w e1la ela4ben +el3abi el2abt el1af ela2h @@ -3088,6 +3098,7 @@ e6mentsp e2m1erw 1e2meti e2m1im +emi5na em1int emi3ti 2emm @@ -3165,7 +3176,7 @@ enf2a enf2u 1engad 3engag -en3ge +enge3ra en3g2i en2gl en3glo @@ -3175,7 +3186,7 @@ eng3sc eng3se e3ni. e3nic -e4nid +e2nid e3nie eni3er. eni5ers. @@ -3183,7 +3194,6 @@ e2n1i4m e2n1in e3nio 2enis -eni3se e3nit 2eniv en3k2ü @@ -3253,6 +3263,7 @@ e4ol e1on. e1ond e1onf +e1onh e1onl e1onr e1ons @@ -3414,6 +3425,7 @@ e1rok e1rol e1rom e3ron +er3ony er1o2p e4ro2r e1ros @@ -3438,11 +3450,11 @@ ers2te er3sz ert2ak er6terei +er4t3erf er4ters er2tho 4erti ert3ins -ert4ra erts2e 2eru eruf4s @@ -3470,6 +3482,7 @@ esch2 e4sco e4scu es1ebe +e3seg es3ehr e2sein ese4ler @@ -3478,6 +3491,7 @@ es3eva 4esh es2har es2hu +esi1er e2s1il es1ini es3int @@ -3531,6 +3545,7 @@ es1ur e3sy eße3r2e e1t +e3ta. etab4 et1am 1etap @@ -3793,7 +3808,8 @@ fes2t fe2st1a fe4st3ei fe2str -2f1e4ta +2f1eta +fe4tag 3fete fet2t3a feuer3e @@ -3836,7 +3852,6 @@ fge3s 1fi 3fi. fi3at -fi4ds fi1er2f fi2kin fi3kl @@ -3896,6 +3911,7 @@ f4luc flu4ger f4lü 2f3m2 +fma2d 2f3n2 fni2s 1fo @@ -3903,6 +3919,7 @@ fob2l 2f1of foli3 fo2na +fon2e fo2nu 2f1op 4f3org @@ -4223,6 +4240,7 @@ ge1ro ge1r2ö ger4sto ge3r2u +g1erwa ges2c ges3elt ge2s1er @@ -4322,6 +4340,7 @@ g2lom 3g2lot 2gls 2g1lu2 +glu3te 3glü g2ly 2g1m2 @@ -4411,7 +4430,6 @@ gro4u g4ruf 2g3rui 2g3rum -3g4runs 3g4rup 2grut 2g3rüc @@ -4454,7 +4472,6 @@ gs1o2 gs1p4 g3s2pek gs4pie -gs2pit gs3pl g5s2por gsrat4 @@ -4488,11 +4505,13 @@ g3sy g3te gti2m gt4r -gt2se +gt4se 1gu gu3am gu1an. gu1ant +gu1as +gu4d3r gu2e 2gued guet2 @@ -4522,6 +4541,7 @@ gu3sti gu2ß1 gu2t gut1a +gu3te gu4t3erh gut3h 2güb @@ -4585,7 +4605,7 @@ hau2sc hau4spa hau4s3ti hau4sto -hau6terk +h2aut. 2hauto hau2tr h1äff @@ -4629,7 +4649,6 @@ he2im heim3p hei4mu heine2 -hei4neh h1eink 4heio he1ism @@ -4755,8 +4774,8 @@ hir4ner hi3ro hir2s his2a -hi2se -his2p +hi4se +hi2spa hi3ti 2hiu h1j @@ -5164,7 +5183,6 @@ hu2ti hut2t hut4zen hut4z3er -hutz1i h2ü h4übs h3übu @@ -5193,6 +5211,7 @@ i2af iaf4l i4a3g2 i2ah +i3ai i2aj i2ak i3ak. @@ -5219,6 +5238,7 @@ ial3t4 ia2lu ial3z2 i2am4 +i3am. i4amo 2ian ia2nal @@ -5268,9 +5288,8 @@ iben3a ibi2k i3bla i3ble -i2blis ib2o -i2b1ö +i2bö i4brä ib3ren ib4ste @@ -5312,7 +5331,7 @@ idni3 i2dol 1idol. 2i2dr -i3dsc +i3d2sc id2s1p idt4 i2dy @@ -5517,6 +5536,7 @@ ike2l1 i2k1e2r2e ik1erf iker6fah +i2k1erh i2ker2l i2k1eta i3ki. @@ -5644,6 +5664,7 @@ in1am i3nap in2ara in2ars +in4art ina4s i2n3au2 inaus1 @@ -5706,6 +5727,7 @@ inn4sta in1od in3ols in1or +inos4 ino3t i1nö in1ö2d @@ -5830,7 +5852,6 @@ irpla4 ir4rei irr2h ir4sch3w -ir3se ir3sh irt4st iru2s1 @@ -5858,7 +5879,6 @@ i4schwa i6schwir i4schwo isch3wu -is1chy i2s3cr 2ise ise3e @@ -5888,6 +5908,7 @@ i2spar is1pe is1pic is2pit +is2por i2spro is3sa is4saa @@ -5950,10 +5971,12 @@ i1ti i2t1id 1itii iti4kan +iti3k2e i2t1in1 it2inn i3tis i3tiv +i4tl itmen2 i1to i3toc @@ -6041,7 +6064,6 @@ je2a jean2s je2g jek4ter -jekto2 jektor4 jek2tr je3na @@ -6070,7 +6092,7 @@ ju2k jung5s ju3ni jur2o -jut2e3 +ju3t2e3 2j1v 1ka 3ka. @@ -6194,6 +6216,7 @@ ke2lä kel3b4 2k1e2lek ke2len +ke2l1er 2ke3let kell4e kel3s2k @@ -6373,6 +6396,7 @@ k4raz 2k3räum 2kre. 2k3rec +2kred. 2k3rede 2k3ref 2kreg @@ -6528,6 +6552,7 @@ la2g1ob 2la1ho 1lai lai4s1t +la2kes la2k1i l2akk la1k4l @@ -6569,7 +6594,7 @@ lap4pl la2r1an la2r1ei la4rene -3l4ar3g +3l2ar3g lar3ini 2l1ar3t l3arti @@ -6852,7 +6877,9 @@ lg4s1t 3lia li3ac li3ak +li3am li3ar +li3b4 libi3 li1c 3lichem @@ -6862,7 +6889,7 @@ li3chi li3d2a li2deo 2l1ido -li4ds +li4d3s l2ie 3lie. liebe4s @@ -6914,7 +6941,6 @@ li2p3a 3lis. li3s2a li4schu -4lish 2l1isl 2l1i2so li2sp @@ -7086,7 +7112,9 @@ lo2s3to lo2s3t4r lo2ßu lo2t1a +lot4h lo3tha +lo3thi loti4o 2l1ov lo2ve @@ -7105,6 +7133,7 @@ l3pa lpe2n3 lp2f l2p1ho +lpi4p lp3t4 l3pu 2l1q @@ -7124,7 +7153,6 @@ l3sare l2sau2 l4schin l4schmü -l3se. l2s1e2b l2s1ec l2s1em @@ -7155,7 +7183,6 @@ l2stit ls2tr ls1um l2sun -lsu3s ls2zen 4l1t l2tab @@ -7210,7 +7237,6 @@ l4ts lt3sc lt1spa lt4stab -lt5ste lt4stoc ltt2 lt1uh @@ -7239,7 +7265,6 @@ lug3sa lu2gu 2l1uh lu1id. -lu1is. lume2 2lumf 2luml @@ -7267,7 +7292,7 @@ lus6serf lus6serk lus4si lus2s1o -lus2s3p +lus2s1p lus4s1t lus6suc lus2t @@ -7279,8 +7304,8 @@ lust3re lu2s1u 4lu2ß1 lu2t1a -lu4teg -lu4t3erg +lu2teg +lut3erg lut1o2f lu2top lu2t3r @@ -7354,7 +7379,7 @@ ma3ler mali1 mal3lo 2mallt -malu4 +malu2 ma2l3ut mam3m 2m1anal @@ -7442,6 +7467,7 @@ mein4da me1i2so m2eist me3lam +me2lau 3meld me2lek me2ler @@ -7456,6 +7482,7 @@ mena2b me3nal men3ar men3au +men3ge men3gl me3nor m2ens @@ -7639,6 +7666,7 @@ mp4f3erz mp2fl mpf3li mpf1or +m3pi m3pon mp3ta m3pu @@ -7766,8 +7794,7 @@ na2h1a n3ahn 3nai nai2e -n3aig -n3air +n1aig 2n1ak na2ka 3nako @@ -7851,6 +7878,7 @@ n2auso 4nauss n4auste 4nausw +nau3te navi5er. navi5ers 1nä @@ -7866,6 +7894,7 @@ n2äss 2näu 3nä1um 2n3b4 +nbais4 nbe2in nbe3n nbe3r2e @@ -7929,6 +7958,7 @@ ne3ein n1ef neg4 2ne2he. +2nehen2 3nehm 4n1ehr 2n1ei @@ -8046,7 +8076,6 @@ n4es. nes2c ne2sei ne2sev -nesi1e ne3ska nes1o ne2sor @@ -8067,6 +8096,7 @@ ne2u neu1c neu3g 2n1eup +neur2 n2ew 2n1ex 3nez @@ -8140,8 +8170,8 @@ nib4l nibu2 nich8ters n1id +3n2id. ni2de -ni3de. ni3dr n4ie nie3b @@ -8296,7 +8326,7 @@ nor2d5r n1ort 3n2os. no3sh -no2sp +no2s3p n2oste nost1r 2nostv @@ -8306,6 +8336,7 @@ no4t3ei no2tel no3t3h no4tha +no4thi no2t3in no2t1op no2tr @@ -8365,6 +8396,7 @@ n2s1op n4s3ort. nsp4 n2spat +n4speri n2sph ns2pi n2spo @@ -8440,6 +8472,7 @@ n2t1inh ntini1 nt2ins n3tit +nt4lem ntmen2 ntmo2 n3to @@ -8505,6 +8538,7 @@ nu4s1t 1nu2ß 1nut nu2t1a +nu3te nu2t3r 1nuu 1nux @@ -8564,7 +8598,6 @@ oa3ke oak1l o4a3la o4a3mi -oanne4 o2ar o2a3s 3oase @@ -8598,10 +8631,11 @@ o2b3li 2o3bo o2b3re o3bri -ob3s2h +obs2 +ob3sh ob3sk -obs2p ob2sta +ob3sz 2o3bu 2o3bü 2oby2 @@ -8865,7 +8899,7 @@ onderer5 one2i one2n1 onen3g -o2n1erb +on1erb o2n1erd on1erg on1erö @@ -8920,6 +8954,7 @@ o1pa opab4 o2p3ad op3akt +o3pan o1pec o1pei o1pe4n @@ -9005,6 +9040,7 @@ or3gle or2gn 2orh 2o3ric +4orie. o4rient o3rier 4oril @@ -9079,7 +9115,8 @@ o4ski os2lo 2oso 2os1p -o2s3per +os2pe +os3pec o3s2po os2pr os2sa @@ -9095,12 +9132,12 @@ os4son os2s3p os4s3t os2t -ost1a -o2sta2b +o2st1a2b o3stal. -o4stam -ost4art +o4st1am +ost3ang osta4s +ost1au o4sterd oster3e ost5er6we @@ -9140,7 +9177,7 @@ o2t1erw 4ot2h ot4he ot5hel -o4t3hi +o2t3hi ot3hos o2thr o2t1i2m @@ -9199,9 +9236,9 @@ ox2e ox3l o2xu 1oxy -o1y2en o1yo 2o1z +o3z2a oz2e ozen4ta o3zi @@ -9261,6 +9298,7 @@ ozon1 2ön ön2e ö3ni +önizi1 önn2e ö1nu öo1 @@ -9318,7 +9356,6 @@ p2a 1pac pa3da pa2dr -pa2el pa1f4r pag4 pa3gh @@ -9326,7 +9363,7 @@ pa1ho 1pak pa1k4l pak2to -1pala +3pala pala3t 1palä pa3li @@ -9338,10 +9375,11 @@ pa3nei pa2neu pan3k4 2panl -3pa2no +2pann +1pa2no pan3sl pant2 -3panz4 +panz4 1pap papi2 papieren8 @@ -9401,8 +9439,8 @@ pei1 pe1im pekt4s 2peku -1pel -pe2l3a4 +3pel +pe2l1a4 pel3d pe2let pe2lex @@ -9441,7 +9479,7 @@ pes3s2 p2f1ab p2fad p2faf -pf3ai +pf1ai p2f1ak pf1ans p2fa4r @@ -9506,7 +9544,6 @@ piegelei8en pi2el piela2 3pier -pie3t 3pik 1pil pi3le @@ -9520,6 +9557,7 @@ pi3oi pi3onu 3pip pi2pe +pi4pel pi3ri 3pirin 3pis @@ -9527,6 +9565,7 @@ pi3ri pis2t pi3t2a pit2s +2pitz pi2z1in p1j 2p1k2 @@ -9733,7 +9772,6 @@ ra2chu r2ack 1r2ad r4ad. -rada2 ra2dam 2radap 3radf @@ -9749,6 +9787,7 @@ ra3gle ra2gn 3r2ahm 4raht +r2ai 2raic rail4l 2r3air @@ -9846,7 +9885,6 @@ rat2st rau3e2n 2rauf 2raug -r2auh 3raum rau4m3ag rau4man @@ -9857,6 +9895,7 @@ rau2sp 2raus5s rau4sti raus3tr +4raut raut5s 1raü r2ax @@ -9984,6 +10023,7 @@ rech3ar 4rechs 2reck. 2recki +3red. 4redd 2redit re1el @@ -10163,7 +10203,7 @@ r2greg r2gres r2gret rg3rin -rg1s2p +rg1sp rgs2tr r1h4 2rh. @@ -10205,7 +10245,6 @@ ri2fr rif4ter 3rig 5rig. -5rige ri4gene 5rigj rig1l @@ -10241,9 +10280,7 @@ r4inspi 2rint rin4teg rin4t5r -r1inv -r2inva -2rinve +2r1inv 4r1ir r2is ris4a @@ -10408,10 +10445,11 @@ ro2mer 4romm 4romt r2on +ro4nerb 3ronn rons2 ron4tan -ro1ny +4ro1ny ro1pe 2ro2pf ro3ph @@ -10425,11 +10463,10 @@ ror3th ro3sh ro3s2i ro3smo -ros2p ros2s1c ros4sie ros4t -ro3st2a +ro3sta ro2st1r ro2ßu ro4tag @@ -10454,7 +10491,7 @@ r1ör r2ös. r2öse 2r1p2 -rp4a +r3p4a rp4e rpe2re rpe4r3in @@ -10560,6 +10597,7 @@ r2telf rte2n1 r3ten. rt3erei +r4terfa r4terfo r4t3erh r2t1erk @@ -10579,10 +10617,10 @@ r2tinf rto1p rt1or rto2ri -r2trak +r2t3rak rt3rec r4treis -rt1ros +rt3ros r4ts rt4s1eh rt1spe @@ -10636,6 +10674,7 @@ ru2si rus2s1p rus6s3t 3rut +ru2tei rut3h ru2t1o2 ru2t3r @@ -10700,9 +10739,9 @@ sa1f4r sa4gent sag4n s1a2gr -3sai +3s2ai sa3i2k1 -sail4 +sail2 2s1ak sa2ka 3saki @@ -10865,6 +10904,7 @@ sda3me sdien4e sd4r 1se +3se. se3at. 2s1e2ben seb4r @@ -10895,6 +10935,7 @@ seh3s seh3t se2hüb 2s1ei. +2s1eie 2s1eig s1ein 5s2ein. @@ -11024,7 +11065,6 @@ sh4r si2ach si3ach. si2ad -si3am. sia4s 2siat sib4 @@ -11115,6 +11155,7 @@ sk4n 2s1l2 3slal 4slan +sla2ve s2law sl3b s5le @@ -11125,6 +11166,7 @@ slo3be s3loe 2s1m2 s3ma +s3mu 2s3n4 4sna snab4 @@ -11152,7 +11194,7 @@ son3au sone2 son5ende son3sä -so2ny +son2s1o so3o 2s1opf 3sor. @@ -11184,7 +11226,7 @@ sp2 2sp. 2spaa 2spak -s2pan +2spala spani7er. 2spano 2spap @@ -11197,27 +11239,28 @@ spani7er. s2paz s2pä 2spär -s2pee +s3pe. 2spel 4spensi spe3p4 -2s1peri +s1peri 2sperl +2spero s2perr 2spers 2spet 1s2pez 2s3pf 2spha +s4phä s3phe -2sphi 1spi 3s2pi4e 4spier4 spi2k 2spil 3spio -4spip +4spi4p 4spis 2spl 4spla @@ -11250,7 +11293,7 @@ s2pran 2sprüf 1sprün 2s3ps -2spt +2s4pt 2spun 2spup 3spur @@ -11342,6 +11385,7 @@ st2ac 2stale 3sta3li 2stalk +st1alm st1alp 3stam st1ami @@ -11354,8 +11398,9 @@ sta4na 2stanw 4stanza s2tar. -s2t2ars +s2tars 3start +st1asi 3stat 3s4tau. 2stauf @@ -11563,6 +11608,7 @@ süden2 3sün 2s1v 2s1w +s3we sweh2 4swie 4swil @@ -11673,6 +11719,7 @@ tag4st tah2 tah3le tahl3sk +t2ai ta3i2k tai2l ta1ins @@ -11689,6 +11736,8 @@ tak2ta ta2la ta3lag ta3lak +t1alb. +t1albk 1talbu tal3d 1t4ale @@ -11835,8 +11884,6 @@ te2es teg2 teg3re 2teh -t2ei. -t2eie t3eifr teik4 1teil @@ -11844,11 +11891,10 @@ teik4 tein3ec t3einge t3einla -4teinn t3eis. t3eisb tei3st -tek3t +tek3t2 tela4 te2l3ab te2l1ac @@ -11907,7 +11953,7 @@ ten3ens 4tenerg te2net ten3g -4t1eng. +t1eng. ten4gla t4enh te2ni @@ -11923,10 +11969,9 @@ t4enta t3entb 4tentd t4ente -4tentn ten4t3ri 4t3entw -4t3entz +t3entz ten6zerh ten3zw t3e2pi @@ -11953,7 +11998,7 @@ ter3g2 6tergrei t6ergru 2t1ergu -4tergü +2tergü t4eri te3ria 4terklä @@ -11983,8 +12028,7 @@ ter3za 4t3erzb te2s tes1ac -te3se -te4sel +te3ser te3si te3so te3sp @@ -12059,7 +12103,7 @@ t3hof t4hol. t3hor 2t3hot -thou2 +thou4 2t3hö 2thp 1th2r2 @@ -12095,7 +12139,6 @@ ti4gerz tihi4 ti2kam ti2kar -ti3k2er ti2kin ti2krä tiks2 @@ -12156,6 +12199,7 @@ ti2za 2t3k4 2t3l2 tl4e +3tlem tle2r3a 4t5li 2t1m2 @@ -12186,6 +12230,7 @@ to2men 2tomg 1ton to2nau +to2neh 3too to2pak to2pat @@ -12198,7 +12243,6 @@ to4rän t1ord 1tore. to2r1el -to3ren t1org t3orga tor3int @@ -12239,6 +12283,7 @@ tra4far 2trahm 3t4rai 1tram +2t3rams 3t4ran. 2trand 1trank @@ -12298,7 +12343,6 @@ t3rev 3t4ré 2t3rh 1trib -2trid 3trieb. 3triebs tri2er @@ -12327,7 +12371,7 @@ t3röc 2truk trum2 trums1 -2trund +2t3rund 1t4runk 3t4rup t3ruß @@ -12430,7 +12474,6 @@ ttel1o t3ter tt2erg tte4s1ä -t2teti tt2häu t2t3ho t3tro @@ -12455,6 +12498,7 @@ tuf2e tu3fen t3u2fer 2tuh +tu2is t3u2kr tul2a 1tum @@ -12623,6 +12667,7 @@ u1cl 2u1d u3d2a uder2e +udert4 udi3en uditi4 u2don @@ -12745,6 +12790,7 @@ uh4rin uhrt4 uh2ru uh4rü +uh1un uh1w 2ui ui2c @@ -12754,6 +12800,7 @@ u3ig u4ige u1im u1in. +u1is. u3isch. u3ischs uisi4n @@ -12883,7 +12930,7 @@ une2h un2ei. un3ein unen2t -un4es2 +un4es4 1unget 1ungew 1unglü @@ -12992,7 +13039,6 @@ ur1im ur1ini ur3ins ur1int -u2rinv 1urlau 4u1ro u3rol @@ -13082,16 +13128,19 @@ ut3a2m u2t1ap u2t1ar u2tär -u3te +u3te. ut1eg ute4ge +ut1ei. +ut1eie ute2n1 +u3ten. u2tent uter4er u4t3ersa -ut2es -ut2et -u4tev +u3t2es +u3t2et +u2tev u4t1ex utfi4 ut2he @@ -13120,11 +13169,10 @@ utt1s2 utu4re utu5ru utz3eng -ut2zin +ut2z1in ut2zo ut2z1w 2u1u2 -uufe2 u1ü2 u1v4 u2ve. @@ -13294,7 +13342,7 @@ ve3le ve3li ve3lo ve3ma -ve3mu +2ve3mu ve3nal ven2c ve3ne @@ -13376,6 +13424,7 @@ vor3d vor3e vor3g vo3ri +vo5rig vormen4 vorö4 3voy @@ -13569,7 +13618,7 @@ wun2s wur2fa 1wurst wus4 -1wu4t1 +1wu2t1 1wüh wüs4 2w1w @@ -13718,6 +13767,7 @@ y1of yom2 yon4i y1ont +y1os y1ou y1p ypa2 @@ -13771,7 +13821,6 @@ zale3 za3li 2z1all 2z1am -3zambiq z1an za3ne 2z3anf @@ -13866,7 +13915,7 @@ zer4t3ag zert4an zer6tere zer4tin -zer6t5rau +zer6trau 4zerwei 2z1erz 3z2erza @@ -13935,6 +13984,7 @@ zor4ne 2z3ot 2zö2f z1öl +2zön 2z3p4 2z1q 2z3r2 @@ -13967,6 +14017,7 @@ zugs1t zug4ste zug1un 2z1uhr +zuh2u zu1i zu3k 2z1um. diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.chr.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.chr.txt index 5f631b4c643..bf322434c0c 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.chr.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.chr.txt @@ -1,3 +1,4 @@ +'' ʼʼ ΐΐ άΆ diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.pat.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.pat.txt index 6ce6750f5fa..21e48861e83 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.pat.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.pat.txt @@ -148,76 +148,76 @@ 4φ. 4χ. 4ψ. -4’ +4' 4ʼ 4᾿ -4β’ +4β' 4βʼ 4β᾿ -4γ’ +4γ' 4γʼ 4γ᾿ -4δ’ +4δ' 4δʼ 4δ᾿ -4ζ’ +4ζ' 4ζʼ 4ζ᾿ -4θ’ +4θ' 4θʼ 4θ᾿ -4κ’ +4κ' 4κʼ 4κ᾿ -4λ’ +4λ' 4λʼ 4λ᾿ -4μ’ +4μ' 4μʼ 4μ᾿ -4μπ’ +4μπ' 4μπʼ 4μπ᾿ -4ν’ +4ν' 4νʼ 4ν᾿ -4ντ’ +4ντ' 4ντ’ 4ντ᾿ -4ξ’ +4ξ' 4ξʼ 4ξ᾿ -4π’ +4π' 4πʼ 4π᾿ -4ρ’ +4ρ' 4ρʼ 4ρ᾿ -4σ’ +4σ' 4σʼ 4σ᾿ -4ϲ’ +4ϲ' 4ϲʼ 4ϲ᾿ -4τ’ +4τ' 4τʼ 4τ᾿ -4τζ’ +4τζ' 4τζʼ 4τζ᾿ -4τσ’ +4τσ' 4τσʼ 4τσ᾽ -4τϲ’ +4τϲ' 4τϲʼ 4τϲ᾿ -4φ’ +4φ' 4φʼ 4φ᾿ -4χ’ +4χ' 4χʼ 4χ᾿ -4ψ’ +4ψ' 4ψʼ 4ψ᾿ .β4 diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.chr.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.chr.txt index 93ac0f130b7..c9eba8d9857 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.chr.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.chr.txt @@ -1,3 +1,4 @@ +'' ʼʼ ΐΐ άΆ diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.pat.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.pat.txt index 9e55536f9e5..daf1e86044a 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.pat.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.pat.txt @@ -395,76 +395,76 @@ 6φ. 6χ. 6ψ. -6’ +6' 6ʼ 6᾿ -6β’ +6β' 6βʼ 6β᾿ -6γ’ +6γ' 6γʼ 6γ᾿ -6δ’ +6δ' 6δʼ 6δ᾿ -6ζ’ +6ζ' 6ζʼ 6ζ᾿ -6θ’ +6θ' 6θʼ 6θ᾿ -6κ’ +6κ' 6κʼ 6κ᾿ -6λ’ +6λ' 6λʼ 6λ᾿ -6μ’ +6μ' 6μʼ 6μ᾿ -6μπ’ +6μπ' 6μπʼ 6μπ᾿ -6ν’ +6ν' 6νʼ 6ν᾿ -6ντ’ +6ντ' 6ντ’ 6ντ᾿ -6ξ’ +6ξ' 6ξʼ 6ξ᾿ -6π’ +6π' 6πʼ 6π᾿ -6ρ’ +6ρ' 6ρʼ 6ρ᾿ -6σ’ +6σ' 6σʼ 6σ᾿ -6ϲ’ +6ϲ' 6ϲʼ 6ϲ᾿ -6τ’ +6τ' 6τʼ 6τ᾿ -6τζ’ +6τζ' 6τζʼ 6τζ᾿ -6τσ’ +6τσ' 6τσʼ 6τσ᾽ -6τϲ’ +6τϲ' 6τϲʼ 6τϲ᾿ -6φ’ +6φ' 6φʼ 6φ᾿ -6χ’ +6χ' 6χʼ 6χ᾿ -6ψ’ +6ψ' 6ψʼ 6ψ᾿ .β6 diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-et.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-et.lic.txt index 5c68ab92445..00717eb9051 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-et.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-et.lic.txt @@ -6,7 +6,7 @@ Estonian Hyphenation Patterns % semi-manual conversions of hyphenation patterns into UTF-8 in June 2008. % % Source: eehyph.tex (2004-04-13) -% Author: E. Saar +% Author: Een Saar <saar at aai dot ee> % % The above mentioned file should become obsolete, % and the author of the original file should preferaby modify this file instead. @@ -63,7 +63,7 @@ Estonian Hyphenation Patterns %------------------------------------------------------------------------------ % % Estonian hyphenation patterns -% Copyright 2003 E. Saar +% Copyright 2003 Een Saar % % This work may be distributed and/or modified under the conditions % of the LaTeX Project Public License, either version 1.3 of this diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.chr.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.chr.txt index 2d37d26d642..d66350d027d 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.chr.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.chr.txt @@ -1,3 +1,5 @@ +'' +’’ aA bB cC @@ -35,4 +37,3 @@ zZ ôÔ ûÛ œŒ -’’ diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.pat.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.pat.txt index ee4c616f8a9..8d71182b907 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.pat.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.pat.txt @@ -1,37 +1,51 @@ +2'2 2’2 .a4 +'a4 ’a4 .â4 +'â4 ’â4 ab2h .ab3réa +'ab3réa ’ab3réa ad2h a1è2dre .ae3s4ch +'ae3s4ch ’ae3s4ch 1alcool a2l1algi .amino1a2c +'amino1a2c ’amino1a2c .ana3s4tr +'ana3s4tr ’ana3s4tr 1a2nesthési .anti1a2 +'anti1a2 ’anti1a2 .anti1e2 +'anti1e2 ’anti1e2 .anti1é2 .anti2enne +'anti2enne ’anti2enne +'anti1é2 ’anti1é2 .anti1s2 +'anti1s2 ’anti1s2 .apo2s3ta +'apo2s3ta ’apo2s3ta apo2s3tr archi1é2pis .as2ta +'as2ta ’as2ta a2s3tro 1ba @@ -160,6 +174,7 @@ co2nurb 1cû 1cy .cul4 +1d' 1d’ 1da 1dâ @@ -244,12 +259,16 @@ d1s2 .dy2s1o2 .dy2s1u2 .e4 +'e4 ’e4 .ê4 +'ê4 ’ê4 .é4 +'é4 ’é4 .è4 +'è4 ’è4 éd2hi 1é2drie @@ -257,15 +276,18 @@ d1s2 1é2lectr 1é2lément .en1a2 +'en1a2 ’en1a2 1é2nerg e2n1i2vr .en1o2 +'en1o2 ’en1o2 épi2s3cop épi3s4cope e2s3cop .eu2r1a2 +'eu2r1a2 ’eu2r1a2 eu1s2tat extra1 @@ -315,6 +337,7 @@ tan3gent. rin3gent. contin3gent. .ar3gent. +'ar3gent. ’ar3gent. ser3gent. ter3gent. @@ -331,12 +354,15 @@ résur3gent. 4gles. 2glent. 1g2n +'a2g3nat ’a2g3nat .a2g3nat a2g3nos co2g3niti +'i2g3né ’i2g3né .i2g3né +'i2g3ni ’i2g3ni .i2g3ni .ma2g3nicide @@ -366,6 +392,7 @@ g1s2 4gues. 2guent. .on3guent. +'on3guent. ’on3guent. 1gy 1ha @@ -401,8 +428,10 @@ hypo1o2 hypo1s2 hypo1u2 .i4 +'i4 ’i4 .î4 +'î4 ’î4 i1algi i1arthr @@ -448,64 +477,94 @@ uvil4l xil3l 1informat .in1a2 +'in1a2 ’in1a2 .in2a3nit +'in2a3nit ’in2a3nit .in2augur +'in2augur ’in2augur .in1e2 +'in1e2 ’in1e2 .in1é2 +'in1é2 ’in1é2 .in2effab +'in2effab ’in2effab .in2é3lucta +'in2é3lucta ’in2é3lucta .in2é3narra +'in2é3narra ’in2é3narra .in2ept +'in2ept ’in2ept .in2er +'in2er ’in2er .in2exora +'in2exora ’in2exora .in1i2 +'in1i2 ’in1i2 .in2i3miti +'in2i3miti ’in2i3miti .in2i3q +'in2i3q ’in2i3q .in2i3t +'in2i3t ’in2i3t .in1o2 +'in1o2 ’in1o2 .in2o3cul +'in2o3cul ’in2o3cul .in2ond +'in2ond ’in2ond .in1s2tab +'in1s2tab ’in1s2tab +'inte4r3 ’inte4r3 .intera2 +'intera2 ’intera2 .intere2 +'intere2 ’intere2 .interé2 +'interé2 ’interé2 .interi2 +'interi2 ’interi2 .intero2 +'intero2 ’intero2 .inte4r3 .interu2 +'interu2 ’interu2 .inters2 +'inters2 ’inters2 .in1u2 +'in1u2 ’in1u2 .in2uit +'in2uit ’in2uit .in2u3l +'in2u3l ’in2u3l io1a2ct i1oxy @@ -713,7 +772,9 @@ n3s2ats. n1x 1ny .o4 +'o4 ’o4 +'ô4 ’ô4 .ô4 o2b3long @@ -732,8 +793,10 @@ o1s2trad o1s2tratu o1s2triction .oua1ou +'oua1ou ’oua1ou .ovi1s2c +'ovi1s2c ’ovi1s2c oxy1a2 1pa @@ -758,6 +821,7 @@ paléo1é2 2pent. re3pent. .ar3pent. +'ar3pent. ’ar3pent. ser3pent. .pen2ta @@ -1082,8 +1146,10 @@ t1t2l tung2s3 1ty .u4 +'u4 ’u4 .û4 +'û4 ’û4 uni1o2v uni1a2x @@ -1123,6 +1189,7 @@ vol2t1amp 1w2r 2xent. .y4 +'y4 ’y4 y1asth y1s2tom diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.chr.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.chr.txt index 93ac0f130b7..c9eba8d9857 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.chr.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.chr.txt @@ -1,3 +1,4 @@ +'' ʼʼ ΐΐ άΆ diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.pat.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.pat.txt index 8a87de86a65..305d7b3778d 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.pat.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.pat.txt @@ -296,61 +296,61 @@ 4φ. 4χ. 4ψ. -4’ +4' 4ʼ 4᾿ -4β’ +4β' 4βʼ 4β᾿ -4γ’ +4γ' 4γʼ 4γ᾿ -4δ’ +4δ' 4δʼ 4δ᾿ -4ζ’ +4ζ' 4ζʼ 4ζ᾿ -4θ’ +4θ' 4θʼ 4θ᾿ -4κ’ +4κ' 4κʼ 4κ᾿ -4λ’ +4λ' 4λʼ 4λ᾿ -4μ’ +4μ' 4μʼ 4μ᾿ -4ν’ +4ν' 4νʼ 4ν᾿ -4ξ’ +4ξ' 4ξʼ 4ξ᾿ -4π’ +4π' 4πʼ 4π᾿ -4ρ’ +4ρ' 4ρʼ 4ρ᾿ -4σ’ +4σ' 4σʼ 4σ᾿ -4ϲ’ +4ϲ' 4ϲʼ 4ϲ᾿ -4τ’ +4τ' 4τʼ 4τ᾿ -4φ’ +4φ' 4φʼ 4φ᾿ -4χ’ +4χ' 4χʼ 4χ᾿ -4ψ’ +4ψ' 4ψʼ 4ψ᾿ .β4 @@ -635,297 +635,297 @@ 2ψ1τ 2ψ1φ 2ψ1χ -4βδ’ +4βδ' 4βδ’ 4βδʼ 4βδ᾽ 4βδ᾿ -4βλ’ +4βλ' 4βλ’ 4βλʼ 4βλ᾽ 4βλ᾿ -4βμ’ +4βμ' 4βμ’ 4βμʼ 4βμ᾽ 4βμ᾿ -4βν’ +4βν' 4βν’ 4βνʼ 4βν᾽ 4βν᾿ -4βρ’ +4βρ' 4βρ’ 4βρʼ 4βρ᾽ 4βρ᾿ -4γδ’ +4γδ' 4γδ’ 4γδʼ 4γδ᾽ 4γδ᾿ -4γλ’ +4γλ' 4γλ’ 4γλʼ 4γλ᾽ 4γλ᾿ -4γμ’ +4γμ' 4γμ’ 4γμʼ 4γμ᾽ 4γμ᾿ -4γν’ +4γν' 4γν’ 4γνʼ 4γν᾽ 4γν᾿ -4γρ’ +4γρ' 4γρ’ 4γρʼ 4γρ᾽ 4γρ᾿ -4δμ’ +4δμ' 4δμ’ 4δμʼ 4δμ᾽ 4δμ᾿ -4δν’ +4δν' 4δν’ 4δνʼ 4δν᾽ 4δν᾿ -4δρ’ +4δρ' 4δρ’ 4δρʼ 4δρ᾽ 4δρ᾿ -4ζβ’ +4ζβ' 4ζβ’ 4ζβʼ 4ζβ᾽ 4ζβ᾿ -4θλ’ +4θλ' 4θλ’ 4θλʼ 4θλ᾽ 4θλ᾿ -4λμ’ +4λμ' 4λμ’ 4λμʼ 4λμ᾽ 4λμ᾿ -4θν’ +4θν' 4θν’ 4θνʼ 4θν᾽ 4θν᾿ -4θρ’ +4θρ' 4θρ’ 4θρʼ 4θρ᾽ 4θρ᾿ -4κλ’ +4κλ' 4κλ’ 4κλʼ 4κλ᾽ 4κλ᾿ -4κμ’ +4κμ' 4κμ’ 4κμʼ 4κμ᾽ 4κμ᾿ -4κν’ +4κν' 4κν’ 4κνʼ 4κν᾽ 4κν᾿ -4κρ’ +4κρ' 4κρ’ 4κρʼ 4κρ᾽ 4κρ᾿ -4κτ’ +4κτ' 4κτ’ 4κτʼ 4κτ᾽ 4κτ᾿ -4μν’ +4μν' 4μν’ 4μνʼ 4μν᾽ 4μν᾿ -4πλ’ +4πλ' 4πλ’ 4πλʼ 4πλ᾽ 4πλ᾿ -4πμ’ +4πμ' 4πμ’ 4πμʼ 4πμ᾽ 4πμ᾿ -4πν’ +4πν' 4πν’ 4πνʼ 4πν᾽ 4πν᾿ -4πρ’ +4πρ' 4πρ’ 4πρʼ 4πρ᾽ 4πρ᾿ -4πτ’ +4πτ' 4πτ’ 4πτʼ 4πτ᾽ 4πτ᾿ -4σβ’ +4σβ' 4σβ’ 4σβʼ 4σβ᾽ 4σβ᾿ -4ϲβ’ +4ϲβ' 4ϲβ’ 4ϲβʼ 4ϲβ᾽ 4ϲβ᾿ -4σγ’ +4σγ' 4σγ’ 4σγʼ 4σγ᾽ 4σγ᾿ -4ϲγ’ +4ϲγ' 4ϲγ’ 4ϲγʼ 4ϲγ᾽ 4ϲγ᾿ -4σδ’ +4σδ' 4σδ’ 4σδʼ 4σδ᾽ 4σδ᾿ -4ϲδ’ +4ϲδ' 4ϲδ’ 4ϲδʼ 4ϲδ᾽ 4ϲδ᾿ -4σθ’ +4σθ' 4σθ’ 4σθʼ 4σθ᾽ 4σθ᾿ -4ϲθ’ +4ϲθ' 4ϲθ’ 4ϲθʼ 4ϲθ᾽ 4ϲθ᾿ -4σκ’ +4σκ' 4σκ’ 4σκʼ 4σκ᾽ 4σκ᾿ -4ϲκ’ +4ϲκ' 4ϲκ’ 4ϲκʼ 4ϲκ᾽ 4ϲκ᾿ -4σμ’ +4σμ' 4σμ’ 4σμʼ 4σμ᾽ 4σμ᾿ -4ϲμ’ +4ϲμ' 4ϲμ’ 4ϲμʼ 4ϲμ᾽ 4ϲμ᾿ -4σπ’ +4σπ' 4σπ’ 4σπʼ 4σπ᾽ 4σπ᾿ -4ϲπ’ +4ϲπ' 4ϲπ’ 4ϲπʼ 4ϲπ᾽ 4ϲπ᾿ -4στ’ +4στ' 4στ’ 4στʼ 4στ᾽ 4στ᾿ -4ϲτ’ +4ϲτ' 4ϲτ’ 4ϲτʼ 4ϲτ᾽ 4ϲτ᾿ -4σφ’ +4σφ' 4σφ’ 4σφʼ 4σφ᾽ 4σφ᾿ -4ϲφ’ +4ϲφ' 4ϲφ’ 4ϲφʼ 4ϲφ᾽ 4ϲφ᾿ -4σχ’ +4σχ' 4σχ’ 4σχʼ 4σχ᾽ 4σχ᾿ -4ϲχ’ +4ϲχ' 4ϲχ’ 4ϲχʼ 4ϲχ᾽ 4ϲχ᾿ -4φθ’ +4φθ' 4φθ’ 4φθʼ 4φθ᾽ 4φθ᾿ -4φλ’ +4φλ' 4φλ’ 4φλʼ 4φλ᾽ 4φλ᾿ -4φμ’ +4φμ' 4φμ’ 4φμʼ 4φμ᾽ 4φμ᾿ -4φν’ +4φν' 4φν’ 4φνʼ 4φν᾽ 4φν᾿ -4φρ’ +4φρ' 4φρ’ 4φρʼ 4φρ᾽ 4φρ᾿ -4χθ’ +4χθ' 4χθ’ 4χθʼ 4χθ᾽ 4χθ᾿ -4χλ’ +4χλ' 4χλ’ 4χλʼ 4χλ᾽ 4χλ᾿ -4χμ’ +4χμ' 4χμ’ 4χμʼ 4χμ᾽ 4χμ᾿ -4χν’ +4χν' 4χν’ 4χνʼ 4χν᾽ 4χν᾿ -4χρ’ +4χρ' 4χρ’ 4χρʼ 4χρ᾽ diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gu.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gu.lic.txt index a2e1aac469e..4923bbbe26f 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gu.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gu.lic.txt @@ -3,7 +3,7 @@ Gujarati Hyphenation Patterns (more info about the licence to be added later) % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Gujarati diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hi.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hi.lic.txt index 90ee36ce8ff..0d4dc75fd5a 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hi.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hi.lic.txt @@ -3,7 +3,7 @@ Hindi Hyphenation Patterns (more info about the licence to be added later) % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Hindi diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hr.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hr.lic.txt index fd0d7411cd7..ffbc5b11e99 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hr.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hr.lic.txt @@ -2,71 +2,21 @@ Croatian Hyphenation Patterns (more info about the licence to be added later) -% This file is part of hyph-utf8 package and resulted from -% semi-manual conversions of hyphenation patterns into UTF-8 in June 2008. % -% Source: hrhyph.tex (1996-04-10) -% Author: Marinović Igor <migor at student.math.hr> -% -% The above mentioned file should become obsolete, -% and the author of the original file should preferaby modify this file instead. -% -% Modificatios were needed in order to support native UTF-8 engines, -% but functionality (hopefully) didn't change in any way, at least not intentionally. -% This file is no longer stand-alone; at least for 8-bit engines -% you probably want to use loadhyph-foo.tex (which will load this file) instead. -% -% Modifications were done by Jonathan Kew, Mojca Miklavec & Arthur Reutenauer -% with help & support from: -% - Karl Berry, who gave us free hands and all resources -% - Taco Hoekwater, with useful macros -% - Hans Hagen, who did the unicodifisation of patterns already long before -% and helped with testing, suggestions and bug reports -% - Norbert Preining, who tested & integrated patterns into TeX Live -% -% However, the "copyright/copyleft" owner of patterns remains the original author. -% -% The copyright statement of this file is thus: -% -% Do with this file whatever needs to be done in future for the sake of -% "a better world" as long as you respect the copyright of original file. -% If you're the original author of patterns or taking over a new revolution, -% plese remove all of the TUG comments & credits that we added here - -% you are the Queen / the King, we are only the servants. -% -% If you want to change this file, rather than uploading directly to CTAN, -% we would be grateful if you could send it to us (http://tug.org/tex-hyphen) -% or ask for credentials for SVN repository and commit it yourself; -% we will then upload the whole "package" to CTAN. -% -% Before a new "pattern-revolution" starts, -% please try to follow some guidelines if possible: -% -% - \lccode is *forbidden*, and I really mean it -% - all the patterns should be in UTF-8 -% - the only "allowed" TeX commands in this file are: \patterns, \hyphenation, -% and if you really cannot do without, also \input and \message -% - in particular, please no \catcode or \lccode changes, -% they belong to loadhyph-foo.tex, -% and no \lefthyphenmin and \righthyphenmin, -% they have no influence here and belong elsewhere -% - \begingroup and/or \endinput is not needed -% - feel free to do whatever you want inside comments -% -% We know that TeX is extremely powerful, but give a stupid parser -% at least a chance to read your patterns. -% -% For more unformation see -% -% http://tug.org/tex-hyphen +% Hyphenation patterns for Croatian language % -%------------------------------------------------------------------------------ +% Copyright (C) 1994, 1996, 2011 Igor Marinović <marinowski at gmail.com> % -% Hyphenation patterns for Croatian language +% This program can be redistributed and/or modified under the terms +% of the LaTeX Project Public License Distributed from CTAN +% archives in directory macros/latex/base/lppl.txt; either +% version 1 of the License, or any later version. % -% The first version was realised in late 1994. -% Second, much more improved version was realised in the beginning of 1996. -% Date of the last change: 19.03.1996. +% Changes: +% - The first version was realised in late 1994. +% - Second, much more improved version was realised in the beginning of 1996. +% (Date of the last change: 19.03.1996). +% - In summer 2008 the patterns have been incorporated into hyph-utf8 +% and renamed from hrhyph.tex to hyph-hr.tex. +% - LPPL licence added on 06.06.2011. % -% Marinović Igor -% migor@student.math.hr diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.lic.txt index 548d77255af..6067919464a 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.lic.txt @@ -63,9 +63,13 @@ Upper Sorbian Hyphenation Patterns (E. Werner) %------------------------------------------------------------------------------ % % Copyright 1997 by E.Werner -% Non-commercial usage and usage in TeX-related programs only -% Packaging with commercial stuff only with written permission -% of the author +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3a +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. % \message{Hyphenation patterns for Upper Sorbian, E. Werner} % \message{Completely new revision 1997, March 22} % diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-it.chr.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-it.chr.txt index e642ca54354..8f80e52566e 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-it.chr.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-it.chr.txt @@ -1,3 +1,5 @@ +'' +’’ aA bB cC @@ -24,4 +26,3 @@ wW xX yY zZ -’’ diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-it.pat.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-it.pat.txt index bb618c6e610..419e65c4f40 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-it.pat.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-it.pat.txt @@ -30,6 +30,7 @@ .su2b3r .wa2g3n .wel2t1 +2'2 2’2 a1ia a1ie @@ -58,6 +59,7 @@ o1iu b2l b2r 2b. +2b' 2b’ 1c 2cb @@ -74,7 +76,9 @@ b2r 2chh c2h 2ch. +2ch'. 2ch’. +2ch''. 2ch’’. 2chb ch2r @@ -82,6 +86,7 @@ ch2r c2l c2r 2c. +2c' 2c’ .c2 1d @@ -98,6 +103,7 @@ d2r 2dv 2dw 2d. +2d' 2d’ .d2 1f @@ -110,6 +116,7 @@ f2r 2fs 2ft 2f. +2f' 2f’ 1g 2gb @@ -129,6 +136,7 @@ g2r 2gz 2gh2t 2g. +2g' 2g’ 1h 2hb @@ -141,9 +149,11 @@ h2l 2hr 2hv 2h. +2h' 2h’ 1j 2j. +2j' 2j’ 1k 2kg @@ -156,6 +166,7 @@ k2r 2ks 2kt 2k. +2k' 2k’ 1l 2lb @@ -178,7 +189,9 @@ l2j 2lw 2lz 2l. +2l'. 2l’. +2l'' 2l’’ 1m 2mb @@ -195,6 +208,7 @@ l2j 2mv 2mw 2m. +2m' 2m’ 1n 2nb @@ -217,6 +231,7 @@ n2s3fer n2g3n 2nheit 2n. +2n' 2n’ 1p 2pd @@ -231,10 +246,12 @@ p2r 2pt 2pz 2p. +2p' 2p’ 1q 2qq 2q. +2q' 2q’ 1r 2rb @@ -258,10 +275,12 @@ r2t2s3 2rw 2rz 2r. +2r' 2r’ 1s2 2shm 2sh. +2sh' 2sh’ 2s3s s4s3m @@ -279,7 +298,9 @@ s4s3m 2stv 2sz 4s. +4s'. 4s’. +4s'' 4s’’ 1t 2tb @@ -303,7 +324,9 @@ t2z 2tzk tz2s 2t. +2t'. 2t’. +2t'' 2t’’ 1v 2vc @@ -311,13 +334,16 @@ v2l v2r 2vv 2v. +2v'. 2v’. +2v'' 2v’’ 1w w2h wa2r 2w1y 2w. +2w' 2w’ 1x 2xb @@ -329,6 +355,7 @@ wa2r 2xt 2xw 2x. +2x' 2x’ y1ou y1i @@ -343,6 +370,8 @@ y1i 2zv 2zz 2z. +2z'. 2z’. +2z'' 2z’’ .z2 diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kn.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kn.lic.txt index 3f2b3331575..d20b13998c8 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kn.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kn.lic.txt @@ -3,7 +3,7 @@ Kannada Hyphenation Patterns (more info about the licence to be added later) % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Kannada diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la.lic.txt index 06584104a5f..c4bf2fe7f3a 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la.lic.txt @@ -82,8 +82,7 @@ Latin Hyphenation Patterns % written as a `u' is also supported; apparently there is no conflict % between the patterns of modern Latin and those of medieval Latin. % -% Support for font encoding OT1 with 128-character set and -% for font encoding T1 with a 256-character set. +% Support for font encoding T1 with a 256-character set. % % Prepared by Claudio Beccari % Politecnico di Torino @@ -95,6 +94,7 @@ Latin Hyphenation Patterns % Bernd Raichle using the macro code from `dehypht.tex' (this code % is Copyright 1993,1994,1998,1999 Bernd Raichle/DANTE e.V.). % +% 2010/05/31 Removal of OT1 support % 2010/06/01 Removal of pattern 2'2 (probably a leftover from Italian) % % \versionnumber{3.2} \versiondate{2010/06/01} diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ml.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ml.lic.txt index 360cc7194dc..2f5032f584a 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ml.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ml.lic.txt @@ -3,7 +3,7 @@ Malayalam Hyphenation Patterns (more info about the licence to be added later) % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Malayalam diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mr.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mr.lic.txt index 3a8c442ed42..2821a092c23 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mr.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mr.lic.txt @@ -3,7 +3,7 @@ Marathi Hyphenation Patterns (more info about the licence to be added later) % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Marathi diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.lic.txt index a1a5c7601b7..da0c1866e6a 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.lic.txt @@ -1,4 +1,21 @@ Pan-Ethiopic Hyphenation Patterns -Copyright (c) TeX Users Group, 2011. -You may freely use, modify and / or redistribute this file. +(more info about the licence to be added later) + +% Experimental pattern file for languages written using the Ethiopic script. +% Arthur Reutenauer, London, 2011, for the hyph-utf8 project. +% Copyright (c) TeX Users Group, 2011. +% You may freely use, copy, modify and / or redistribute this file. +% +% This is a generated file. If you wish to edit it, consider adapting the +% generating programme +% (svn://tug.org/texhyphen/trunk/hyph-utf8/source/generic/hyph-utf8/languages/mul-ethi/generate_patterns_mul-ethi.lua). +% +% The BCP 47 language tag for that file is "mul-ethi" to reflect the fact that +% it can be used by multiple languages (and a single script, Ethiopic). It is, +% though, not supposed to be linguistically relevant and should, for proper +% typography, be replaced by files tailored to individual languages. What we +% do for the moment is to simply allow break on either sides of Ethiopic +% syllables, and to forbid it before some punctuation marks particular to +% the Ethiopic script (which we thus make letters for this purpose). + diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-or.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-or.lic.txt index 304d616ceb5..3d24fd54c2a 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-or.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-or.lic.txt @@ -3,7 +3,7 @@ Oriya Hyphenation Patterns (more info about the licence to be added later) % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Oriya diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pa.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pa.lic.txt index 12190b3401f..9f157e985a4 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pa.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pa.lic.txt @@ -3,7 +3,7 @@ Panjabi Hyphenation Patterns (more info about the licence to be added later) % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Panjabi diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.chr.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.chr.txt new file mode 100644 index 00000000000..584ac148363 --- /dev/null +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.chr.txt @@ -0,0 +1,30 @@ +аА +бБ +вВ +гГ +дД +еЕ +жЖ +зЗ +иИ +кК +лЛ +мМ +нН +оО +пП +рР +сС +тТ +уУ +фФ +хХ +цЦ +чЧ +шШ +ђЂ +јЈ +љЉ +њЊ +ћЋ +џЏ diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.hyp.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.hyp.txt new file mode 100644 index 00000000000..4ab19cc2b46 --- /dev/null +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.hyp.txt @@ -0,0 +1,116 @@ +на-дно +на-тка +на-тка-ти +на-тка-ше +о-дно +о-тка +о-тка-ти +о-тка-ше +по-дно +по-дне +по-тки +по-тку +по-тка +по-тке +у-дно +и-где +и-гдје +сву-где +све-где +сву-гдје +све-гдје +по-не-где +по-не-гдје +и-зби +и-зба +и-збе +и-зби-ци +и-зби-ца +и-зби-це +и-звит +и-зим +изо-ба-ри +изо-ба-ру +изо-ба-ра +изо-ба-ре +и-скок +и-ско-ку +и-ско-ка +и-скон +и-ско-ни +и-ско-ну +и-ско-на +и-скри +и-скру +и-скра +и-скре +и-скрав +и-спод +и-спо-да +и-стри +и-стро +и-стру +и-стра +и-стре +на-ји +на-јо +на-ју +на-ја +на-је +на-јам +на-јест +о-браз +о-брет +о-дви-ка +о-дран +о-дра-ти +пре-двој +ра-зми +ра-змо +ра-зму +ра-зма +ра-зме +ра-зни +ра-зно +ра-зну +ра-зна +ра-зне +ра-склоп +ра-спе-ло +ра-спе-лу +ра-спе-ла +ра-спе-ћу +ра-спе-ћа +ра-спе-ће +ра-сти +ра-сту +ра-ста +ра-сте +ра-стом +ра-стер +ра-шћи +ра-шћо +ра-шћу +ра-шћа +ра-шће +у-зни +у-зно +у-зна +у-зник +у-зрок +у-ски +у-ско +у-ску +у-ска +у-ске +ус-кос +у-спио +у-спео +у-спор +у-шћу +у-шћа +у-шће +ин-те-рес +тран-су +тран-са +тран-сом diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.lic.txt new file mode 100644 index 00000000000..ea5c5378c0d --- /dev/null +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.lic.txt @@ -0,0 +1,61 @@ +Serbian hyphenation patterns in Cyrillic script + +(more info about the licence to be added later) + +% This is `hyph-sh-cyrl.tex' version 2.02 as of Jun 22, 2008. +% +% Copyright (C) 1990,2008 Dejan Muhamedagi\'c +% [hyphen patterns for Serbocroatian language] +% +%%% ==================================================================== +%%% @TeX-hyphen-file{ +%%% author = "Dejan Muhamedagi\'c", +%%% version = "2.02", +%%% date = "22 June 2008", +%%% filename = "hyph-sh-cyrl.tex", +%%% email = "dejan@hello-penguin.com", +%%% codetable = "UTF-8", +%%% keywords = "TeX, hyphen, serbocroatian, cyrillic", +%%% supported = "yes", +%%% abstract = "Serbocroatian hyphenation patterns", +%%% docstring = "This file contains the hyphenation patterns +%%% for the Serbocroatian language and the +%%% cyrillic alphabet." +%%% } +%%% ==================================================================== +% +% Just the usual stuff: This work is published without any +% waranty, express or implied. And in hope that it will be useful. +% +% This file can be redistributed and/or modified under the terms +% of the LaTeX Project Public License distributed from CTAN +% archives in directory macros/latex/base/lppl.txt; either +% version 1 of the License, or any later version. +% +% NB: +% It is allowed to leave one character at the end of the row. +% If you find that awkward these patterns will work well with +% \lefthyphenmin=2. +% \lefthyphenmin=1 \righthyphenmin=2 +% +% Osnovni skup paterna dobijen je na osnovu fonolo\v skih osobina +% srpskohrvatskog jezika. Pravila i preporuke sam preuzeo iz: +% +% M. Pe\v sikan, J. Jerkovi\'c, M. Pi\v zurica: +% Pravopis srpskoga jezika +% Matica srpska, Novi Sad, 1995. +% +% U drugom delu se nalaze izuzeci od fonolo\v skih pravila bazirani +% na boljem psiholo\v skom prelomu re\v ci. Izradjen je kori\v s\'cenjem +% slede\'cih re\v cnika: +% +% Re\v cnik srpskohrvatskoga knji\v zevnog jezika +% Matica srpska, Matica hrvatska, Novi Sad, Zagreb, 1967-1976. +% +% Milan Vujaklija: Leksikon stranih re\v ci i izraza +% Prosveta, Beograd, 1992. +% +% ----------------------------------------------------------------- +% +% \message{Serbocroatian Hyphenation Patterns `hyph-sh-cyrl' Version 2.02 <2008/06/22>} +% diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.pat.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.pat.txt new file mode 100644 index 00000000000..f67be8ddf2b --- /dev/null +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.pat.txt @@ -0,0 +1,2652 @@ +т2ј +т2л +т2љ +т2р +т2в +д2ј +д2л +д2љ +д2р +д2в +г2ј +г2л +г2љ +г2р +г2в +х2ј +х2л +х2љ +х2р +х2в +к2ј +к2л +к2љ +к2р +к2в +2д1ж +2д1б +2д1ц +2д1д +2д1ф +2д1г +2д1х +2д1к +2д1м +2д1н +2д1п +2д1с +2д1т +2д1њ +2д1џ +2д1з +2д1ш +2д1ђ +2д1ћ +2д1ч +2г1ж +2г1б +2г1ц +2г1д +2г1ф +2г1г +2г1х +2г1к +2г1м +2г1н +2г1п +2г1с +2г1т +2г1њ +2г1џ +2г1з +2г1ш +2г1ђ +2г1ћ +2г1ч +2х1ж +2х1б +2х1ц +2х1д +2х1ф +2х1г +2х1х +2х1к +2х1м +2х1н +2х1п +2х1с +2х1т +2х1њ +2х1џ +2х1з +2х1ш +2х1ђ +2х1ћ +2х1ч +2к1ж +2к1б +2к1ц +2к1д +2к1ф +2к1г +2к1х +2к1к +2к1м +2к1н +2к1п +2к1с +2к1т +2к1њ +2к1џ +2к1з +2к1ш +2к1ђ +2к1ћ +2к1ч +2т1ж +2т1б +2т1ц +2т1д +2т1ф +2т1г +2т1х +2т1к +2т1м +2т1н +2т1п +2т1с +2т1т +2т1њ +2т1џ +2т1з +2т1ш +2т1ђ +2т1ћ +2т1ч +2дј. +2дл. +2дљ. +2др. +2дв. +2гј. +2гл. +2гљ. +2гр. +2гв. +2хј. +2хл. +2хљ. +2хр. +2хв. +2кј. +2кл. +2кљ. +2кр. +2кв. +2тј. +2тл. +2тљ. +2тр. +2тв. +п2ј +п2л +п2љ +п2р +в2ј +в2л +в2љ +в2р +б2ј +б2л +б2љ +б2р +ф2ј +ф2л +ф2љ +ф2р +м2ј +м2л +м2љ +м2р +2б1ж +2б1б +2б1ц +2б1д +2б1ф +2б1г +2б1х +2б1к +2б1м +2б1н +2б1п +2б1с +2б1т +2б1в +2б1њ +2б1џ +2б1з +2б1ш +2б1ђ +2б1ћ +2б1ч +2ф1ж +2ф1б +2ф1ц +2ф1д +2ф1ф +2ф1г +2ф1х +2ф1к +2ф1м +2ф1н +2ф1п +2ф1с +2ф1т +2ф1в +2ф1њ +2ф1џ +2ф1з +2ф1ш +2ф1ђ +2ф1ћ +2ф1ч +2м1ж +2м1б +2м1ц +2м1д +2м1ф +2м1г +2м1х +2м1к +2м1м +2м1н +2м1п +2м1с +2м1т +2м1в +2м1њ +2м1џ +2м1з +2м1ш +2м1ђ +2м1ћ +2м1ч +2п1ж +2п1б +2п1ц +2п1д +2п1ф +2п1г +2п1х +2п1к +2п1м +2п1н +2п1п +2п1с +2п1т +2п1в +2п1њ +2п1џ +2п1з +2п1ш +2п1ђ +2п1ћ +2п1ч +2в1ж +2в1б +2в1ц +2в1д +2в1ф +2в1г +2в1х +2в1к +2в1м +2в1н +2в1п +2в1с +2в1т +2в1в +2в1њ +2в1џ +2в1з +2в1ш +2в1ђ +2в1ћ +2в1ч +2бј. +2бл. +2бљ. +2бр. +2фј. +2фл. +2фљ. +2фр. +2мј. +2мл. +2мљ. +2мр. +2пј. +2пл. +2пљ. +2пр. +2вј. +2вл. +2вљ. +2вр. +с2ц +с2ј +с2к +с2л +с2м +с2н +с2п +с2љ +с2р +с2т +с2в +с2њ +2с1ж +2с1б +2с1д +2с1ф +2с1г +2с1х +2с1с +2с1џ +2с1з +2с1ш +2с1ђ +2с1ћ +2с1ч +2сј. +2ск. +2сл. +2см. +2сн. +2сп. +2сљ. +2ср. +2ст. +2св. +2сњ. +2сц. +з2б +з2д +з2г +з2ј +з2л +з2м +з2н +з2љ +з2р +з2в +з2њ +2з1ж +2з1ц +2з1ф +2з1х +2з1к +2з1п +2з1с +2з1т +2з1џ +2з1з +2з1ш +2з1ђ +2з1ћ +2з1ч +2зј. +2зл. +2зм. +2зн. +2зљ. +2зр. +2зв. +2зњ. +2зб. +2зд. +2зг. +ш2ц +ш2к +ш2л +ш2м +ш2н +ш2п +ш2љ +ш2т +ш2в +ш2њ +ш2ћ +ш2ч +2ш1ж +2ш1б +2ш1д +2ш1ф +2ш1г +2ш1х +2ш1с +2ш1џ +2ш1з +2ш1ш +2ш1ђ +2ш1ј +2ш1р +2шк. +2шл. +2шм. +2шн. +2шп. +2шљ. +2шт. +2шв. +2шњ. +2шћ. +2шч. +2шц. +ж2б +ж2д +ж2г +ж2л +ж2м +ж2н +ж2љ +ж2в +ж2њ +ж2ђ +2ж1ж +2ж1ц +2ж1ф +2ж1х +2ж1к +2ж1п +2ж1с +2ж1т +2ж1џ +2ж1з +2ж1ш +2ж1ћ +2ж1ч +2ж1ј +2ж1р +2жл. +2жм. +2жн. +2жљ. +2жв. +2жњ. +2жђ. +2жб. +2жд. +2жг. +ц2ј +ц2р +ц2в +2ц1ж +2ц1б +2ц1ц +2ц1д +2ц1ф +2ц1г +2ц1х +2ц1к +2ц1л +2ц1м +2ц1н +2ц1п +2ц1љ +2ц1с +2ц1т +2ц1њ +2ц1џ +2ц1з +2ц1ш +2ц1ђ +2ц1ћ +2ц1ч +2цј. +2цр. +2цв. +ч2в +2ч1ж +2ч1б +2ч1ц +2ч1д +2ч1ф +2ч1г +2ч1х +2ч1ј +2ч1к +2ч1л +2ч1м +2ч1н +2ч1п +2ч1љ +2ч1р +2ч1с +2ч1т +2ч1њ +2ч1џ +2ч1з +2ч1ш +2ч1ђ +2ч1ћ +2ч1ч +2чв. +2ј1ж +2ј1б +2ј1ц +2ј1д +2ј1ф +2ј1г +2ј1х +2ј1ј +2ј1к +2ј1л +2ј1м +2ј1н +2ј1п +2ј1љ +2ј1р +2ј1с +2ј1т +2ј1в +2ј1њ +2ј1џ +2ј1з +2ј1ш +2ј1ђ +2ј1ћ +2ј1ч +2л1ж +2л1б +2л1ц +2л1д +2л1ф +2л1г +2л1х +2л1ј +2л1к +2л1л +2л1м +2л1н +2л1п +2л1љ +2л1р +2л1с +2л1т +2л1в +2л1њ +2л1џ +2л1з +2л1ш +2л1ђ +2л1ћ +2л1ч +2н1ж +2н1б +2н1ц +2н1д +2н1ф +2н1г +2н1х +2н1ј +2н1к +2н1л +2н1м +2н1н +2н1п +2н1љ +2н1р +2н1с +2н1т +2н1в +2н1њ +2н1џ +2н1з +2н1ш +2н1ђ +2н1ћ +2н1ч +2љ1ж +2љ1б +2љ1ц +2љ1д +2љ1ф +2љ1г +2љ1х +2љ1ј +2љ1к +2љ1л +2љ1м +2љ1н +2љ1п +2љ1љ +2љ1р +2љ1с +2љ1т +2љ1в +2љ1њ +2љ1џ +2љ1з +2љ1ш +2љ1ђ +2љ1ћ +2љ1ч +2р1ж +2р1б +2р1ц +2р1д +2р1ф +2р1г +2р1х +2р1ј +2р1к +2р1л +2р1м +2р1н +2р1п +2р1љ +2р1р +2р1с +2р1т +2р1в +2р1њ +2р1џ +2р1з +2р1ш +2р1ђ +2р1ћ +2р1ч +2њ1ж +2њ1б +2њ1ц +2њ1д +2њ1ф +2њ1г +2њ1х +2њ1ј +2њ1к +2њ1л +2њ1м +2њ1н +2њ1п +2њ1љ +2њ1р +2њ1с +2њ1т +2њ1в +2њ1њ +2њ1џ +2њ1з +2њ1ш +2њ1ђ +2њ1ћ +2њ1ч +2џ1ж +2џ1б +2џ1ц +2џ1д +2џ1ф +2џ1г +2џ1х +2џ1ј +2џ1к +2џ1л +2џ1м +2џ1н +2џ1п +2џ1љ +2џ1р +2џ1с +2џ1т +2џ1в +2џ1њ +2џ1џ +2џ1з +2џ1ш +2џ1ђ +2џ1ћ +2џ1ч +2ђ1ж +2ђ1б +2ђ1ц +2ђ1д +2ђ1ф +2ђ1г +2ђ1х +2ђ1ј +2ђ1к +2ђ1л +2ђ1м +2ђ1н +2ђ1п +2ђ1љ +2ђ1р +2ђ1с +2ђ1т +2ђ1в +2ђ1њ +2ђ1џ +2ђ1з +2ђ1ш +2ђ1ђ +2ђ1ћ +2ђ1ч +2ћ1ж +2ћ1б +2ћ1ц +2ћ1д +2ћ1ф +2ћ1г +2ћ1х +2ћ1ј +2ћ1к +2ћ1л +2ћ1м +2ћ1н +2ћ1п +2ћ1љ +2ћ1р +2ћ1с +2ћ1т +2ћ1в +2ћ1њ +2ћ1џ +2ћ1з +2ћ1ш +2ћ1ђ +2ћ1ћ +2ћ1ч +.х2 +.ј2 +.к2 +.л2 +.м2 +.н2 +.п2 +.љ2 +.р2 +.с2 +.т2 +.в2 +.њ2 +.џ2 +.з2 +.ш2 +.ђ2 +.ћ2 +.ч2 +.ж2 +.б2 +.ц2 +.д2 +.ф2 +.г2 +о3а +о3е +о3и +о3о +о3у +у3а +у3е +у3и +у3о +у3у +а3а +а3е +а3и +а3о +а3у +е3а +е3е +е3и +е3о +е3у +и3а +и3е +и3и +и3о +и3у +2а1 +2е1 +2и1 +2о1 +2у1 +2скб +2скц +2скд +2скф +2скг +2скх +2скк +2скм +2скн +2скп +2скс +2скт +2скњ +2скџ +2скз +2скш +2скђ +2скћ +2скч +2скж +2стб +2стц +2стд +2стф +2стг +2стх +2стк +2стм +2стн +2стп +2стс +2стт +2стњ +2стџ +2стз +2стш +2стђ +2стћ +2стч +2стж +2шкб +2шкц +2шкд +2шкф +2шкг +2шкх +2шкк +2шкм +2шкн +2шкп +2шкс +2шкт +2шкњ +2шкџ +2шкз +2шкш +2шкђ +2шкћ +2шкч +2шкж +2штб +2штц +2штд +2штф +2штг +2штх +2штк +2штм +2штн +2штп +2штс +2штт +2штњ +2штџ +2штз +2штш +2штђ +2штћ +2штч +2штж +2спб +2спц +2спд +2спф +2спг +2спх +2спк +2спм +2спн +2спп +2спс +2спт +2спв +2спњ +2спџ +2спз +2спш +2спђ +2спћ +2спч +2спж +2свб +2свц +2свд +2свф +2свг +2свх +2свк +2свм +2свн +2свп +2свс +2свт +2свв +2свњ +2свџ +2свз +2свш +2свђ +2свћ +2свч +2свж +2шпб +2шпц +2шпд +2шпф +2шпг +2шпх +2шпк +2шпм +2шпн +2шпп +2шпс +2шпт +2шпв +2шпњ +2шпџ +2шпз +2шпш +2шпђ +2шпћ +2шпч +2шпж +2швб +2швц +2швд +2швф +2швг +2швх +2швк +2швм +2швн +2швп +2швс +2швт +2швв +2швњ +2швџ +2швз +2швш +2швђ +2швћ +2швч +2швж +2ждб +2ждц +2ждд +2ждф +2ждг +2ждх +2ждк +2ждм +2ждн +2ждп +2ждс +2ждт +2ждњ +2ждџ +2ждз +2ждш +2ждђ +2ждћ +2ждч +2ждж +2жгб +2жгц +2жгд +2жгф +2жгг +2жгх +2жгк +2жгм +2жгн +2жгп +2жгс +2жгт +2жгњ +2жгџ +2жгз +2жгш +2жгђ +2жгћ +2жгч +2жгж +2здб +2здц +2здд +2здф +2здг +2здх +2здк +2здм +2здн +2здп +2здс +2здт +2здњ +2здџ +2здз +2здш +2здђ +2здћ +2здч +2здж +2згб +2згц +2згд +2згф +2згг +2згх +2згк +2згм +2згн +2згп +2згс +2згт +2згњ +2згџ +2згз +2згш +2згђ +2згћ +2згч +2згж +2жвб +2жвц +2жвд +2жвф +2жвг +2жвх +2жвк +2жвм +2жвн +2жвп +2жвс +2жвт +2жвв +2жвњ +2жвџ +2жвз +2жвш +2жвђ +2жвћ +2жвч +2жвж +2жбб +2жбц +2жбд +2жбф +2жбг +2жбх +2жбк +2жбм +2жбн +2жбп +2жбс +2жбт +2жбв +2жбњ +2жбџ +2жбз +2жбш +2жбђ +2жбћ +2жбч +2жбж +2звб +2звц +2звд +2звф +2звг +2звх +2звк +2звм +2звн +2звп +2звс +2звт +2звв +2звњ +2звџ +2звз +2звш +2звђ +2звћ +2звч +2звж +2збб +2збц +2збд +2збф +2збг +2збх +2збк +2збм +2збн +2збп +2збс +2збт +2збв +2збњ +2збџ +2збз +2збш +2збђ +2збћ +2збч +2збж +2жмб +2жмц +2жмд +2жмф +2жмг +2жмх +2жмк +2жмм +2жмн +2жмп +2жмс +2жмт +2жмв +2жмњ +2жмџ +2жмз +2жмш +2жмђ +2жмћ +2жмч +2жмж +2смб +2смц +2смд +2смф +2смг +2смх +2смк +2смм +2смн +2смп +2смс +2смт +2смв +2смњ +2смџ +2смз +2смш +2смђ +2смћ +2смч +2смж +2змб +2змц +2змд +2змф +2змг +2змх +2змк +2змм +2змн +2змп +2змс +2змт +2змв +2змњ +2змџ +2змз +2змш +2змђ +2змћ +2змч +2змж +2шмб +2шмц +2шмд +2шмф +2шмг +2шмх +2шмк +2шмм +2шмн +2шмп +2шмс +2шмт +2шмв +2шмњ +2шмџ +2шмз +2шмш +2шмђ +2шмћ +2шмч +2шмж +2сцб +2сцц +2сцд +2сцф +2сцг +2сцх +2сцк +2сцл +2сцм +2сцн +2сцп +2сцљ +2сцр +2сцс +2сцт +2сцњ +2сцџ +2сцз +2сцш +2сцђ +2сцћ +2сцч +2сцж +2шцб +2шцц +2шцд +2шцф +2шцг +2шцх +2шцк +2шцл +2шцм +2шцн +2шцп +2шцљ +2шцр +2шцс +2шцт +2шцњ +2шцџ +2шцз +2шцш +2шцђ +2шцћ +2шцч +2шцж +2шчб +2шчц +2шчд +2шчф +2шчг +2шчх +2шчј +2шчк +2шчл +2шчм +2шчн +2шчп +2шчљ +2шчр +2шчс +2шчт +2шчњ +2шчџ +2шчз +2шчш +2шчђ +2шчћ +2шчч +2шчж +2хвб +2хвц +2хвд +2хвф +2хвг +2хвх +2хвк +2хвм +2хвн +2хвп +2хвс +2хвт +2хвњ +2хвџ +2хвз +2хвш +2хвђ +2хвћ +2хвч +2хвж +2ж3вл +2ж3вљ +2ц3вл +2ц3вљ +2з3вл +2з3вљ +2ш3вл +2ш3вљ +2ч3вл +2ч3вљ +2ч3вј +2с3вљ +2д3вл +2д3вљ +2д3вр +2к3вј +2к3вл +2к3вљ +2т3вј +2т3вл +2т3вљ +2г3вј +2г3вл +2г3вљ +2г3вр +2х3вј +2х3вл +2х3вљ +2х3вр +2ж3мј +2ж3мл +2ж3мљ +2ж3мр +2з3мл +2з3мр +2ш3мј +2ш3мл +2ш3мљ +2ш3цј +2ш3цв +2ш3чв +2ш3тј +2ш3тл +2ш3тљ +2с3тл +2с3кј +2с3кљ +2ш3пј +2ш3пл +2ш3пљ +2ж3дј +2ж3дл +2ж3дљ +2ж3дв +2ж3гј +2ж3гл +2ж3гљ +2ж3гр +2ж3гв +2з3дл +2з3дљ +2з3дв +2з3гј +2з3гљ +2ж3бј +2ж3бл +2ж3бљ +2ж3бр +2з3бљ +.а4е2ро +.бе4о +.би4о +.ге4о +.за3г2н +.за3т2ка +.иза3г2н +.иза3т2к +.из3г2н +.изд2но +.изд2ну +.изд2на +.изр2к +.ист2к +.наг2н +.наг2њ +.на3д2нев +.на3д2нич +.на3д2ниц +.на3т2ках +.на3т2кам +.на3т2касм +.на3т2каст +.ода3г2н +.ода3д2н +.од3г2н +.од3м2н +.о3т2ках +.о3т2кам +.о3т2касм +.о3т2каст +.по3г2н +.по3д2нев +.по3м2н +.по3м2њ +.по3р2в +.по3р2ђ +.по3т2ках +.по3т2кам +.по3т2кат +.по3т2кав +.пред3м2н +.пред3м2њ +.пре3т2ках +.пре3т2кам +.пре3т2кат +.про3г2н +.про3т2ки +.про3т2ка +.раза3г2н +.раз3г2н +.раз3д2ни +.раза3т2ка +.у3г2ми +.у3г2н +.уза3т2ка +3х2тети +3х2тјети +3х2тел +3х2тев +3х2тењ +3х2тјел +3х2тјев +3х2тјењ +3г2дегод. +3г2дјегод. +3г2декак +3г2декад +3г2дјекак +3г2дјекад +ни3г2де. +не3г2де. +ни3г2дје. +не3г2дје. +3б2дет +3б2дењ +3б2дјет +3б2дјењ +3г2мил +3г2миљ +3г2миз +3г2нос +3г2ноз +3г2ној +3г2нај +3г2незд +3г2нијезд +3г2нежђ +3г2нијежђ +3г2нев +3г2њев +3г2њав +3г2њес +3г2њет +3г2њеч +3г2њил +3г2њио +3г2њиљ +3г2њит +3г2њур +3к2нез +3к2неж +3к2њиж +3к2њиг +3м2нож +3м2ног +3м2наж +3п2сик +3п2сич +3п2сов +3п2суј +3р2ђа +3с2фер +3т2маст +3т2мул +3т2муо +3т2муљ +3т2мур +3ц2миз +3ц2мак +3ц2мач +3ц2мок +3ч2лан +3ч2лањ +3р2је +4р3јем +4р3је. +.бе2з3ј +.бе2з3л +.бе2з3м +.бе2з3н +.бе2з3љ +.бе2з3р +.бе2з3в +.бе2з3њ +.бе2з3б +.бе2з3д +.бе2з3г +.бе2з3и +.бе2з3о +.бе2з3у +.бе2з3алкохол +.бе2з3атомск +.бе3з4бедн +.бе3з4беда +.бе3з4бједн +.бе3з4бједа +.бе3з4бели +.бе3з4бол +.бе3з4вучн +.бе3з4вуча +.бе3з4истан +.бе3з4истен +.бе3з4јак +.бе3з4јач +.бе3з4лобн +.бе3з4лоба +.бе3з4начај +.бе3з4рачн +.бе3з4рача +.бе3з4уп +.бе3з4уб +.бе2с3ц +.бе2с3к +.бе2с3п +.бе2с3т +.бе3с4крупул +.бе3с4покојн +.бе3с4покоја +.бе3с4порн +.бе3с4пора +.бе3с4твар +.бе3с4тид +.бе3с4тија +.бе3с4тилу +.бе3с4тиљ +.бе3с4трана +.бе3с4трас +.бес4тселер +.бе2ш3ћ +.бе2ш3ч +.ва2н3евр +.ва2н3устав +.и2з3б +.и2з3д +.и2з3г +.и2з3ј +.и2з3л +.и2з3м +.и2з3н +.и2з3љ +.и2з3р +.и2з3в +.и2з3њ +.и2з3и +.и2з3о +.и2з3у +.и2з3бија +.и2з3бива +.и2з3веди +.и2з3ведн +.и2з3ведб +.и2з3веде +.и2з3дај +.и2з3аба +.и2з3ака +.и2з3анал +.и3з4бав +.и3з4бичкава +.и3з4блеушан +.и3з4бојак +.и3з4бојк +.и3з4вали +.и3з4валу +.и3з4вала +.и3з4вале +.и3з4ваљи +.и3з4вижд +.и3з4виискр +.и3з4вија +.и3з4вијен +.и3з4вин +.и3з4вир +.и3з4вињ +.и3з4витоп +.и3з4вјед +.и3з4војац +.и3з4војц +.и3з4вор +.и3з4гомет +.и3з4гред +.и3з4грн +.и3з4грт +.и3з4драв +.и3з4иђ +.и3з4ид +.и3з4ими +.и3з4јежљ +.и3з4лоз +.и3з4лож +.и3з4лог +.и3з4лопаћ +.и3з4ним +.и3з4ној +.из4оанем +.из4оаном +.из4обат +.из4оброн +.из4огам +.из4огео +.из4оглос +.из4огон +.из4ограф +.из4одим +.из4один +.из4одоз +.из4оклин +.из4околон +.и3з4олат +.и3з4олац +.и3з4олир +.и3з4олов +.из4олекс +.из4олукс +.из4омер +.из4ометр +.из4оморф +.из4онеф +.из4оном +.из4опат +.из4опер +.из4опле +.из4опол +.из4опсеф +.из4орах +.из4осеи +.из4осинт +.из4осист +.из4оскел +.из4оскоп +.из4остаз +.из4осте +.из4отах +.из4отал +.из4отер +.из4отон +.из4отоп +.из4отро +.из4офон +.из4офот +.из4охал +.из4охаз +.из4охел +.из4охиј +.из4охим +.из4охит +.из4охипс +.из4охор +.из4охро +.и3з4раел +.и3з4раиљ +.и3з4рачи +.и3з4ун +.и3з4упч +.и2с3ц +.и2с3к +.и2с3п +.и2с3т +.и3с4как +.и3с4кат +.и3с4кањ +.и3с4кариот +.и3с4квас +.и3с4кврч +.и3с4кин +.и3с4кита +.и3с4конск +.и3с4коч +.и3с4крам +.и3с4крит +.и3с4криш +.и3с4крич +.и3с4криц +.и3с4крат +.и3с4крен +.и3с4крењ +.и3с4крој +.и3с4крсн +.и3с4крса +.и3с4купља +.и3с4лам +.и3с4лаб +.и3с4леђ +.и3с4лед +.и3с4лијеђ +.и3с4лијед +.и3с4љеђ +.и3с4љед +.и3с4лик +.и3с4лин +.и3с4лов +.и3с4луш +.и3с4луж +.и3с4ме +.и3с4мије +.и3с4мје +.и3с4пав +.и3с4паљив +.и3с4пира +.и3с4плит +.и3с4плић +.и3с4покој +.и3с4полин +.и3с4пон +.и3с4порав +.и3с4прави +.и3с4правк +.и3с4правн +.и3с4прављ +.и3с4права +.и3с4пупч +.и3с4пур +.и3с4ред +.и3с4рк +.и3с4тави +.и3с4тављ +.и3с4такн +.и3с4там +.и3с4тар +.и3с4тас +.и3с4таћ +.и3с4тин +.и3с4тир +.и3с4тиц +.и3с4тифан +.и3с4ток +.и3с4тори +.и3с4точн +.и3с4точњ +.и3с4точа +.и3с4трав +.и3с4трад +.и3с4тран +.и3с4трић +.и3с4триж +.и3с4триц +.и3с4труг +.и3с4туп +.и3с4ук +.и3с4ус +.и3с4ут +.и3с4уш +.и2ж3ђ +.и2ш3ћ +.и2ш3ч +.из3бе2з3обр +.из3бе2з3ум +.из3ва2н3евр +.на2д3л +.на2д3љ +.на2д3в +.на3д4вал +.на3д4веси +.на3д4вест +.на3д4виј +.на3д4вит +.на3д4вла +.на3д4воје +.на3д4вор +.на2д3игр +.на2д3инж +.на2д3ина +.на2д3иск +.на2д3јах +.на2д3јач +.на2д3јек +.на2д3јез +.на2д3јеч +.на2д3јун +.на3д4лан +.на3д4леш +.на3д4леж +.на2д3ора +.на2д3осо +.на2д3осе +.на2д3осје +.на2д3офи +.на2д3оч +.на2д3ран +.на2д3рач +.на2д3раст +.на2д3рашћ +.на2д3реал +.на2д3реп +.на2д3рук +.на2д3руч +.на2д3руг +.на2д3удар +.на2д3ум +.на2д3уч +.на2ј3а +.на2ј3е +.на2ј3и +.на2ј3о +.на2ј3у +.на3ј4ави +.на3ј4ављ +.на3ј4ава +.на3ј4аве +.на3ј4ади +.на3ј4ада +.на3ј4аде +.на3ј4ажи +.на3ј4ази +.на3ј4ако +.на3ј4ака +.на3ј4ало +.на3ј4ами +.на3ј4амл +.на3ј4амн +.на3ј4ари +.на3ј4арм +.на3ј4арц +.на3ј4ати +.на3ј4аук +.на3ј4ах +.на3ј4аш +.на3ј4еди +.на3ј4едн +.на3ј4едр +.на3ј4еда +.на3ј4ежи +.на3ј4ежу +.на3ј4еже +.на3ј4езн +.на3ј4езд +.на3ј4ести +.на3ј4етк +.на3ј4ец +.на3ј4ури +.на3ј4урен +.о2б3ј +.о2б3љ +.о2б3р +.обе2з3б +.обе2з3д +.обе2з3г +.обе2з3ј +.обе2з3л +.обе2з3м +.обе2з3н +.обе2з3о +.обе2з3љ +.обе2з3р +.обе2з3у +.обе2з3в +.обе3з4виј +.обе3з4нан +.обе3з4нањ +.обе3з4нач +.обе3з4уб +.обе2с3ц +.обе2с3к +.обе2с3п +.обе2с3т +.обе3с4тан +.обе3с4тиј +.обе3с4тран +.обе2ш3ћ +.обе2ш3ч +.о2б3игр +.о2б3истин +.о2б3истињ +.о3б4јек +.о3б4јер +.о3б4јеси +.о3б4јет +.о3б4јеш +.о2б3лај +.о2б3лам +.о2б3лакш +.о2б3ласк +.о2б3леп +.о2б3лет +.о2б3лећ +.о2б3леж +.о2б3лег +.о2б3лијеп +.о2б3лијет +.о2б3лијеж +.о2б3лијег +.о2б3леден +.о2б3лив +.о2б3лизат +.о2б3лизав +.о2б3лизи +.о2б3лист +.о2б3лока +.о2б3лук +.о2б3луч +.о3б4љан +.о3б4љут +.о3б4љуз +.о2б3ору +.о3б4раже +.о3б4рази +.о3б4разн +.о3б4разо +.о3б4разу +.о3б4раза +.о3б4разд +.о3б4рамб +.о3б4ран +.о3б4рањ +.о3б4рат +.о3б4раћ +.о3б4рашн +.о3б4рашч +.о3б4рв +.о3б4рђ +.о3б4рем +.о3б4рес +.о3б4ређ +.о3б4реч +.о3б4реж +.о3б4рец +.о3б4ред +.о3б4рети +.о3б4ретн +.о3б4риј +.о3б4рис +.о3б4рит +.о3б4рив +.о3б4рич +.о3б4риц +.о3б4рк +.о3б4рл +.о3б4рн +.о3б4рљ +.о3б4рс +.о3б4рт +.о3б4рш +.о3б4рч +.о3б4рок +.о3б4рон +.о3б4роњ +.о3б4роћ +.о3б4роч +.о3б4рова +.о3б4ровц +.о3б4рук +.о3б4рун +.о3б4рус +.о3б4руњ +.о3б4руш +.о3б4руч +.о2б3убож +.о2б3уз +.о2б3уж +.о2б3уд +.о2б3уми +.о2б3умј +.о2б3умр +.о2б3уме +.о2д3ј +.о2д3л +.о2д3љ +.о2д3р +.о2д3в +.о2д3арг +.о3д4вај +.о3д4важ +.о3д4весн +.о3д4вест +.о3д4веса +.о3д4викав +.о3д4викн +.о3д4вис +.о3д4вић +.о3д4вој +.о2д3игр +.о2д3и2з3в +.о2д3и2з3д +.о2д3иск +.о2д3исти +.о3д4јел +.о3д4јен +.о3д4јев +.о3д4јећ +.о3д4лаз +.о3д4лаж +.о3д4лаг +.о3д4лака +.о3д4лук +.о3д4луч +.о2д3озд +.о2д3озг +.о2д3ок +.о2д3онл +.о2д3оно +.о2д3ону +.о2д3онд +.о3д4рани +.о3д4рано +.о3д4рану +.о3д4рана +.о3д4ране +.о3д4раз +.о3д4раћ +.о3д4раж +.о3д4рапи +.о3д4рапљ +.о3д4рапа +.о3д4рачи +.о3д4рвен +.о3д4рвењ +.о3д4рвеч +.о3д4рем +.о3д4рен +.о3д4рет +.о3д4ређ +.о3д4ред +.о3д4рл +.о3д4рн +.о3д4рп +.о3д4рљ +.о3д4рт +.о3д4рж +.о3д4рин +.о3д4рињ +.о3д4риш +.о3д4рич +.о3д4риб +.о3д4риц +.о3д4рон +.о3д4роњ +.о3д4руж +.о3д4руг +.о2д3уви +.о2д3уве +.о2д3узи +.о2д3узл +.о2д3узд +.о2д3узе +.о2д3ук +.о2д3ул +.о2д3ум +.о2д3уч +.по2д3адм +.по2д3вариј +.по2д3вез +.по2д3веч +.по2д3веж +.по2д3вик +.по2д3вил +.по2д3вир +.по2д3вињ +.по2д3влас +.по2д3влаш +.по2д3воз +.по2д3вођ +.по2д3вож +.по2д3вод +.по2д3врат +.по2д3враћ +.по2д3врћ +.по2д3врж +.по2д3врг +.по2д3врис +.по2д3врс +.по2д3вућ +.по2д3игр +.по2д3изв +.по2д3ј +.по3д4јен +.по3д4јеч +.по2д3лакат +.по2д3лакт +.по2д3леп +.по2д3лет +.по2д3лећ +.по2д3леж +.по2д3лег +.по2д3лиз +.по2д3лијеп +.по2д3лијет +.по2д3лијећ +.по2д3лијеж +.по2д3лијег +.по2д3лист +.по2д3лок +.по2д3лом +.по2д3луп +.по2д3луч +.по2д3луж +.по2д3љут +.по2д3окн +.по2д3ош +.по2д3оч +.по2д3оф +.по2д3равн +.по2д3равњ +.по2д3рад +.по2д3ра2з3д +.по2д3разр +.по2д3разу +.по2д3рам +.по2д3ран +.по2д3рас +.по2д3рањ +.по2д3реп +.по2д3рес +.по2д3рез +.по2д3рик +.по2д3рит +.по2д3рон +.по2д3ров +.по2д3рож +.по2д3рук +.по2д3руб +.по2д3ручи +.по2д3ручн +.по2д3руча +.по2д3упла +.по2д3усм +.по2д3усн +.пре2д3ј +.пре2д3в +.пре3д4вај +.пре3д4вар +.пре3д4вест +.пре3д4воји +.пре3д4воја +.пре3д4воје +.пре3д4вор +.пре3д4вос +.пре3д4јен +.пре2д3игр +.пре2д3ид +.пре2д3изб +.пре2д3испи +.пре2д3исто +.пре2д3истр +.пре2д3обј +.пре2д3одре +.пре2д3окус +.пре2д3осв +.пре2д3осе +.пре2д3осје +.пре2д3рат +.пре2д3рач +.пре2д3рад +.пре2д3руч +.пре2д3убеђ +.пре2д3убијеђ +.пре2д3убјеђ +.пре2д3увер +.пре2д3увјер +.пре2д3увјет +.пре2д3угов +.пре2д3удар +.пре2д3упис +.пре2д3усло +.проти2в3акц +.проти2в3отр +.проти2в3оф +.проти2в3р +.проти2в3ус +.проти2в3уд +.ра2ж3ђ +.ра2з3б +.ра2з3д +.ра2з3е +.ра2з3г +.ра2з3и +.ра2з3ј +.ра2з3л +.ра2з3м +.ра2з3н +.ра2з3љ +.ра2з3р +.ра2з3в +.ра2з3њ +.ра2з3анал +.ра3з4бан +.ра3з4бар +.ра3з4бау +.ра3з4бад +.ра3з4башур +.ра3з4бој +.ра3з4бор +.ра3з4вал +.ра3з4веде +.ра3з4вест +.ра3з4виго +.ра3з4вију +.ра3з4вија +.ра3з4вије +.ра3з4вит +.ра3з4вић +.ра3з4вој +.ра3з4вон +.ра3з4врат +.ра3з4враћ +.ра3з4врт +.ра3з4врћ +.ра3з4гађ +.ра3з4грт +.ра3з4ев +.ра3з4иј +.ра3з4ил +.ра3з4ин +.ра3з4ир +.ра3з4ит +.ра3з4из +.ра3з4иђ +.ра3з4ић +.ра3з4ид +.ра3з4лаз +.ра3з4лаг +.ра3з4лик +.ра3з4лич +.ра3з4лоз +.ра3з4лож +.ра3з4лог +.ра3з4мет +.ра3з4мећ +.ра3з4мрск +.ра3з4нат +.ра2з3обл +.ра2з3обр +.ра2з3оба +.ра2з3од +.ра2з3орат +.ра2з3орав +.ра2з3орт +.ра2з3ору +.ра2з3от +.ра3з4ред +.ра3з4рок +.ра3з4роч +.ра2з3уве +.ра2з3уди +.ра2з3уда +.ра2з3удб +.ра2з3узи +.ра2з3узд +.ра2з3узе +.ра2з3улар +.ра2з3умр +.ра2с3ц +.ра2с3к +.ра2с3п +.ра2с3т +.ра3с4как +.ра3с4канд +.ра3с4кин +.ра3с4клап +.ра3с4клањ +.ра3с4клад +.ра3с4клон +.ра3с4клопи +.ра3с4клопљ +.ра3с4клопа +.ра3с4кош +.ра3с4кроп +.ра3с4пај +.ра3с4пав +.ра3с4пети +.ра3с4пето +.ра3с4пета +.ра3с4пете +.ра3с4пику +.ра3с4пињ +.ра3с4плин +.ра3с4плињ +.ра3с4пн +.ра3с4полож +.ра3с4пон +.ра3с4пор +.ра3с4прав +.ра3с4прем +.ра3с4рђ +.ра3с4рд +.ра3с4ре +.ра3с4тај +.ра3с4тан +.ра3с4тат +.ра3с4тав +.ра3с4тењ +.ра3с4тил +.ра3с4тир +.ра3с4тис +.ра3с4тит +.ра3с4тињ +.ра3с4тој +.ра3с4трел +.ра3с4трет +.ра3с4трој +.ра3с4трт +.ра3с4туп +.ра3с4тур +.ра3с4тућ +.ра4с5турч +.ра2ш3ћ +.ра2ш3ч +.ра3ш4ћењ +.ра3ш4чић +.у2з3б +.у2з3д +.у2з3г +.у2з3и +.у2з3ј +.у2з3л +.у2з3м +.у2з3н +.у2з3љ +.у2з3р +.у2з3в +.у2з3њ +.у3з4бор +.у3з4ван +.у3з4ват +.у3з4виж +.у3з4вијо +.у3з4вију +.у3з4вија +.у3з4вије +.у3з4вој +.у3з4диц +.у2з3игр +.у2з3инат +.у2з3искр +.у3з4лан +.у3з4лат +.у3з4лим +.у3з4лит +.у3з4лић +.у3з4лиц +.у3з4лов +.у3з4лудоб +.у3з4нак +.у3з4нач +.у3з4неве +.у3з4невје +.у3з4нич +.у3з4ниц +.у3з4ној +.у2з3обест +.у2з3обијест +.у2з3орат +.у2з3орав +.у2з3охо +.у3з4рет +.у3з4рев +.у3з4ријет +.у3з4ријев +.у3з4рн +.у3з4рњ +.у3з4роко +.у3з4року +.у3з4рока +.у3з4роч +.у3з4руј +.у2з3угар +.у2с3ц +.у2с3к +.у2с3п +.у3с4как +.у3с4клађ +.у3с4клад +.у3с4ко +.у4с5ком +.у4с5ков +.у4с5кош +.у4с5коко +.у4с5колу +.у4с5коле +.у4с5копа +.у4с5кора +.у4с5коси +.у4с5котр +.у3с4куп +.у3с4пав +.у3с4пало +.у3с4пех +.у3с4пел +.у3с4пем +.у3с4пет +.у3с4пев +.у3с4пеш +.у3с4пјех +.у3с4пјел +.у3с4пјем +.у3с4пјет +.у3с4пјев +.у3с4пјеш +.у3с4пент +.у3с4пија +.у3с4пије +.у3с4пијуш +.у3с4пикуш +.у3с4пон +.у3с4пори +.у3с4пора +.у3с4порен +.у3с4порењ +.у3с4пореч +.у3с4пособ +.у3с4преми +.у3с4према +.у3с4рк +.у3с4рн +.у3с4рп +.у3с4рљ +.у3с4рт +.у3с4рђ +.у3с4рж +.у3с4ра +.у3с4рд +.у3с4ре +.у3с4ријед +.у2с3талас +.у2с3тара +.у2с3тврђ +.у2с3тврд +.у2с3тер +.у2с3тећ +.у2с3тег +.у2с3тов +.у2с3трај +.у2с3трал +.у2с3трг +.у2с3треп +.у2с3трес +.у2с3треб +.у2с3трк +.у2с3трн +.у2с3трп +.у2с3трћ +.у2с3трч +.у2с3тум +.у2с3тур +.у2с3тућ +.у2ш3ћ +.у2ш3ч +.а2б3алиј +.а2б3анац +.а2б3евак +.а2б3ерац +.а2б3ерир +.а2б3ирит +.а2б3ју +.а2б3ла +.а2б3лег +.а2б3леп +.а2б3лок +.а2б3лу +.а2б3ориг +.а2б3реак +.а2б3рог +.а2б3узус +.а2д3ерац +.а2д3верб +.а2д3ј +.а2д3лат +.а2д3рен +.а2д3рог +.а3г2нос +.а3г2ноз +.а2набап +.а2набаз +.а2набат +.а2набио +.а2набол +.а2наген +.а2нагно +.а2н3аго +.а2награ +.а2надем +.а2надипл +.а2надоз +.а2н3а4е2ро +.а2накал +.а2накам +.а2накат +.а2накеф +.а2накла +.а2накли +.а2накој +.а2н3акуз +.а2н3алг +.а2н3алд +.а2налеп +.а2нализ +.а2налис +.а2налит +.а2н3амерт +.а2намне +.а2н3андр +.а2нанео +.а2н3ант +.а2напла +.а2напле +.а2напне +.а2напно +.а2напро +.а2напти +.а2н3апто +.а2нарт +.а2н3арх +.а2насар +.а2насеи +.а2наспаз +.а2наста +.а2настиг +.а2настом +.а2натим +.а2натом +.а2натоц +.а2натре +.а2натри +.а2натро +.а2нафаз +.а2н3афиј +.а2нафила +.а2нафон +.а2н3афрод +.а2накол +.а2накрон +.а2накру +.а2н3алфа +.а2нафор +.а2нахор +.а2нахро +.а2н3егер +.а2н3екл +.а2н3екум +.а2н3елек +.а2н3енер +.а2н3епи +.а2неор +.а2н3ерг +.а2н3ерит +.а2н3есте +.а2н3идр +.а2н3изог +.а2н3изом +.а2н3изур +.а2н3ирид +.а2н3овар +.а2н3окс +.а2н3опис +.а2н3орх +.а2н3офт +.а2н3орг +.ди2с3акор +.ди2с3јунк +.ди2с3квал +.ди2с3конт +.ди2с3корд +.ди2с3кре +.ди2с3кри +.ди2с3кур +.ди2с3ло +.ди2с3ориј +.ди2с3парит +.ди2с3поз +.ди2с3пон +.ди2с3проп +.ди2с3тон +.ди2с3трак +.и2н3абруп +.и2н3адек +.и2н3акур +.и2н3акце +.и2н3амор +.и2н3аниц +.и2н3аплик +.и2н3апст +.и2н3арт +.и2н3аугур +.и2н3аура +.и2н3афек +.и2н3евид +.и2н3ег +.и2н3ед +.и2н3екв +.и2н3екс +.и2н3елиг +.и2н3епц +.и2н3ефек +.и2н3обл +.и2ноген +.и2нокор +.и2н3окуп +.и2н3опер +.и2н3опор +.и2н3опсе +.и2н3офиц +.и2н3умбр +.и2н3унда +.и2н3унк +.и2н3утил +.инте2р3и +.инте2р3о +.инте2р3у +.инте2р3а +.инте2р3е +.инте3р4егн +.инте3р4еси +.инте3р4есн +.инте3р4есо +.инте3р4есу +.инте3р4еса +.инте3р4есе +.инте3р4ежџ +.инте3р4ије +.инте2р3је +.инте3р4огат +.јури2с3к +.јури2с3п +.ну2з3бел +.ну2з3биљ +.ну2з3љуб +.ну2з3ре +.ну2з3рје +.ну2з3уж +.ну2с3пос +.ну2с3про +.по2ст3егз +.по2ст3инду +.по2ст3лим +.по2ст3онк +.по2ст3опер +.су2б3а +.су2б3л +.су3б4аш +.су2б3инв +.су2б3јунк +.су2б3окс +.су2б3реп +.су2б3рог +.су2б3орд +.супе2р3и +.супе2р3о +.супе2р3у +.супе2р3а +.супе2р3е +.супе3р4иор +.тран2с3а +.тран2с3ц +.тран2с3е +.тран2с3к +.тран2с3л +.тран2с3м +.тран2с3н +.тран2с3о +.тран2с3п +.тран2с3т +.тран2с3у +.тран2с3в +.тран2с3њ +.тран3с4еп +.тран3с4кри +.тран3с4ум +.тран3с4уд diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-latn.chr.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.chr.txt index a61dab47f0c..a61dab47f0c 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-latn.chr.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.chr.txt diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-latn.hyp.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.hyp.txt index 514088dd2e1..514088dd2e1 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-latn.hyp.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.hyp.txt diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-latn.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.lic.txt index 43deb2d67ad..43deb2d67ad 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-latn.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.lic.txt diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-latn.pat.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.pat.txt index 64baf177031..64baf177031 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-latn.pat.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.pat.txt diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sk.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sk.lic.txt index e1579e1d0b8..a67332877b8 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sk.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sk.lic.txt @@ -6,7 +6,7 @@ Slovak Hyphenation Patterns (Jana Chlebikova, 1992) % semi-manual conversions of hyphenation patterns into UTF-8 in June 2008. % % Source: skhyphen.tex (yyyy-mm-dd), skhyphen.ex (yy-mm-dd) -% Author: Jana Chlebikova <chlebikj at dcs.fmph.uniba.sk> +% Author: Jana Chlebíková <chlebikj at dcs.fmph.uniba.sk> % % The above mentioned file should become obsolete, % and the author of the original file should preferaby modify this file instead. @@ -63,7 +63,7 @@ Slovak Hyphenation Patterns (Jana Chlebikova, 1992) %------------------------------------------------------------------------------ % % Slovak hyphenation (version 2.0) 24.4.1992 -% Autor: Jana Chlebikova, department of Informatics Education, +% Autor: Jana Chlebíková, department of Informatics Education, % Comenius University, 842 15 Bratislava, Slovakia % <chlebikj@dcs.fmph.uniba.sk> % diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ta.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ta.lic.txt index 51857b11d86..6ffd942f34d 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ta.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ta.lic.txt @@ -3,7 +3,7 @@ Tamil Hyphenation Patterns (more info about the licence to be added later) % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Tamil diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-te.lic.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-te.lic.txt index b65f4d1acdb..a60022467bb 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-te.lic.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-te.lic.txt @@ -3,7 +3,7 @@ Telugu Hyphenation Patterns (more info about the licence to be added later) % These patterns originate from -% http://git.savannah.gnu.org/cgit/smc.git/tree/hyphenation) +% http://git.savannah.gnu.org/cgit/smc/hyphenation.git/tree/) % and have been adapted for hyph-utf8 (for use in TeX). % % Hyphenation for Telugu diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-uk.chr.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-uk.chr.txt index dfce24391d3..0a644fa0a3c 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-uk.chr.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-uk.chr.txt @@ -1,3 +1,5 @@ +'' +’’ -- аА бБ @@ -32,4 +34,3 @@ іІ їЇ ґҐ -’’ diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-uk.pat.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-uk.pat.txt index d409bb43337..b476200658d 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-uk.pat.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-uk.pat.txt @@ -116,6 +116,7 @@ 2в1ш 2в1щ 2в1й +2в'3 2в’3 2г1к 2г1п @@ -195,6 +196,7 @@ 2м1ч 2м1ш 2м1щ +2м'3 2м’3 2н1б 2н1в @@ -215,6 +217,7 @@ 2н1ч 2н1ш 2н1щ +2н'3 2н’3 2п1б 2п1д @@ -240,6 +243,7 @@ 2р1ш 2р1щ 2р1й +2р'3 2р’3 2с1б 2с1г @@ -410,23 +414,37 @@ ї2й 3й6о ь6о +6' 6’ 6ь +.б'8 .б’8 +.в'8 .в’8 +.д'8 .д’8 +.з'8 .з’8 +.м'8 .м’8 +.н'8 .н’8 +.п'8 .п’8 +.р'8 .р’8 +.т'8 .т’8 +.ф'8 .ф’8 +.ш'8 .ш’8 .бд6 .бр6 .вб6 +.вб6'6 .вб6’6 +.вв6'6 .вв6’6 .вг6 .вд6 @@ -436,8 +454,10 @@ .вк6 .вл6 .вм6 +.вм6'6 .вм6’6 .вп6 +.вп6'6 .вп6’6 .вп6х6 .вс6 @@ -449,11 +469,13 @@ .дл6 .дс6 .зб6 +.зв6'6 .зв6’6 .зг6 .зд6 .зд6з6 .зл6 +.зм6'6 .зм6’6 .зс6 .зс6к6 @@ -482,6 +504,7 @@ .ск6л6 .сл6 .сп6 +.сп6'6 .сп6’6 .сп6л6 .сп6х6 @@ -842,6 +865,7 @@ 6шт. 6ш6тв. 6щ6сь. +.бе4з'3 .бе4з’3 .бе4з3 .безу4 @@ -858,12 +882,14 @@ .ві5д4ер .ві5д4і .ві4д3 +.від'3 .від’3 .мі4ж3 безві4д3 ові4д3 ді4єві4д3 за4вві4д3 +неві4д'3 неві4д’3 неві4д3 про4ф3ві4д3 @@ -884,6 +910,7 @@ .пере4д3усі .пере4д3фр .пере4д3ч +.пере4д'3 .пере4д’3 .пере3 .пона4д3 @@ -897,6 +924,7 @@ 3п4рі .пі5д4о .пі5д4і +.під'3 .під’3 .пі4д3 .пі5д4е @@ -909,16 +937,22 @@ .ро5з4е ро5з4йом .ро5з4а +.ро4з'3 .ро4з’3 .ро4з3 +.чере4з'3 .чере4з’3 .чере4з3 оо4б +ооб'3 ооб’3 ооб3м ооб3ро +об'3 об’3 +од'3 од’3 +на4д'3 на4д’3 за5о4р до5о4р @@ -926,43 +960,80 @@ пере5о4р пі6д5о4р бе4з5і4дей +до3в'4є до3в’4є +за3в'4є за3в’4є +зі3в'4є зі3в’4є +обі3в'4є обі3в’4є +по3в'4є по3в’4є +уі3в'4є уі3в’4є +з3в'4я з3в’4я +по3в'4я по3в’4я +від3в'4я від3в’4я +за3в'4я за3в’4я +зі3в'4я зі3в’4я за3ю4ш +на3в'4я на3в’4я +непо3в'4я непо3в’4я +об3в'4я об3в’4я +при3в'4я при3в’4я +під3в'4я під3в’4я +у3в'4я у3в’4я +з3м'4я з3м’4я +зі3м'4я зі3м’4я +у3м'4я у3м’4я +в3м'4я в3м’4я +но3м'4я но3м’4я +за3м'4я за3м’4я +на3м'4я на3м’4я +об3м'4я об3м’4я +пере3м'4я пере3м’4я +по3м'4я по3м’4я +при3м'4я при3м’4я +піді3м'4я піді3м’4я +су3м'4я су3м’4я +до3в'4ю до3в’4ю +за3в'4ю за3в’4ю +зі3в'4ю зі3в’4ю +на3в'4ю на3в’4ю +по3в'4ю по3в’4ю +уі3в'4ю уі3в’4ю +інтер3в'4ю інтер3в’4ю за3я4ло коу4роч @@ -985,6 +1056,7 @@ 3з4б4рой 3з4б4рою 3з4б4роє +3з4в4'яз 3з4в4’яз 3й4ш4л 3м4к4не @@ -1272,7 +1344,9 @@ 3е4стакад 3е4стет 3е4тап +3о4б'єдн 3о4б’єдн +3о4б'єкт 3о4б’єкт 3о4береж 3о4бира @@ -1345,13 +1419,21 @@ .заї4ц .заї4ч .наї4д +'ї4в ’ї4в +'ї4з ’ї4з +'ї4д ’ї4д +'ї4ж ’ї4ж +'ї4л ’ї4л +'ї4м ’ї4м +'ї4с ’ї4с +'ї4х ’ї4х аві4а авої4д @@ -1366,6 +1448,7 @@ .бе5зе. бей4сбол бе5кон +б'4єть б’4єть бйор4нс бі4о3 @@ -1398,6 +1481,7 @@ водо5з4бір воль4т3метр воль4т3ампер +3в'4яз 3в’4яз ге2ть3ман ге4о @@ -1476,6 +1560,7 @@ заї4м заї4х зе4кономити +3з'4ясо 3з’4ясо зна3й4д зна3й4т @@ -1503,7 +1588,9 @@ мі4н5е4ко мі4н5е4нер мо4к5рий +3м'4якш 3м’4якш +3м'4ят 3м’4ят на3б4лиз на3в4ряд @@ -1631,7 +1718,9 @@ ро4з5гор ро4з5вер ро4з5чеп +ро4з'5єдн ро4з’5єдн +з'4єдн з’4єдн руко5с4тиск ро5з4ум @@ -1678,6 +1767,7 @@ пере3у4ч само3у4ч вия4в +з'я4в з’я4в зая4в ная4в @@ -1717,6 +1807,7 @@ нея4сн поя4сн проя4сн +роз'я4сн роз’я4сн ро5з4ора. ро5з4о5рам @@ -1769,6 +1860,7 @@ ао4щад оо4чищ поя4с +роз'я4р роз’я4р те4одоліт те4олог @@ -2023,6 +2115,7 @@ .ь-8 .ю-8 .я-8 +.'-8 .’-8 -а8а8 8а8а- @@ -2090,7 +2183,9 @@ 8а8ю- -а8я8 8а8я- +-а8'8 -а8’8 +8а8'- 8а8’- -б8а8 8б8а- @@ -2158,7 +2253,9 @@ 8б8ю- -б8я8 8б8я- +-б8'8 -б8’8 +8б8'- 8б8’- -в8а8 8в8а- @@ -2226,7 +2323,9 @@ 8в8ю- -в8я8 8в8я- +-в8'8 -в8’8 +8в8'- 8в8’- -г8а8 8г8а- @@ -2294,7 +2393,9 @@ 8г8ю- -г8я8 8г8я- +-г8'8 -г8’8 +8г8'- 8г8’- -ґ8а8 8ґ8а- @@ -2362,7 +2463,9 @@ 8ґ8ю- -ґ8я8 8ґ8я- +-ґ8'8 -ґ8’8 +8ґ8'- 8ґ8’- -д8а8 8д8а- @@ -2430,7 +2533,9 @@ 8д8ю- -д8я8 8д8я- +-д8'8 -д8’8 +8д8'- 8д8’- -е8а8 8е8а- @@ -2498,7 +2603,9 @@ 8е8ю- -е8я8 8е8я- +-е8'8 -е8’8 +8е8'- 8е8’- -є8а8 8є8а- @@ -2566,7 +2673,9 @@ 8є8ю- -є8я8 8є8я- +-є8'8 -є8’8 +8є8'- 8є8’- -ж8а8 8ж8а- @@ -2634,7 +2743,9 @@ 8ж8ю- -ж8я8 8ж8я- +-ж8'8 -ж8’8 +8ж8'- 8ж8’- -з8а8 8з8а- @@ -2702,7 +2813,9 @@ 8з8ю- -з8я8 8з8я- +-з8'8 -з8’8 +8з8'- 8з8’- -и8а8 8и8а- @@ -2770,7 +2883,9 @@ 8и8ю- -и8я8 8и8я- +-и8'8 -и8’8 +8и8'- 8и8’- -і8а8 8і8а- @@ -2838,7 +2953,9 @@ 8і8ю- -і8я8 8і8я- +-і8'8 -і8’8 +8і8'- 8і8’- -ї8а8 8ї8а- @@ -2906,7 +3023,9 @@ 8ї8ю- -ї8я8 8ї8я- +-ї8'8 -ї8’8 +8ї8'- 8ї8’- -й8а8 8й8а- @@ -2974,7 +3093,9 @@ 8й8ю- -й8я8 8й8я- +-й8'8 -й8’8 +8й8'- 8й8’- -к8а8 8к8а- @@ -3042,7 +3163,9 @@ 8к8ю- -к8я8 8к8я- +-к8'8 -к8’8 +8к8'- 8к8’- -л8а8 8л8а- @@ -3110,7 +3233,9 @@ 8л8ю- -л8я8 8л8я- +-л8'8 -л8’8 +8л8'- 8л8’- -м8а8 8м8а- @@ -3178,7 +3303,9 @@ 8м8ю- -м8я8 8м8я- +-м8'8 -м8’8 +8м8'- 8м8’- -н8а8 8н8а- @@ -3246,7 +3373,9 @@ 8н8ю- -н8я8 8н8я- +-н8'8 -н8’8 +8н8'- 8н8’- -о8а8 8о8а- @@ -3314,7 +3443,9 @@ 8о8ю- -о8я8 8о8я- +-о8'8 -о8’8 +8о8'- 8о8’- -п8а8 8п8а- @@ -3382,7 +3513,9 @@ 8п8ю- -п8я8 8п8я- +-п8'8 -п8’8 +8п8'- 8п8’- -р8а8 8р8а- @@ -3450,7 +3583,9 @@ 8р8ю- -р8я8 8р8я- +-р8'8 -р8’8 +8р8'- 8р8’- -с8а8 8с8а- @@ -3518,7 +3653,9 @@ 8с8ю- -с8я8 8с8я- +-с8'8 -с8’8 +8с8'- 8с8’- -т8а8 8т8а- @@ -3586,7 +3723,9 @@ 8т8ю- -т8я8 8т8я- +-т8'8 -т8’8 +8т8'- 8т8’- -у8а8 8у8а- @@ -3654,7 +3793,9 @@ 8у8ю- -у8я8 8у8я- +-у8'8 -у8’8 +8у8'- 8у8’- -ф8а8 8ф8а- @@ -3722,7 +3863,9 @@ 8ф8ю- -ф8я8 8ф8я- +-ф8'8 -ф8’8 +8ф8'- 8ф8’- -х8а8 8х8а- @@ -3790,7 +3933,9 @@ 8х8ю- -х8я8 8х8я- +-х8'8 -х8’8 +8х8'- 8х8’- -ц8а8 8ц8а- @@ -3858,7 +4003,9 @@ 8ц8ю- -ц8я8 8ц8я- +-ц8'8 -ц8’8 +8ц8'- 8ц8’- -ч8а8 8ч8а- @@ -3926,7 +4073,9 @@ 8ч8ю- -ч8я8 8ч8я- +-ч8'8 -ч8’8 +8ч8'- 8ч8’- -ш8а8 8ш8а- @@ -3994,7 +4143,9 @@ 8ш8ю- -ш8я8 8ш8я- +-ш8'8 -ш8’8 +8ш8'- 8ш8’- -щ8а8 8щ8а- @@ -4062,7 +4213,9 @@ 8щ8ю- -щ8я8 8щ8я- +-щ8'8 -щ8’8 +8щ8'- 8щ8’- -ь8а8 8ь8а- @@ -4130,7 +4283,9 @@ 8ь8ю- -ь8я8 8ь8я- +-ь8'8 -ь8’8 +8ь8'- 8ь8’- -ю8а8 8ю8а- @@ -4198,7 +4353,9 @@ 8ю8ю- -ю8я8 8ю8я- +-ю8'8 -ю8’8 +8ю8'- 8ю8’- -я8а8 8я8а- @@ -4266,73 +4423,143 @@ 8я8ю- -я8я8 8я8я- +-я8'8 -я8’8 +8я8'- 8я8’- +-'8а8 -’8а8 +8'8а- 8’8а- +-'8б8 -’8б8 +8'8б- 8’8б- +-'8в8 -’8в8 +8'8в- 8’8в- +-'8г8 -’8г8 +8'8г- 8’8г- +-'8ґ8 -’8ґ8 +8'8ґ- 8’8ґ- +-'8д8 -’8д8 +8'8д- 8’8д- +-'8е8 -’8е8 +8'8е- 8’8е- +-'8є8 -’8є8 +8'8є- 8’8є- +-'8ж8 -’8ж8 +8'8ж- 8’8ж- +-'8з8 -’8з8 +8'8з- 8’8з- +-'8и8 -’8и8 +8'8и- 8’8и- +-'8і8 -’8і8 +8'8і- 8’8і- +-'8ї8 -’8ї8 +8'8ї- 8’8ї- +-'8й8 -’8й8 +8'8й- 8’8й- +-'8к8 -’8к8 +8'8к- 8’8к- +-'8л8 -’8л8 +8'8л- 8’8л- +-'8м8 -’8м8 +8'8м- 8’8м- +-'8н8 -’8н8 +8'8н- 8’8н- +-'8о8 -’8о8 +8'8о- 8’8о- +-'8п8 -’8п8 +8'8п- 8’8п- +-'8р8 -’8р8 +8'8р- 8’8р- +-'8с8 -’8с8 +8'8с- 8’8с- +-'8т8 -’8т8 +8'8т- 8’8т- +-'8у8 -’8у8 +8'8у- 8’8у- +-'8ф8 -’8ф8 +8'8ф- 8’8ф- +-'8х8 -’8х8 +8'8х- 8’8х- +-'8ц8 -’8ц8 +8'8ц- 8’8ц- +-'8ч8 -’8ч8 +8'8ч- 8’8ч- +-'8ш8 -’8ш8 +8'8ш- 8’8ш- +-'8щ8 -’8щ8 +8'8щ- 8’8щ- +-'8ь8 -’8ь8 +8'8ь- 8’8ь- +-'8ю8 -’8ю8 +8'8ю- 8’8ю- +-'8я8 -’8я8 +8'8я- 8’8я- +-'8'8 -’8’8 +8'8'- 8’8’- diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn.chr.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn.chr.txt index a1b91803c64..054b375547b 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn.chr.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn.chr.txt @@ -1,3 +1,5 @@ +'' +’’ aA bB cC @@ -24,4 +26,3 @@ xX yY zZ üÜ -’’ diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn.pat.txt b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn.pat.txt index bff0f80da6d..1c3fa3ad230 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn.pat.txt +++ b/Master/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn.pat.txt @@ -186,6 +186,9 @@ u1z ü1x ü1y ü1z +'1a ’1a +'1e ’1e +'1o ’1o diff --git a/Master/texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua b/Master/texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua index 6f7e1059dc0..647a106659e 100644 --- a/Master/texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua +++ b/Master/texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua @@ -27,6 +27,7 @@ local dbfile = kpse.find_file(dbname) if not dbfile then err("file not found: "..dbname) else + wlog('using data file: %s', dbfile) language_dat = dofile(dbfile) end function lookupname(name) @@ -60,13 +61,15 @@ function loadlanguage(lname, id) end wlog(msg, '', cname, id) for _, item in ipairs{'patterns', 'hyphenation'} do - local file = ldata[item] - if file ~= nil and file ~= '' then + local filelist = ldata[item] + if filelist ~= nil and filelist ~= '' then + for _, file in ipairs(filelist:explode(',')) do local file = kpse.find_file(file) or err("file not found: %s", file) local fh = io.open(file, 'r') local data = fh:read('*a') or err("file not readable: %s", f) fh:close() lang[item](lang.new(id), data) + end else if item == 'hyphenation' then item = item..' exceptions' end wlog("info: no %s for this language", item) diff --git a/Master/texmf-dist/tex/ptex/config/language.def b/Master/texmf-dist/tex/ptex/config/language.def index 195e2eb12e5..ca9cd049184 100644 --- a/Master/texmf-dist/tex/ptex/config/language.def +++ b/Master/texmf-dist/tex/ptex/config/language.def @@ -34,7 +34,7 @@ %% \addlanguage{ngerman-x-2009-06-19}{dehyphn-x-2009-06-19.tex}{}{2}{2} %% \addlanguage{ngerman-x-latest}{dehyphn-x-2009-06-19.tex}{}{2}{2} % from hyphen-afrikaans: -%% \addlanguage{afrikaans}{loadhyph-af.tex}{}{2}{2} +%% \addlanguage{afrikaans}{loadhyph-af.tex}{}{1}{2} % from hyphen-ancientgreek: \addlanguage{ancientgreek}{loadhyph-grc.tex}{}{1}{1} \addlanguage{ibycus}{ibyhyph.tex}{}{2}{2} @@ -147,6 +147,7 @@ %% \addlanguage{sanskrit}{loadhyph-sa.tex}{}{1}{5} % from hyphen-serbian: %% \addlanguage{serbian}{loadhyph-sr-latn.tex}{}{2}{2} +%% \addlanguage{serbianc}{loadhyph-sr-cyrl.tex}{}{2}{2} % from hyphen-slovak: %% \addlanguage{slovak}{loadhyph-sk.tex}{}{2}{3} % from hyphen-slovenian: diff --git a/Master/texmf-dist/tex/ptexgeneric/config/language.ptx b/Master/texmf-dist/tex/ptexgeneric/config/language.ptx index cbe4116dfdc..939673dbc55 100644 --- a/Master/texmf-dist/tex/ptexgeneric/config/language.ptx +++ b/Master/texmf-dist/tex/ptexgeneric/config/language.ptx @@ -98,6 +98,7 @@ romanian loadhyph-ro.tex russian loadhyph-ru.tex % from hyphen-serbian: serbian loadhyph-sr-latn.tex +serbianc loadhyph-sr-cyrl.tex % from hyphen-slovak: slovak loadhyph-sk.tex % from hyphen-slovenian: diff --git a/Master/texmf/tex/generic/hyphen/copthyph.tex b/Master/texmf/tex/generic/hyphen/copthyph.tex deleted file mode 100644 index 97d495131f2..00000000000 --- a/Master/texmf/tex/generic/hyphen/copthyph.tex +++ /dev/null @@ -1,194 +0,0 @@ -% -% Hyphenation patterns for Coptic valid for the "copto" font which -% does not comply with any official encoding scheme (does really exist -% out here an official TeX compliant font encoding for coptic fonts?) -% ********************************************** -% VVVVERY EXPERIMENTAL !!!!!!!!!!!! -% -% This pattern set allows hyphenation just before or between consonants -% No attempt is made to distinguish diphthongs and/or hyathi. -% -% Rules 1. a consonant followed by a vowel belong to the same syllable -% 2. a group of consonants is divided in such a way that the right -% syllable consonants may appear also at the beginning -% of a Coptic word -% -% Compound words are divided without any attention to component words; -% manual intervention is required in case of bad divisions. -% -% The decimal TeX charcodes, the Coptic glyphs and the corresponding ASCII -% signs (if any) are in the following table. -% 21 "trema" \textendash -% 22 "emdash" \texemdash -% 33 "threepoints" % -% 35 epsi # -% 36 Epsi $ -% 40 Thida ( -% 41 exi ) -% 42 Exi * -% 43 phi + -% 44 Phi , -% 45 "hyphen" - -% 46 "period" . -% 47 hori / -% 48 Hori 0 -% 49 "ligature1" 1 -% 50 hori akh 2 -% 51 ti 3 -% 52 Ti 4 -% 53 "crux" 5 -% 56 thida 8 -% 57 i-trema 9 -% 58 "very short dash" : -% 59 giangia ; -% 60 Giangia < -% 61 "double sloping dash" = -% 62 em (`m) > -% 64 en (`n) ? -% 65 Alpha A -% 66 Bida, Vida B -% 67 Cima C -% 68 Dalda D -% 69 Ei E -% 70 Fei F -% 71 Gamma G -% 72 Ita H -% 73 Iauda I -% 74 Hei J -% 75 Kabba K -% 76 Laula L -% 77 Mi, Mei M -% 78 Ni, Nei N -% 79 O O -% 80 Pi, Pei P -% 81 Shima Q -% 82 Ro R -% 83 "ligatureS" S -% 84 Tau T -% 85 Ue U -% 86 "crucicula" V -% 87 Omega W -% 88 Chi X -% 89 Shei Y -% 90 Zida Z -% 91 "open bracket" [ -% 93 "closed bracket" ] -% 96 "grave accent" ` -% 97 alpha a -% 98 bida, vida b -% 99 cima c -%100 dalda d -%101 ei e -%102 fei f -%103 gamma g -%104 ita h -%105 iauda i -%106 hei j -%107 kabba k -%108 laula l -%109 mi, mei m -%110 ni, nei n -%111 o o -%112 pi, pei p -%113 shima q -%114 ro r -%115 "ligatures" s -%116 tau t -%117 ue u -%118 ue-trema v -%119 omega w -%120 chi x -%121 shei y -%122 zida z -% -% Most letters map to the latin letters(uppper and lower case); nevertheless -% many catcodes, and lc codes have to be set. -\begingroup -% Self consistent catcodes and lccodes assigned to the various letters -% although the patterns may not contain them -% - \catcode`#=12 \catcode`$=12 - \lccode`#=`# % exi - \lccode`$=`# % exi - \lccode`>=`> % `m - \lccode`?=`? % `n - \lccode`8=`8 % thida - \lccode`(=`8 % thida - \lccode`)=`) % exi - \lccode`*=`) % exi - \lccode`+=`+ % Phi - \lccode`,=`+ % phi - \lccode`/=`/ % hori - \lccode`0=`/ % hori - \lccode`1=`1 % ligature1 - \lccode`2=`2 % ligature2 - \lccode`3=`3 % ti - \lccode`4=`3 % ti - \lccode`9=`9 % i-trema - \lccode`v=`v % ue-trema - \lccode`;=`; % giangia - \lccode`<=`; % giangia - -\patterns{% - .b2 .c2 .d2 .f2 .g2 .j2 .k2 .l2 .m2 .n2 .p2 .q2 .r2 .t2 .w2 .x2 .y2 .z2 - .0#2 .082 .0)2 .0+2 .0/2 .0;2 .0>2 .0?2 .092 .032 -% -1b 2bb 2bg 2bd 2bz 2bj 2bk b2l 2bm 2bn 2bx 2bp b2r 2bc 2bt 2bf 2bq 2by 2b. 2b1#0 2b180 2b1)0 2b1+0 2b1/0 2b1;0 1b2>0 1b2?0 2b120 2b130 -% -1g 2gb 2gg 2gd 2gz 2gj 2gk g2l 2gm 2gn 2gx 2gp g2r 2gc 2gt 2gf 2gq 2gy 2g. 2g1#0 2g180 2g1)0 2g1+0 2g1/0 2g1;0 1g2>0 1g2?0 2g120 2g130 -% -1d 2db 2dg 2dd 2dz d2j 2dk 2dl 2dm 2dn 2dx 2dp d2r 2dc 2dt 2df 2dq 2dy 2d. 2d1#0 2d180 2d1)0 2d1+0 2d1/0 2d1;0 1d2>0 1d2?0 2d120 2d130 -% -1z 2zb 2zg 2zd 2zz 2zj 2zk 2zl 2zm 2zn 2zx 2zp 2zr 2zc 2zt 2zf 2zq 2zy 2z. 2z1#0 2z180 2z1)0 2z1+0 2z1/0 2z1;0 1z2>0 1z2?0 2z120 2z130 -% -1j 2jb 2jg 2jd 2jz 2jj 2jk j2l 2jm j2n 2jx 2jp 2jr 2jc 2jt 2jf 2jq 2jy 2j. 2j1#0 2j180 2j1)0 2j1+0 2j1/0 2j1;0 1j2>0 1j2?0 2j120 2j130 -% -1k 2kb 2kg 2kd 2kz 2kj 2kk k2l 2km 2kn 2kx 2kp k2r 2kc k2t 2kf 2kq 2ky 2k. 2k1#0 2k180 2k1)0 2k1+0 2k1/0 2k1;0 1k2>0 1k2?0 2k120 2k130 -% -1l 2lb 2lg 2ld 2lz 2lj 2lk 2ll 2lm 2ln 2lx 2lp 2lr 2lc 2lt 2lf 2lq 2ly 2l. 2l1#0 2l180 2l1)0 2l1+0 2l1/0 2l1;0 1l2>0 1l2?0 2l120 2l130 -% -1m 2mb 2mg 2md 2mz 2mj 2mk 2ml 2mm 2mn 2mx 2mp 2mr 2mc 2mt 2mf 2mq 2my 2m. 2m1#0 2m180 2m1)0 2m1+0 2m1/0 2m1;0 1m2>0 1m2?0 2m120 2m130 -% -1n 2nb 2ng 2nd 2nz 2nj 2nk 2nl 2nm 2nn 2nx 2np 2nr 2nc 2nt 2nf 2nq 2ny 2n. 2n1#0 2n180 2n1)0 2n1+0 2n1/0 2n1;0 1n2>0 1n2?0 2n120 2n130 -% -1x 2xb 2xg 2xd 2xz 2xj 2xk 2xl 2xm 2xn 2xx 2xp 2xr 2xc 2xt 2xf 2xq 2xy 2x. 2x1#0 2x180 2x1)0 2x1+0 2x1/0 2x1;0 1x2>0 1x2?0 2x120 2x130 -% -1p 2pb 2pg 2pd 2pz 2pj 2pk p2l 2pm p2n 2px 2pp p2r 2pc p2t 2pf 2pq 2py 2p. 2p1#0 2p180 2p1)0 2p1+0 2p1/0 2p1;0 1p2>0 1p2?0 2p120 2p130 -% -1r 2rb 2rg 2rd 2rz 2rj 2rk 2rl 2rm 2rn 2rx 2rp 2rr 2rc 2rt 2rf 2rq 2ry 2r. 2r1#0 2r180 2r1)0 2r1+0 2r1/0 2r1;0 1r2>0 1r2?0 2r120 2r130 -% -1c c2b c2g c2d 2cz 2cj c2k c2l c2m c2n 2cx c2p c2r 2cc c2t c2f 2cq 2cy 2c. 2c1#0 2c180 2c1)0 2c1+0 2c1/0 2c1;0 1c2>0 1c2?0 2c120 2c130 -% -1t 2tb 2tg 2td t2z t2j 2tk 2tl t2m 2tn 2tx 2tp t2r t2c 2tt 2tf 2tq 2ty 2t. 2t1#0 2t180 2t1)0 2t1+0 2t1/0 2t1;0 1t2>0 1t2?0 2t120 2t130 -% -1f 2fb 2fg 2fd 2fz 2fj 2fk f2l 2fm 2fn 2fx 2fp f2r 2fc f2t 2ff 2fq 2fy 2f. 2f1#0 2f180 2f1)0 2f1+0 2f1/0 2f1;0 1f2>0 1f2?0 2f120 2f130 -% -1q 2qb 2qg 2qd 2qz q2j 2qk q2l 2qm q2n 2qx 2qp q2r 2qc q2t 2qf 2qq 2qy 2q. 2q1#0 2q180 2q1)0 2q1+0 2q1/0 2q1;0 1q2>0 1q2?0 2q120 2q130 -% -1y 2yb 2yg 2yd 2yz 2yj 2yk 2yl 2ym 2yn 2yx 2yp 2yr 2yc 2yt 2yf 2yq 2yy 2y. 2y1#0 2y180 2y1)0 2y1+0 2y1/0 2y1;0 1y2>0 1y2?0 2y120 2y130 -% -0>0 2>1b 2>1g 2>1d 2>1j 2>1k 2>1l 2>1m 2>1n 2>1x 2>1p 2>1r 2>1c 2>1t 2>1f 2>1q 2>1y 2>0. % `m -% -0?0 2?1b 2?1g 2?1d 2?1j 2?1k 2?1l 2?1m 2?1n 2?1x 2?1p 2?1r 2?1c 2?1t 2?1f 2?1q 2?1y 2?0. % `n -% -190 190. % {\"\i} -1v0 1v0. % {\"u} -2/1r 3/0 2/0. 2h211r 3h210 2h210. % hori -1+0 2+0. 1p210 2p210. % phi -1)0 2)0. 1k2s 2k2s. % exi -180 280. 18210 28210. % thida -1#0 2#0. 1p2s 2p2ps. % epsi -1;0 2;0. 1d210 2d210. % giangia -1h2j0 2h2j0. % hei -320 220. 3h220 2h220. % hori akh -130 230. 2t2j. % ti -% - a1e a1o a1h a1w a2ou a2e2i a1ia a1ie a1io a1iw - e1a e1o e1h e1w e2ou e2i - h1a h1e h1o h1w h1ia h1ie h1io h1iw h1ou .h2i - o1a o1e o1h o1w o1ia o1ie o1io o1iw o2ou - ou2a ou2e ou2h ou2o ou2u ou2w ou2i - w1ou .w2ou -} -\endgroup -\endinput diff --git a/Master/tlpkg/tlpsrc/hyphen-afrikaans.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-afrikaans.tlpsrc index f9b0f856485..bc3f04c9dfa 100644 --- a/Master/tlpkg/tlpsrc/hyphen-afrikaans.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-afrikaans.tlpsrc @@ -1,9 +1,14 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Afrikaans hyphenation patterns +longdesc Hyphenation patterns for Afrikaans language in T1/EC and UTF-8 encoding. +longdesc (OpenOffice includes older patterns created by a different author, +longdesc but the patterns packaged with TeX are considered superior in quality.) +longdesc Word list used to generate patterns with opatgen might be released in future. execute AddHyphen \ name=afrikaans \ - lefthyphenmin=2 \ + lefthyphenmin=1 \ righthyphenmin=2 \ file=loadhyph-af.tex \ file_patterns=hyph-af.pat.txt \ diff --git a/Master/tlpkg/tlpsrc/hyphen-ancientgreek.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-ancientgreek.tlpsrc index a8aa2b7797e..902e9c2cef4 100644 --- a/Master/tlpkg/tlpsrc/hyphen-ancientgreek.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-ancientgreek.tlpsrc @@ -1,6 +1,9 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Ancient Greek hyphenation patterns +longdesc Hyphenation patterns for Ancient Greek language in UTF-8 encoding +longdesc as well as in ASCII-based LGR encoding of babel for 8-bit engines. execute AddHyphen \ name=ancientgreek \ lefthyphenmin=1 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-arabic.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-arabic.tlpsrc index 031bb6fda7b..e842426fc7b 100644 --- a/Master/tlpkg/tlpsrc/hyphen-arabic.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-arabic.tlpsrc @@ -1,6 +1,8 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc (No) Arabic hyphenation patterns +longdesc Prevent hyphenation in Arabic. execute AddHyphen \ name=arabic \ lefthyphenmin= \ diff --git a/Master/tlpkg/tlpsrc/hyphen-basque.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-basque.tlpsrc index 607e80ea8f4..948f3c74f45 100644 --- a/Master/tlpkg/tlpsrc/hyphen-basque.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-basque.tlpsrc @@ -1,6 +1,9 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Basque hyphenation patterns +longdesc Hyphenation patterns for Basque language in T1/EC and UTF-8 encoding. +longdesc Generating scripts for these rule-based patterns is included in hyph-utf8. execute AddHyphen \ name=basque \ lefthyphenmin=2 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-bulgarian.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-bulgarian.tlpsrc index 7b2cc5a6658..70a595d77b5 100644 --- a/Master/tlpkg/tlpsrc/hyphen-bulgarian.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-bulgarian.tlpsrc @@ -1,6 +1,8 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Bulgarian hyphenation patterns +longdesc Hyphenation patterns for Bulgarian language in T2A and UTF-8 encoding. execute AddHyphen \ name=bulgarian \ lefthyphenmin=2 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-catalan.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-catalan.tlpsrc index 49471156e5c..a5c06f24c16 100644 --- a/Master/tlpkg/tlpsrc/hyphen-catalan.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-catalan.tlpsrc @@ -1,6 +1,8 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Catalan hyphenation patterns +longdesc Hyphenation patterns for Catalan language in T1/EC and UTF-8 encoding. execute AddHyphen \ name=catalan \ lefthyphenmin=2 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-coptic.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-coptic.tlpsrc index 49a6eae8079..089a36f0d7c 100644 --- a/Master/tlpkg/tlpsrc/hyphen-coptic.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-coptic.tlpsrc @@ -1,6 +1,11 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Coptic hyphenation patterns +longdesc Hyphenation patterns for Coptic language in UTF-8 encoding +longdesc as well as in ASCII-based encoding for 8-bit engines. +longdesc The latter can only be used with special Coptic fonts (like CBcoptic). +longdesc The patterns are considered experimental. execute AddHyphen \ name=coptic \ lefthyphenmin=1 \ @@ -9,4 +14,3 @@ execute AddHyphen \ file_patterns=hyph-cop.pat.txt \ file_exceptions= -runpattern f texmf/tex/generic/hyphen/copthyph.tex diff --git a/Master/tlpkg/tlpsrc/hyphen-croatian.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-croatian.tlpsrc index 9e8185f24fc..5948f5e55ed 100644 --- a/Master/tlpkg/tlpsrc/hyphen-croatian.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-croatian.tlpsrc @@ -1,6 +1,8 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Croatian hyphenation patterns +longdesc Hyphenation patterns for Croatian language in T1/EC and UTF-8 encoding. execute AddHyphen \ name=croatian \ lefthyphenmin=2 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-czech.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-czech.tlpsrc index de8efb38073..e1e70bf8e80 100644 --- a/Master/tlpkg/tlpsrc/hyphen-czech.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-czech.tlpsrc @@ -1,6 +1,10 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Czech hyphenation patterns +longdesc Hyphenation patterns for Czech language in T1/EC and UTF-8 encoding. +longdesc Original patterns 'czhyphen' are still distributed in 'csplain' package +longdesc and loaded with ISO Latin 2 encoding (IL2). execute AddHyphen \ name=czech \ lefthyphenmin=2 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-danish.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-danish.tlpsrc index 4a42f3813d9..42cab02fcae 100644 --- a/Master/tlpkg/tlpsrc/hyphen-danish.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-danish.tlpsrc @@ -1,6 +1,8 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Danish hyphenation patterns +longdesc Hyphenation patterns for Danish language in T1/EC and UTF-8 encoding. execute AddHyphen \ name=danish \ lefthyphenmin=2 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-esperanto.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-esperanto.tlpsrc index 8bb1513bf61..a9b0f356a34 100644 --- a/Master/tlpkg/tlpsrc/hyphen-esperanto.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-esperanto.tlpsrc @@ -1,6 +1,11 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Esperanto hyphenation patterns +longdesc Hyphenation patterns for Esperanto language in UTF-8 and ISO Latin 3 (IL3) encoding. +longdesc Note that TeX distributions usually don't ship any suitable fonts in that encoding, +longdesc so unless you create your own font support or want to use MlTeX, +longdesc using native UTF-8 engines is highly recommended. execute AddHyphen \ name=esperanto \ lefthyphenmin=2 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-estonian.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-estonian.tlpsrc index 92c99a28d1a..f288cbd969b 100644 --- a/Master/tlpkg/tlpsrc/hyphen-estonian.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-estonian.tlpsrc @@ -1,6 +1,8 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Estonian hyphenation patterns +longdesc Hyphenation patterns for Estonian language in T1/EC and UTF-8 encoding. execute AddHyphen \ name=estonian \ lefthyphenmin=2 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-farsi.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-farsi.tlpsrc index 7ab35fe3705..200069ad838 100644 --- a/Master/tlpkg/tlpsrc/hyphen-farsi.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-farsi.tlpsrc @@ -1,6 +1,8 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc (No) Persian hyphenation patterns +longdesc Prevent hyphenation in Persian. execute AddHyphen \ name=farsi synonyms=persian \ lefthyphenmin= \ diff --git a/Master/tlpkg/tlpsrc/hyphen-indic.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-indic.tlpsrc index 3f8ce94edf0..9253d7a6c91 100644 --- a/Master/tlpkg/tlpsrc/hyphen-indic.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-indic.tlpsrc @@ -1,6 +1,10 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Indic hyphenation patterns +longdesc Hyphenation patterns for Assameze, Bengali, Gujarati, Hindi, +longdesc Kannada, Malayalam, Marathi, Oriya, Panjabi, Tamil and Telugu +longdesc for Unicode engines. execute AddHyphen \ name=assamese \ lefthyphenmin=1 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-lao.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-lao.tlpsrc index 8ea91650b53..a95227dcd18 100644 --- a/Master/tlpkg/tlpsrc/hyphen-lao.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-lao.tlpsrc @@ -1,6 +1,10 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Lao hyphenation patterns +longdesc Hyphenation patterns for Lao language for Unicode engines. +longdesc Current version is experimental and gives bad results. +longdesc Please wait for a new version. execute AddHyphen \ name=lao \ lefthyphenmin=1 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-latin.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-latin.tlpsrc index f3a1ed0ffd6..653564acccc 100644 --- a/Master/tlpkg/tlpsrc/hyphen-latin.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-latin.tlpsrc @@ -1,6 +1,13 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Latin hyphenation patterns +longdesc Hyphenation patterns for Latin language in T1/EC and UTF-8 encoding, +longdesc mainly in modern spelling (u when u is needed and v when v is needed), +longdesc medieval spelling with the ligatures \ae and \oe and the (uncial) +longdesc lowercase 'v' written as a 'u' is also supported. Apparently +longdesc there is no conflict between the patterns of modern Latin and +longdesc those of medieval Latin. execute AddHyphen \ name=latin \ lefthyphenmin=2 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-mongolian.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-mongolian.tlpsrc index 5b62c54d16c..6c263cbbc8b 100644 --- a/Master/tlpkg/tlpsrc/hyphen-mongolian.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-mongolian.tlpsrc @@ -1,6 +1,10 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Mongolian hyphenation patterns in Cyrillic script +longdesc Hyphenation patterns for Mongolian language in T2A, LMC and UTF-8 encoding. +longdesc LMC encoding is used in MonTeX. The package includes two sets of patterns +longdesc that will hopefully be merged in future. execute AddHyphen \ name=mongolian \ lefthyphenmin=2 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-norwegian.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-norwegian.tlpsrc index 08e42110aaa..8f9928f40c2 100644 --- a/Master/tlpkg/tlpsrc/hyphen-norwegian.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-norwegian.tlpsrc @@ -1,6 +1,8 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Norwegian Bokmal and Nynorsk hyphenation patterns +longdesc Hyphenation patterns for Norwegian Bokmal and Nynorsk in T1/EC and UTF-8 encoding. execute AddHyphen \ name=bokmal synonyms=norwegian,norsk \ lefthyphenmin=2 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-sanskrit.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-sanskrit.tlpsrc index ad9b3ec5482..26c6942683e 100644 --- a/Master/tlpkg/tlpsrc/hyphen-sanskrit.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-sanskrit.tlpsrc @@ -1,6 +1,10 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Sanskrit hyphenation patterns +longdesc Hyphenation patterns for Sanskrit and Prakrit in transliteration, +longdesc and in Devanagari, Bengali, Kannada, Malayalam and Telugu scripts +longdesc for Unicode engines. execute AddHyphen \ name=sanskrit \ lefthyphenmin=1 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-serbian.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-serbian.tlpsrc index 787c2c40166..3b92e2b702b 100644 --- a/Master/tlpkg/tlpsrc/hyphen-serbian.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-serbian.tlpsrc @@ -1,20 +1,24 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Serbian hyphenation patterns +longdesc Hyphenation patterns for Serbian language in UTF-8 and 8-bit variant. +longdesc For 8-bit TeX the patterns are available separately as 'serbian' in +longdesc T1/EC encoding for Latin script and 'serbianc' in T2A encoding for +longdesc Cyrillic script. UTF-8 engines should only use 'serbian' +longdesc which has patterns in both scripts combined. execute AddHyphen \ name=serbian \ lefthyphenmin=2 \ righthyphenmin=2 \ file=loadhyph-sr-latn.tex \ - file_patterns=hyph-sr-latn.pat.txt \ - file_exceptions=hyph-sr-latn.hyp.txt + file_patterns=hyph-sh-latn.pat.txt,hyph-sh-cyrl.pat.txt \ + file_exceptions=hyph-sh-latn.hyp.txt,hyph-sh-cyrl.hyp.txt execute AddHyphen \ name=serbianc \ lefthyphenmin=2 \ righthyphenmin=2 \ file=loadhyph-sr-cyrl.tex \ - file_patterns=hyph-sr-cyrl.pat.txt \ - file_exceptions=hyph-sr-cyrl.hyp.txt + file_patterns=hyph-sh-latn.pat.txt,hyph-sh-cyrl.pat.txt \ + file_exceptions=hyph-sh-latn.hyp.txt,hyph-sh-cyrl.hyp.txt -# TODO: for XeTeX and LuaTeX Latin and Cyrillic patterns will be merged, -# but we still need separate patterns for pdfTeX diff --git a/Master/tlpkg/tlpsrc/hyphen-slovak.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-slovak.tlpsrc index aa73cd60081..2a486dc8129 100644 --- a/Master/tlpkg/tlpsrc/hyphen-slovak.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-slovak.tlpsrc @@ -1,6 +1,10 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Slovak hyphenation patterns +longdesc Hyphenation patterns for Slovak language in T1/EC and UTF-8 encoding. +longdesc Original patterns 'skhyphen' are still distributed in 'csplain' package +longdesc and loaded with ISO Latin 2 encoding (IL2). execute AddHyphen \ name=slovak \ lefthyphenmin=2 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-slovenian.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-slovenian.tlpsrc index 84a02990301..e7918bfba98 100644 --- a/Master/tlpkg/tlpsrc/hyphen-slovenian.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-slovenian.tlpsrc @@ -1,6 +1,8 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Slovenian hyphenation patterns +longdesc Hyphenation patterns for Slovenian language in T1/EC and UTF-8 encoding. execute AddHyphen \ name=slovenian synonyms=slovene \ lefthyphenmin=2 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-spanish.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-spanish.tlpsrc index b8f3c7e099f..0ce2166b99a 100644 --- a/Master/tlpkg/tlpsrc/hyphen-spanish.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-spanish.tlpsrc @@ -1,6 +1,8 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Spanish hyphenation patterns +longdesc Hyphenation patterns for Spanish language in T1/EC and UTF-8 encoding. execute AddHyphen \ name=spanish synonyms=espanol \ lefthyphenmin=2 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-turkmen.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-turkmen.tlpsrc index 7f8ab340ac5..7a60bc739d4 100644 --- a/Master/tlpkg/tlpsrc/hyphen-turkmen.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-turkmen.tlpsrc @@ -1,6 +1,8 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Turkmen hyphenation patterns +longdesc Hyphenation patterns for Turkmen language in T1/EC and UTF-8 encoding. execute AddHyphen \ name=turkmen \ lefthyphenmin=2 \ diff --git a/Master/tlpkg/tlpsrc/hyphen-welsh.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-welsh.tlpsrc index b2d313a1b51..62b58e5ab50 100644 --- a/Master/tlpkg/tlpsrc/hyphen-welsh.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-welsh.tlpsrc @@ -1,6 +1,8 @@ category TLCore depend hyphen-base depend hyph-utf8 +shortdesc Welsh hyphenation patterns +longdesc Hyphenation patterns for Welsh language in T1/EC and UTF-8 encoding. execute AddHyphen \ name=welsh \ lefthyphenmin=2 \ |