16 Jan
2006
16 Jan
'06
6:16 p.m.
David Arnold wrote:
Taco, Hans, et al,
That worked by putting it in the same directory as my little test file.
However, with this directory structure:
../book.tex ../bookenv.tex ../math-ext.tex ../chapter6/chapter6.tex ../chapter6/section5.tex
Bookenv.tex is our environment file. I tried:
\input math-ext
and
\usemoduel[math-ext]
it's not a module, it will end up in the core so, for the moment: = put the file in context/base = run mktexls = add to cont-new.tex: \ifx\startalign\undefined \input math-ext.tex \fi That should work ok Hans