From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27394 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Re: linenotes/footnotes Date: Sat, 22 Apr 2006 20:33:38 +0200 Message-ID: <1CEBF77F-3DB4-407C-82DB-D2337CEBA8C2@uni-bonn.de> References: <444A02BB.9020308@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1145730963 6673 80.91.229.2 (22 Apr 2006 18:36:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 22 Apr 2006 18:36:03 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Apr 22 20:35:58 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FXMxY-0001sg-7B for gctc-ntg-context-518@m.gmane.org; Sat, 22 Apr 2006 20:35:56 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B901D12795; Sat, 22 Apr 2006 20:35:55 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31029-04; Sat, 22 Apr 2006 20:35:51 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A791E1278F; Sat, 22 Apr 2006 20:35:51 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AF4D51278F for ; Sat, 22 Apr 2006 20:35:50 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31495-02-2 for ; Sat, 22 Apr 2006 20:35:49 +0200 (CEST) Original-Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by ronja.ntg.nl (Postfix) with SMTP id 7AF251278A for ; Sat, 22 Apr 2006 20:35:49 +0200 (CEST) Original-Received: from fwd26.aul.t-online.de by mailout01.sul.t-online.com with smtp id 1FXMxQ-0006DA-01; Sat, 22 Apr 2006 20:35:48 +0200 Original-Received: from [192.168.0.2] (XKYFjmZLge7jruww0WoJJDa8JABU3wxrocB3sz2ht5uyY86hDVd8Yg@[84.172.121.76]) by fwd26.sul.t-online.de with esmtp id 1FXMxL-2JLhjc0; Sat, 22 Apr 2006 20:35:43 +0200 In-Reply-To: <444A02BB.9020308@wxs.nl> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.749.3) X-ID: XKYFjmZLge7jruww0WoJJDa8JABU3wxrocB3sz2ht5uyY86hDVd8Yg@t-dialin.net X-TOI-MSGID: d6d99ad2-a20a-43e6-bb23-a41b3c45cf7d X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:27394 Archived-At: On Apr 22, 2006, at 12:17 PM, Hans Hagen wrote: > hm, can you send me your (small) test file? > > (make sure that at place time the same settings apply ! so either > use \setupnote or also provide the setting sto \place... > > Hans Actually, I'm reusing an old testfile you sent some time ago: \starttext \tracelinenotestrue \setuppapersize[S6][S6] \setuplayout [width=middle,height=middle,margin=1.5cm,footer=0pt,header=1cm] \setupcolors[state=start] \setuptyping[option=color] \definelinenote[extralinenote] [rule=off,frame=off,framecolor=darkgreen,n=3] \setupnote [linenote] [rule=off,frame=off,framecolor=darkred,n=0] \showframe \startbuffer[test] \doglobal\increment\DummyNumber % else dups due to reuse \startlinenumbering[100] test \linenote {oeps} test test test\linenote{second note which is extremely long and confusing }\ test test test test \startlinenote [well:\DummyNumber] {oeps} test test test test test test test \linenote {oeps} test test test test test test test \extralinenote {oeps} test test test test test test test \linenote {oeps} test test test test test test test \extralinenote {oeps} test test test test test test test \stoplinenote [well] test test test test test test \stoplinenumbering \stopbuffer {\typebuffer[test] \getbuffer[test]} \page \stoptext Thomas