ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Using command line values in a TeX document; writing a script?
@ 2020-04-13  8:29 Gerben Wierda
  2020-04-14  7:16 ` Taco Hoekwater
  0 siblings, 1 reply; 9+ messages in thread
From: Gerben Wierda @ 2020-04-13  8:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1248 bytes --]

Currently, I process a file like this:

mtxrun --autogenerate --script context test12.tex

and in the file test12.tex one sees something like this:

\input archimate-mp
\ctxlua{moduledata.archimate(“myarchimatefile.xml")}

The latter parses the xml file and produces a PDF using generated MP code.

What I would like to do is not have to edit the .tex file when I want to process another .xml file but just pass the name of the xml file on the command line. And I would like to pass on a second filename with some local overrides settings fr my code. All of this needs to be data that I can use in my programming. E.g. something like:

mtxrun --autogenerate --script myscriptname “ myarchimatefile.xml” “myhelper.xml"

It is OK that this would produce a fixed name output file (e.g. myparsedxml.pdf), so it is OK to have some generic myparsedxml.tex (instead of test12.tex as per my example) file that produces a .pdf and more in the current working directory but resides somewhere in a generic place. But preferably, this would produce myarchimatefile.pdf

I’ve read the manual on mtxrun scripts to see if I can make my own, but I’m utterly failing to understand what is written in a way that let me write my own.

G

[-- Attachment #1.2: Type: text/html, Size: 2640 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-04-15 12:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13  8:29 Using command line values in a TeX document; writing a script? Gerben Wierda
2020-04-14  7:16 ` Taco Hoekwater
2020-04-14  9:25   ` Gerben Wierda
2020-04-14  9:52     ` Taco Hoekwater
2020-04-15 10:19       ` Gerben Wierda
2020-04-15 11:54         ` Wolfgang Schuster
2020-04-15 12:13           ` Gerben Wierda
2020-04-15 12:43             ` r.ermers
2020-04-14 10:05     ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).