diff options
Diffstat (limited to 'Master/texmf-dist/tex/ptexgeneric/config/language.ptx')
-rw-r--r-- | Master/texmf-dist/tex/ptexgeneric/config/language.ptx | 121 |
1 files changed, 46 insertions, 75 deletions
diff --git a/Master/texmf-dist/tex/ptexgeneric/config/language.ptx b/Master/texmf-dist/tex/ptexgeneric/config/language.ptx index 5a3a97b4a85..8bbf8f88bec 100644 --- a/Master/texmf-dist/tex/ptexgeneric/config/language.ptx +++ b/Master/texmf-dist/tex/ptexgeneric/config/language.ptx @@ -1,33 +1,10 @@ -% language.us (and the start of language.dat) -% - initial hyphenation patterns. -% Created long ago by Sebastian Rahtz and others. Public domain. -% -% language.us is concatenated with the other language.*.dat files -% desired by the user to create language.dat. This is done at the end -% of install-tl.sh. -% -% The premade texmf/tex/generic/config/language.dat (where you might be -% reading this) in the distribution is a copy of this concatenation with -% all languages enabled. It is used when the user asks to run live -% (install option R). +% $Id$ +% language.ptx for pTeX. Public domain. +% A. Kakuto, M. Kuriyama. +% +% Based on language.dat from TeX Live, but this is hardwired for pTeX +% and does not follow collections. % -% The preferred comment for actual language lines is %!. Do not use %! -% for textual comments like this. This is to be able to separate -% textual comments from commented-out language in such a way that -% automatic parsing by programs is possible, so that -% we can present the user with `all possible languages'. -% -% *PLEASE*, keep english as the default (first) here, and let it refer -% to hyphen.tex (not, e.g., ushyph.tex), and do not change the -% hyphen.tex file, or name some other file hyphen.tex. hyphen.tex must -% remain the original file from Knuth, and it must be \language0. -% Otherwise DEK will not be happy when he retypesets the Art of Computer -% Programming and gets new hyphenation. -% -% The babel system allows you to easily change the active language for -% LaTeX. For more information, see the documentation in -% texmf-dist/doc/generic/babel/. ConTeXt has its own language support too. -% english hyphen.tex % do not change! =usenglish =USenglish @@ -43,75 +20,69 @@ usenglishmax ushyphmax.tex % ushyph1.tex is another (historical) name for hyphen.tex. % ushyph2.tex is another (historical) name for ushyph.tex. % --karl -% % UKenglish -ukenglish ukhyphen.tex +ukenglish ukhyphen-ptex.tex =UKenglish =british =australian =newzealand -basque bahyph.tex -bulgarian bghyphen.tex +basque bahyph-ptex.tex +bulgarian bghyphen-ptex.tex % uses catmik,mik2t2,bghyphsi coptic copthyph.tex -welsh cyhyph.tex -czech czhyph.tex -slovak skhyph.tex +welsh cyhyph-ptex.tex % uses cathyph +czech czhyph-ptex.tex +slovak skhyph-ptex.tex german dehypht.tex ngerman dehyphn.tex -danish dkhyph.tex -esperanto eohyph.tex -spanish eshyph.tex +danish dkhyph-ptex.tex % uses dkcommon,dkspecial +esperanto eohyph-ptex.tex +spanish eshyph-ptex.tex =espanol -catalan cahyph.tex -galician glhyph.tex -estonian ethyph.tex +catalan cahyph-ptex.tex +galician glhyph-ptex.tex +estonian ethyph-ptex.tex % uses cathyph farsi zerohyph.tex =persian -finnish fihyph.tex -french frhyph.tex +finnish fihyph-ptex.tex +french frhyph-ptex.tex =patois =francais -irish gahyph.tex -greek grphyph4.tex +irish gahyph-ptex.tex +greek grphyph4-ptex.tex =polygreek -monogreek grmhyph4.tex -ancientgreek grahyph4.tex -croatian hrhyph.tex -hungarian huhyphn.tex +monogreek grmhyph4-ptex.tex +ancientgreek grahyph4-ptex.tex +croatian hrhyph-ptex.tex +hungarian huhyphn-ptex.tex =magyar -interlingua iahyphen.tex +interlingua iahyphen-ptex.tex ibycus ibyhyph.tex -bahasa inhyph.tex -icelandic icehyph.tex -italian ithyph.tex -latin lahyph.tex -mongolian mnhyph.tex -dutch nehyph96.tex +bahasa inhyph-ptex.tex +icelandic icehyph-ptex.tex +italian ithyph-ptex.tex +latin lahyph-ptex.tex +mongolian mnhyph-ptex.tex +dutch nehyph96-ptex.tex =afrikaans -norsk nohyphbx.tex +norsk nohyphbx-ptex.tex =norwegian =nynorsk -polish plhyph.tex -portuguese pthyph.tex +polish plhyph-ptex.tex +portuguese pthyph-ptex.tex =portuges -pinyin pyhyph.tex -romanian rohyphen.tex -russian ruhyphen.tex -slovenian sihyph.tex +pinyin pyhyph-ptex.tex +romanian rohyphen-ptex.tex +russian ruhyphen-ptex.tex +slovenian sihyph-ptex.tex =slovene -samin sehyph.tex -uppersorbian sorhyph.tex -serbian srhyphc.tex -swedish svhyph.tex -turkish tkhyph.tex -ukrainian ukrhyph.tex -%ukrainian ukrhyph.ot2 %% for OT2 encoding +samin sehyph-ptex.tex +uppersorbian sorhyph-ptex.tex +serbian srhyphc-ptex.tex +swedish svhyph-ptex.tex +turkish tkhyph-ptex.tex % uses cathyph +ukrainian ukrhyph-ptex.tex dumylang dumyhyph.tex %for testing a new language. nohyphenation zerohyph.tex %a language with no patterns at all. - -% -% Thanks M. Kuriyama san -% |