Re: [NTG-context] help needed with special macro

2005-02-21 Thread Hans Hagen
Peter Münster wrote: On Fri, 18 Feb 2005, Hans Hagen wrote: Peter Münster wrote: On Thu, 17 Feb 2005, Hans Hagen wrote: \expanded{\bTR ... \eTR} table data is collected and processed four times so you need to freeze the content can you send me a small sample Of course: \newcount\MyVersion

Re: [NTG-context] help needed with special macro

2005-02-21 Thread Peter Münster
On Mon, 21 Feb 2005, Hans Hagen wrote: \def\MyMacro#1{% \getgparameters[XXX][#1] \global\advance\MyVersion by 1 \bTR \bTR\expanded{\bTD \the\MyVersion \eTD} \expanded{\bTD \XXXDate \eTD}\eTR } Thank you very much, Hans! In fact, I should have tried just a bit more: I tried

Re: [NTG-context] help needed with special macro

2005-02-18 Thread Hans Hagen
Peter Münster wrote: On Thu, 17 Feb 2005, Hans Hagen wrote: \expanded{\bTR ... \eTR} } table data is collected and processed four times so you need to freeze the content can you send me a small sample Hans -

Re: [NTG-context] help needed with special macro

2005-02-18 Thread Peter Münster
On Fri, 18 Feb 2005, Hans Hagen wrote: Peter Münster wrote: On Thu, 17 Feb 2005, Hans Hagen wrote: \expanded{\bTR ... \eTR} table data is collected and processed four times so you need to freeze the content can you send me a small sample Of course: \newcount\MyVersion

Re: [NTG-context] help needed with special macro

2005-02-17 Thread Hans Hagen
Peter Münster wrote: Hello, could someone help me please with the following little macro? Every line in the table should be different, but all are as the last one. I've tried a lot with commands like \expanded{} or \expandafter etc, but without results... Perhaps the only solution is a temporary

[NTG-context] help needed with special macro

2005-02-17 Thread Peter Münster
Hello, could someone help me please with the following little macro? Every line in the table should be different, but all are as the last one. I've tried a lot with commands like \expanded{} or \expandafter etc, but without results... Perhaps the only solution is a temporary file?

Re: [NTG-context] help needed with special macro

2005-02-17 Thread Peter Münster
On Thu, 17 Feb 2005, Hans Hagen wrote: \expanded{\bTR ... \eTR} } table data is collected and processed four times so you need to freeze the content This one of the possibilities, that I've tried, but I get this error: ERROR: Use of \dododecrement doesn't match its definition. Peter