Re: [NTG-context] endnotes: ! Dimension too large. ?? (macro description)
![](https://secure.gravatar.com/avatar/2fdcba87c4ff4a507fcb4566f6e63b3e.jpg?s=120&d=mm&r=g)
Hi,
Hans Hagen
you can feed it into a description, like:
\definedescription[WhatANote]
and then use
\startWhatANote{#1}#2\stopWhatANote
in the macro.
I am not sure what you mean by "the macro". Do you mean it like this? : \def\MyNoteList#1#2#3{\startWhatANote{#1}#2#1\quad#2\endgraf\stopWhatANote} Or should I add it to this - but I don't know how/where:
\long\def\MyNote#1% {\ifhmode\unskip\fi \doglobal\increment\MyNotes\relax \high{\MyNotes}% \expanded{\writetolist[MyNoteList]{\MyNotes}}{#1}}
Thank you, Steffen
![](https://secure.gravatar.com/avatar/49e63acb01f2ca80efce7eed08310ce8.jpg?s=120&d=mm&r=g)
At 16:13 16/01/2004, you wrote:
I am not sure what you mean by "the macro". Do you mean it like this? :
\def\MyNoteList#1#2#3{\startWhatANote{#1}#2#1\quad#2\endgraf\stopWhatANote}
Or should I add it to this - but I don't know how/where:
\long\def\MyNote#1% {\ifhmode\unskip\fi \doglobal\increment\MyNotes\relax \high{\MyNotes}% \expanded{\writetolist[MyNoteList]{\MyNotes}}{#1}}
no, the other one, the one that is hooked into the list placement (the one with three arguments #1#2#3) Hans
participants (2)
-
Hans Hagen
-
Steffen Wolfrum