: This file shows the languages for which hyphenation patterns are
: available. Bigger hyphenation files usually produce less hyphenation
: errors. Select the hypenation files you want to use. Total Trie size
: must be less than 65500 and Total Op size less than 750.
: When finished press [Esc]
:
: Language  File            Trie   Ops   Size (MSDOS) Source
:--------------------------------------------------------------------------
Dutch     + NLHYPH1.TEX  +  9600 + 124 + 41174  44899  CELEX Nijmegen
Dutch     + NLHYPH2.TEX  + 10700 + 151 + 51749  51815  CELEX Nijmegen
Dutch     + NLHYPH3.TEX  +   400 +  24 +  3153   3504  Peter Vanroose
German    + DEHYPHEN.TEX +  4100 + 139 + 15772  18353  Uni Bochum
German    + DEHYPHEM.TEX +  6900 + 170 + 26143  30225  Uni Bochum
German    + DEHYPH31.TEX +  9700 + 207 +        48658  Uni Bochum
English   + USHYPH.TEX   +  8100 + 229 +        36261  (USA) TeXtape'94
English   + USHYPH1.TEX  +  6700 + 229 +        27667  (USA) TeXtape'90
English   + USHYPH2.TEX  +  6700 + 229 +         4128 *(USA) G.D.C. Kuiken
English   + UKHYPH.TEX   + 13900 + 224 + 55102  64411  (GB) Oxford U. Press
Russian   + RUHYPH.TEX   +  5600 +  92 + 27493  31820  Dimitri Vulis
Russian   + RUHYPH2.TEX  +       +     +               D.Vulis (Cyrillic)
Portugese + PTHYPH.TEX   +   200 +  10 +  1503   1652  P.J. Rezende
Greek     + GRHYPH.TEX   +  1000 +  25 +  7055   8329 *
Italian   + ITHYPH.TEX   +   700 +  12 +  4705   4806  G. Patergnani
Francais  + FRHYPH.TEX   +  1100 +  70 + 41230   4179 *
Francais  + F8HYPH.TEX   +       +     +  5287   6093 *
Spanish   + ESHYPH.TEX   +   600 +  13 +  3422   3534  Mario Widel (Illinois)
Danish    + DKHYPH.TEX   +  1700 +  60 +  6509   8142  Frank Jensen
Czech     + CZHYPH.TEX   +       +     + 25944  30436  Lala 8.11.91
Icelandic + ISHYPH.TEX   +  6900 + 166 + 28039  32460 *Jorgen Pind (Uni IS)
Polish    + PLHYPH.TEX   +  2900 +  91 + 34586  36057  Hanna Ko{\l}odziejska
Turkish   + TRHYPH.TEX   +       +     +  9799  11640  P.A. MacKay (UoWash)
Swedish   + SEHYPH.TEX   +  5900 + 125 +        31033  JanMichael Rynning
Finnish   + FIHYPH.TEX   +       +     +         4722  Kauko Saarinen
Latin     + LAHYPH.TEX   +   500 +  38 +         8403  Claudio Beccari
Catalan   + CAHYPH.TEX   +  1000 +  21 +        16427  Gon\c{c}al Bodenes
Norwegian + NOHYPH.TEX   +  3900 + 301 +        22277  Ivar Aavatsmark
Norwegian + NOHYPH2.TEX  +       +     +        10311 *U. Oslo
Slovakian + SLHYPH.TEX   +       +     +        14734 *
:
: The hyphenation pattern files are named ??HYPH*.TEX. The ??
: are replaced by an ISO 639 language code. The * is usually
: replaced by an 'N'. If more than one set of patterns
: exists, they are numbered, '8': a set with 8-bit patterns.
:
: Note: Filesize is MSDOS filesize, including CR-LF sequences !
:       Danish pattern file did not 'compile' correctly.
:       Greek and Icelandic pattern files needed some hacking.
:       Czech, Turkish, French8 contain 8-bit characters. Need
:             information how to set up these with TeX or emTeX
:             (special options, adapted plain.tex / lplain.tex)
:
: %% INSTALLING MULTI-LANGUAGE FORMAT FILES %%%%%%%%%%%%%%%%%%%%%%%%%%%%
:
: The file LANGUAGE.TXT is designed especially for 4TeX
: (Groningen), which provides automatic language selection.
: It is possible to set up the multi-language support by hand.
: Get the babel package of Johannes Braams from archive.cs.ruu.nl, and
: install it. Rename your HYPHEN.TEX file to USHYPHEN.TEX .
: You then must create a file LANGUAGE.DAT, and put it in the
: same directory where LATEX.TEX, (L)PLAIN.TEX, babel resides.
: Use the information in this file when creating LANGUAGE.DAT.
: 1. Select the languages you want to use
: 2. Create a file LANGUAGE.DAT, containing lines like
:       <language> <hyphenation file>
: 3. Compute appropriate values for 'trie_size' and 'trie_op_size':
:    the totals of (Trie) and (Ops) of the languages selected.
: 4. The maximum for (Trie) is 65500 (all emTeX versions)
:    The maximum for (Ops) is 500 for old (dated 1990) emTeX versions
:    The maximum for (Ops) is 750 for newer (beta) emTeX versions
: 5. If you do it by hand, with emTeX:
:        tex -i -mt<total Trie> -8 -c437_tex <format> \dump
:    The value of Trie must be used whenever TeX is called with
:    this format. So use
:        tex -mt<total Trie> &format file.tex
:    When TeX complains about 'hyphen.tex', enter 'babel.hyp'.
: 6. An example of LANGUAGE.DAT is included:
:
: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
: dutch    nlhyphex.pat
: english  ushyphen.pat
: %german  dehyphen.pat
: %french  frhyphen.pat
