Brooks Moses wrote:
After scratching my head over "no macros found in module mymodule", I decided to try replacing the line with "\input{t-mymodule}".


This produced the very cryptic result of a "I can't find the file 't-mymodule'. Please type another filename:" error. However, simply using "t-mymodule" as a replacement filename worked fine.

The \input with braces is latex-ese. The TeX primitive is
  \input t-mymodule
and that would have worked.

However, as of ConTeXt release 2005.05.25, the original \usemodule
would also have worked: the automatic filename truncation was removed
in that version.

Greetings,

Taco
_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to