On Sun, 14 Jan 2007, Hans Hagen wrote:
is it possible to make "texexec --mode=xxx --mode=yyy" behave the same as "texexec --mode=xxx,yyy" ?
I need it, because I have a server that automatically generates pdf-files via "texexec --mode=xxx ..." and the rest of the command-line can be anything found in the tex-fileheader (for example another --mode=yyy).
setupmodes (and therefore the commandline option) does accent comma separated lists
Hello Hans, the question is, if you could modify texexec to behave the same way, when used with these 2 command-lines: 1.) texexec --mode=xxx --mode=yyy file 2.) texexec --mode=xxx,yyy file Imagine a command (an alias) my-texexec = "texexec --mode=xxx" that is used for example like this: my-texexec --mode=yyy file Then, the mode=xxx gets overwritten... Cheers, Peter -- http://pmrb.free.fr/contact/