From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14499 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: endnotes: ! Dimension too large. ?? (another attempt) Date: Mon, 12 Jan 2004 16:23:21 +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 1073921171 23628 80.91.224.253 (12 Jan 2004 15:26:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Jan 2004 15:26:11 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Jan 12 16:26:05 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 1Ag3x7-0007eZ-00 for ; Mon, 12 Jan 2004 16:26:05 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 0F37610B07; Mon, 12 Jan 2004 16:25:21 +0100 (MET) Original-Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [62.67.200.157]) by ref.ntg.nl (Postfix) with ESMTP id 25D9010B04 for ; Mon, 12 Jan 2004 16:24:31 +0100 (MET) Original-Received: (qmail 3012 invoked from network); 12 Jan 2004 15:25:07 -0000 Original-Received: from unknown (HELO [62.134.77.58]) (159967@[217.184.17.20]) (envelope-sender ) by smtprelay02.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 12 Jan 2004 15:25:07 -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:14499 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14499 Hi, still searching for a working solution how to deal with my 757 footnotes I tried to avoid the error by using buffers. But again: ! Dimension too large. Is there really no way of emptying that "cache" - and maybe split it in footnote 1-350 and footnote 351-757? Thank you, Steffen Hans Hagen wrote: > At 01:09 10/01/2004, you wrote: > > >OK, I have more than 700 footnotes - but when using "location=page" > >everything works fine. > > > >I was trying to find whether there is something missing when I just > >continue, and I found the TableOfContent is cut. > >But the text and the footnotes as well seem to be OK. > > > > > >Is there a patch helping me to avoid this error? > > Why not use the following mechanism: > > \starttext > > \definelist[MyNoteList] > > \newcounter\MyNotes > > \long\def\MyNote#1% > {\ifhmode\unskip\fi > \doglobal\increment\MyNotes\relax > \high{\MyNotes}% > \expanded{\writetolist[MyNoteList]{\MyNotes}}{#1}} > > \dorecurse{1000}{test \MyNote{Whow, another note}\endgraf} > > \page \placelist[MyNoteList][criterium=text] > > \stoptext > > You can format the list any way you like, e.g.: > > \def\MyNoteList#1#2#3{#1\quad#2\endgraf} > > \placelist[MyNoteList][criterium=text,command=\MyNoteList] > > also, you can now cal lthem per chapter, > > \placelist[MyNoteList][criterium=chapter] > > etc > > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context