diff options
author | Hans Hagen <pragma@wxs.nl> | 2001-04-23 00:00:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2001-04-23 00:00:00 +0200 |
commit | c710c4ab57f84965c89205af58bc4fe204dfb79c (patch) | |
tree | 727eb120f5c77be468d209c69f7e91956fcab43f /context/perltk/texexec.pl | |
parent | 097d775537de422f644e9d13a40a3b18bf7dfe91 (diff) | |
download | context-c710c4ab57f84965c89205af58bc4fe204dfb79c.tar.gz |
stable 2001.04.23
Diffstat (limited to 'context/perltk/texexec.pl')
-rw-r--r-- | context/perltk/texexec.pl | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/context/perltk/texexec.pl b/context/perltk/texexec.pl index c5f11859e..56cbd258c 100644 --- a/context/perltk/texexec.pl +++ b/context/perltk/texexec.pl @@ -1303,16 +1303,12 @@ sub RunModule "--documents $FileName.pl $FileName.pm $FileName.mp $FileName.tex" ) ; print " module : $FileName\n\n" ; open (MOD, ">$ModuleFile.tex") ; - print MOD "% format=dutch \n" ; - print MOD "\\starttekst \n" ; - print MOD "\\input modu-abr \n" ; - print MOD "\\input modu-arg \n" ; - print MOD "\\input modu-env \n" ; - print MOD "\\input modu-mod \n" ; - print MOD "\\input modu-pap \n" ; + print MOD "% format=dutch\n" ; + print MOD "\\gebruikmodule[abr-01,mod-01]\n" ; print MOD "\\def\\ModuleNumber{1}\n" ; - print MOD "\\input $FileName.ted \n" ; - print MOD "\\stoptekst \n" ; + print MOD "\\starttekst\n" ; + print MOD "\\input $FileName.ted\n" ; + print MOD "\\stoptekst\n" ; close (MOD) ; $ConTeXtInterface = "nl" ; RunConTeXtFile($ModuleFile, "tex") ; |