From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14541 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: endnotes: ! Dimension too large. ?? (another problem) Date: Thu, 15 Jan 2004 13:27:50 +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 1074171314 13086 80.91.224.253 (15 Jan 2004 12:55:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2004 12:55:14 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Jan 15 13:55: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 1Ah71i-0005pt-00 for ; Thu, 15 Jan 2004 13:55:10 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id DB23F10B31; Thu, 15 Jan 2004 13:54:22 +0100 (MET) Original-Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [62.67.200.156]) by ref.ntg.nl (Postfix) with ESMTP id E44C910B21 for ; Thu, 15 Jan 2004 13:53:09 +0100 (MET) Original-Received: (qmail 16467 invoked from network); 15 Jan 2004 12:28:32 -0000 Original-Received: from unknown (HELO [62.134.73.194]) (159967@[62.134.77.228]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 15 Jan 2004 12:28:32 -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:14541 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14541 Ah OK. But as far as I see the "command=" overwrites other possible settings like margin etc. Do I have to include these descriptions in \MyNoteList in a more TeX way? For example: How do I set the notes with size 10pt, interlinespace 11pt, a margin 2cm and after space \blank? Maybe you could give me an example for the code needed here? Thank you, Steffen Hans Hagen wrote: > 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 > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context