|
Hi!
"lhs" == leif halvard silli writes:
lhs> As I mentioned in my other letter, I get capasity problems when
lhs> I try to use both US, norwegian and cyrillic hyphantion:
[...]
lhs> ! TeX capacity exceeded, sorry [trie_size=65000]. <inserted
lhs> text ...a8Y8 8^^bc8Y- -^^bc8Y8
lhs> Could you help me choose which lines in the ruhyphen file I an
lhs> comment out, so perhaps the trie_size isn't exceeded
the only things which are adjustable in ruhyphen.tex are:
* one and only one of \def\Encoding should be uncommented
this defines cyrillic font encoding which will be used (t2a by
default, and usually you don't want to change that)
* one and only one of \def\Pattern lines should be uncommented
this defines the main hyphenation pattern file which will be used
(Alexander Lebedev's ruhyphal.tex by default, and usually you don't
want to change that too - ruhyphal seems to be of the highest
quality compared to other files)
* any of the four optional lines could be left uncommented or
commented (see explanation in README):
% the following four lines are optional
\input cyryo\Pattern
\def\t{t2a}\ifx\t\Encoding\input hypht2 \fi
\patterns{.ÎÅ8 8ÎÅ.}
\patterns{8Âß. 8×ß. 8Çß. 8Äß. 8Öß. 8Úß. 8Ëß. 8Ìß. 8Íß. 8Îß. 8Ðß. 8Òß. 8Óß. 8Ôß. 8Æß. 8Èß. 8Ãß. 8Þß. 8Ûß. 8Ýß.}
The most memory-expensive is the line
\def\t{t2a}\ifx\t\Encoding\input hypht2 \fi
so if you get limit overflows, comment it out. Other lines are not
memory-expensive.
Best,
v.
|
|