Taco Hoekwater wrote:
Also, it would be nice if there was a clean way to *not* load cont-en.xml when using mod-00 to document as user module (since loading cont-en is quite slow). The current 'solution' is:
\usemodule[int-load] \def\simpleloadsetups{} \usemodule[mod-00]
which is certainly not a very nice way.
maybe something: \def\simpleloadsetups {\doifnotmode{no-setup-main} {\complexloadsetups[cont-en.xml]}} \def\complexloadsetups[#1]% {\doifnotmode{no-setup-all} {\startXMLmapping[zero] \processXMLfilegrouped{#1} \stopXMLmapping}} so that one can run with --mode=no-setup-main ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------