From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/60673 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: footnotes again Date: Wed, 04 Aug 2010 01:59:01 +0200 Message-ID: <4C58AD45.1070107@wxs.nl> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1280880011 24173 80.91.229.12 (4 Aug 2010 00:00:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Aug 2010 00:00:11 +0000 (UTC) Cc: Thomas Schmitz To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 04 02:00:08 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OgROx-000363-Tj for gctc-ntg-context-518@m.gmane.org; Wed, 04 Aug 2010 02:00:07 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 93820C9F2E; Wed, 4 Aug 2010 02:00:06 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id HRZEH2-Nogkz; Wed, 4 Aug 2010 02:00:03 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9C6DEC9F30; Wed, 4 Aug 2010 02:00:03 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 725F1C9F30 for ; Wed, 4 Aug 2010 02:00:01 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rr8Zj7g9E23i for ; Wed, 4 Aug 2010 01:59:46 +0200 (CEST) Original-Received: from smtp.ziggozakelijk.nl (sc-162.r-213-125-29.schoolconnect.nu [213.125.29.162]) by balder.ntg.nl (Postfix) with ESMTP id E8529C9F2B for ; Wed, 4 Aug 2010 01:59:45 +0200 (CEST) X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.101; Original-Received: from [10.100.1.101] (unverified [10.100.1.101]) by pragma-net.nl (SurgeMail 4.3g4) with ESMTP id 4411-1713362 for multiple; Wed, 04 Aug 2010 01:58:27 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.11) Gecko/20100711 Lightning/1.0b1 Thunderbird/3.0.6 ThunderBrowse/3.3.1 In-Reply-To: X-Authenticated-User: hagen@controller-9 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:60673 Archived-At: On 3-8-2010 10:07, Thomas Schmitz wrote: > Hi all, > > I'm sorry I have to ask again about footnotes setup. I misunderstood the > style that our publisher wants. Maybe it's easiest when I do a bit of ASCII > art (will only work with a fixed-width font): > > | texttexttexttexttex | > | textexttexttexttext | > | | > | 9 footnote 9, more | > | than one line. | > | 10 footnote 10. | > > So: the footnote numbers in the footnotes are typeset in a box. This box is > just big enough to hold a three-digit footnote number. Its left edge is > flush with the text area. Within this box, the note number is aligned > flushright. The footnote text itself is one block; this block is indented a > fixed amount: the publisher wants all indentations (normal paragraphs, > blockquotes, footnotes) to be identical; let's say 16pt. > > I played with the parameters of \setupnotedefinition and \setupfootnotes > that Wolfgang taught me yesterday, but I just can't find the right > combination. > > Will wikify! this works again: \starttext \showframe \setupnotedefinition[footnote][location=left,width=1cm] \setupnote[footnote][location=page,numbercommand=] test \footnote{test} \stoptext this has changed (display key): \setupnote [footnote][paragraph=yes,numbercommand=,inbetween=\hskip.5em\vl\hskip.5em] \setupdescriptions[footnote][display=no,location=serried,distance=.5em] % before=,after= \starttext \startlocalfootnotes local 1a\footnote{local note 1a} local 1b\footnote{local note 1b} \placelocalfootnotes \stoplocalfootnotes \blank global 1a\footnote{global note 1a} global 1b\footnote{global note 1b} \blank \startlocalfootnotes local 2a\footnote{local note 2a} local 2b\footnote{local note 2b} \placelocalfootnotes \stoplocalfootnotes \blank global 2a\footnote{global note 2a} global 2b\footnote{global note 2b} \blank \startlocalfootnotes local 3a\footnote{local note 3a} local 3b\footnote{local note 3b} \placelocalfootnotes \stoplocalfootnotes \blank global 2a\footnote{\input tufte } global 2b\footnote{global note 2b} \blank \stoptext ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________