Re: [NTG-context] coma in an argument

2017-02-21 Thread Jaroslav Hajtmar
Hello Pablo. Of course – it was my wrong example see: \executesystemcommand{context --result invoice-\cA.pdf --arguments = "cA ={\cA}" servingfile.tex}. Braces are of course important. Thanx to Hans for his correction. Jaroslav Hajtmar Dne 21.02.17 19:15, ntg-context za uživatele Pablo Rodri

Re: [NTG-context] coma in an argument

2017-02-21 Thread Pablo Rodriguez
On 02/21/2017 07:09 PM, Hans Hagen wrote: > On 2/21/2017 6:57 PM, Pablo Rodriguez wrote: >> contextjit --arguments="cA=a, b" a.tex > > contextjit --arguments="cA={a, b}" a.tex Hans, many thanks for the fast reply and your help. The answer is simple, but my mind seems to be simpler right now

Re: [NTG-context] coma in an argument

2017-02-21 Thread Hans Hagen
On 2/21/2017 6:57 PM, Pablo Rodriguez wrote: contextjit --arguments="cA=a, b" a.tex contextjit --arguments="cA={a, b}" a.tex -- - Hans Hagen | PRAGMA ADE Ridderstraat 27 |

[NTG-context] coma in an argument

2017-02-21 Thread Pablo Rodriguez
Dear list, I have this stupid sample: \starttext \def\cA{a, b, c} \doifelse{\env{cA}}{\cA}{equal}{unequal} \stoptext I compile it with: contextjit --arguments="cA=a, b" a.tex Because of the coma, I get this error: check > missing or ungrouped '=' after 'b' in li