Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!julius.cs.uiuc.edu!ux1.cso.uiuc.edu!csrd.uiuc.edu!s41.csrd.uiuc.edu!eijkhout From: eijkhout@s41.csrd.uiuc.edu (Victor Eijkhout) Newsgroups: comp.text.tex Subject: Re: How can I enlarge emTeX's tie-size? Keywords: emTeX tie-size Message-ID: <1990Nov9.172015.16235@csrd.uiuc.edu> Date: 9 Nov 90 17:20:15 GMT References: Sender: news@csrd.uiuc.edu (news) Distribution: comp Organization: UIUC Center for Supercomputing Research and Development Lines: 19 rcbatg@rwc.urc.tue.nl (Tonnie Geraets) writes: >I want to use dutch hyphenation-patterns with emTeX (TeX and LaTeX). >Therefor I tried to make two new formats: ntex and nlatex. >To make these with initex (tex -i), I had to specify an extra parameter to >enlarge the memeory for the patterns ( -mt13000 ). >After I did that initex ran without an error. >But trying to run normal tex/latex with these formats, I get the message: >'Must increase the trie size'. I don't know emTeX, but from what you are writing the -mt option specifies the trie-size. Do I understand correctly that you ran initex as tex -i -mt13000 ? If so you should run TeX with the same trie parameter: tex -mt13000 Victor.