From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14550 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: endnotes: ! Dimension too large. ?? (macro description) Date: Fri, 16 Jan 2004 16:13:18 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1074266835 6812 80.91.224.253 (16 Jan 2004 15:27:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Jan 2004 15:27:15 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Jan 16 16:27:10 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AhVsL-0000Ny-00 for ; Fri, 16 Jan 2004 16:27:09 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2AA6C10B49; Fri, 16 Jan 2004 16:26:21 +0100 (MET) Original-Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [62.67.200.157]) by ref.ntg.nl (Postfix) with ESMTP id BB66F10B48 for ; Fri, 16 Jan 2004 16:25:31 +0100 (MET) Original-Received: (qmail 2153 invoked from network); 16 Jan 2004 15:26:15 -0000 Original-Received: from unknown (HELO [62.134.78.8]) (159967@[62.134.78.8]) (envelope-sender ) by smtprelay02.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 16 Jan 2004 15:26:15 -0000 X-Sender: 159967@pop3.estfiles.de Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14550 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14550 Hi, Hans Hagen wrote: > 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