Re: [NTG-context] (critical edition) nesting linenotes

2013-11-19 Thread Pablo Rodriguez
On 11/18/2013 11:25 PM, Hans Hagen wrote: [...] \unexpanded\def\doCritApp#1#2#3% {\startlinenote[#1]{#2 #3}(#2)\stoplinenote[#1]} \newcounter\MyCounter \unexpanded\def\CritApp {\doglobal\increment\MyCounter \normalexpanded{\doCritApp{Varia:\MyCounter}}} [...] so, in your macro

[NTG-context] (critical edition) nesting linenotes

2013-11-18 Thread Pablo Rodriguez
Dear Thomas, Luigi and Hans, my second sample might be related to the first one. But I’m not sure it is a bug. Here is the code: \setuppapersize[A8] \newcounter\MyCounter \def\CritApp#1#2{\increment\MyCounter% \startlinenote[Varia:\MyCounter]{#1] #2}#1%

Re: [NTG-context] (critical edition) nesting linenotes

2013-11-18 Thread Hans Hagen
On 11/18/2013 8:55 PM, Pablo Rodriguez wrote: Dear Thomas, Luigi and Hans, my second sample might be related to the first one. But I’m not sure it is a bug. Here is the code: \setuppapersize[A8] \newcounter\MyCounter \def\CritApp#1#2{\increment\MyCounter%