| 
|  |  | As I mentioned in my other letter, I get capasity problems when I try to use both US, norwegian and cyrillic hyphantion:
 
 (:texmf:tex:generic:babel:hyphen.cfg
 (:texmf:tex:generic:hyphen:ushyph1.tex)
 (:texmf:tex:generic:hyphen:nohyphb.tex Norsk hyphenation patterns)
 (:texmf:tex:generic:ruhyphen:ruhyphen.tex
 (:texmf:tex:generic:ruhyphen:catkoi.tex)
 (:texmf:tex:generic:ruhyphen:koi2t2a.tex)
 (:texmf:tex:generic:ruhyphen:ruhyphal.tex)
 (:texmf:tex:generic:ruhyphen:cyryoal.tex)
 (:texmf:tex:generic:ruhyphen:hypht2.tex
 ! TeX capacity exceeded, sorry [trie_size=65000].
 <inserted text ...a8Y8 8^^bc8Y- -^^bc8Y8
 
 Could you help me choose which lines in the ruhyphen file I an
 comment out, so perhaps the trie_size isn't exceeded (my distro
 --OzTeX-- does not support higher trie_size than that I have been
 told)? I do not know which lines I do not need. I will only work with
 MacCyr input encoding. Later I will also like to try utf-8. This is
 how that file look like now:
 
 \begingroup
 % Please uncomment the encoding and pattern value you need before
 % creating a new format file containing Russian hyphenation patterns:
 \ifx\Encoding\undefined
 \def\Encoding{t2a}
 %\def\Encoding{ucy}
 %\def\Encoding{lcy}
 %\def\Encoding{ot2}
 %\def\Encoding{koi}
 \fi
 
 \ifx\Pattern\undefined
 \def\Pattern{al}
 %\def\Pattern{as}
 %\def\Pattern{ct}
 %\def\Pattern{dv}
 %\def\Pattern{vl}
 %\def\Pattern{zn}
 \fi
 
 \input catkoi
 \input koi2\Encoding
 \input ruhyph\Pattern
 
 % the following four lines are optional
 \input cyryo\Pattern
 \def\t{t2a}\ifx\t\Encoding\input hypht2 \fi
 \patterns{.OE?8 8OE?.}
 \patterns{8¬fl. 8?fl. 8«fl. 8?fl. 8÷fl. 8/fl. 8Àfl. 8Ãfl. 8Õfl. 8OEfl. 8-fl. 8"fl.
 8"fl. 8'fl. 8?fl. 8»fl. 8?fl. 8fifl. 8?fl. 8>fl.}
 
 \endgroup
 \lefthyphenmin2
 \righthyphenmin2
 --
 leif
 
 |  |