From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14506 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: endnotes: ! Dimension too large. ?? (another problem) Date: Tue, 13 Jan 2004 13:30:07 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040113132553.01dee118@server-1> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1073998566 5469 80.91.224.253 (13 Jan 2004 12:56:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2004 12:56:06 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Jan 13 13:56:03 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 1AgO5T-0006No-00 for ; Tue, 13 Jan 2004 13:56:03 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2764310B2F; Tue, 13 Jan 2004 13:55:18 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id BA60C10B2F for ; Tue, 13 Jan 2004 13:53:13 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id i0DCrm310158 for ; Tue, 13 Jan 2004 13:53:48 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 259AB17B02; Tue, 13 Jan 2004 13:53:49 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 7218817B23 for ; Tue, 13 Jan 2004 12:53:43 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: Original-References: 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:14506 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14506 At 14:37 11/01/2004, you wrote: >A big problem is that the \MyNote notes seem to be not "brakeable" > >If such a note is half a page long and all the notes are set at the end of >the text >it happens quite often that there is half a page empty (because the next >note is too long). > >Do you also have a clue for this? \definelist[MyNoteList] \def\MyNoteList#1#2#3{#1\quad#2\endgraf} \setuplist [MyNoteList] [criterium=text, alternative=command, command=\MyNoteList] \newcounter\MyNotes \long\def\MyNote#1% {\ifhmode\unskip\fi \doglobal\increment\MyNotes\relax \high{\MyNotes}% \expanded{\writetolist[MyNoteList]{\MyNotes}}{#1}} \starttext \dorecurse{10}{test \MyNote{Whow, another note \input tufte }\endgraf} \page \placelist[MyNoteList][criterium=text] \stoptext