From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/53670 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Re: footnote-number alignment Date: Sun, 25 Oct 2009 10:54:29 +0100 Message-ID: <3FECE0CA-D7EB-4EDE-A594-569B47FA7EEB@uni-bonn.de> References: <20091023140916.g6qz05z4ukkk80g8@webmail.jander.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset="us-ascii"; Format="flowed"; DelSp="yes" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1256464565 21902 80.91.229.12 (25 Oct 2009 09:56:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Oct 2009 09:56:05 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Oct 25 10:55:58 2009 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.50) id 1N1zoM-0000Bs-Mb for gctc-ntg-context-518@m.gmane.org; Sun, 25 Oct 2009 10:54:54 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 00EC1C9AC1; Sun, 25 Oct 2009 10:53:50 +0100 (CET) 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 JQDbFVQsKH9x; Sun, 25 Oct 2009 10:53:49 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id AC087C9A70; Sun, 25 Oct 2009 10:53:46 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9A777C9A70 for ; Sun, 25 Oct 2009 10:53:44 +0100 (CET) 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 HVgf8ssJojqA for ; Sun, 25 Oct 2009 10:53:42 +0100 (CET) Original-Received: from uni-bonn.de (mail.uni-bonn.de [131.220.15.113]) by balder.ntg.nl (Postfix) with ESMTP id 23AB3C9A41 for ; Sun, 25 Oct 2009 10:53:42 +0100 (CET) Original-Received: from [87.178.102.200] (account tschmit1@uni-bonn.de HELO [192.168.0.2]) by fe2.uni-bonn.de (CommuniGate Pro SMTP 5.2.12) with ESMTPA id 25966334 for ntg-context@ntg.nl; Sun, 25 Oct 2009 10:54:45 +0100 In-Reply-To: <20091023140916.g6qz05z4ukkk80g8@webmail.jander.de> X-Mailer: Apple Mail (2.1076) 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:53670 Archived-At: On Oct 23, 2009, at 2:09 PM, achim@jander.de wrote: > Hello, > after struggling some weeks to get everything to work, i'm now > nearly satisfied with typsetting via context. But there is one > problem left for that i cant find any solution, even after googling > for hours. > I am typesetting documents with a large amount of footnotes, and > want to have the footnote-number aligned to the correct decimal place. > To explain: > page one has footnotes 1 to 8, numbers are left-aligned, everything > is good > > ----- > 1 footnotetext > 2 footnotetext > 3 footnottext > .... > 8 footnotetext > > page two has footnotes 9 to 12, so I want to have > > 9 footnotetext > 10 footnotetext > ... > > but i only get: > 9 footnotetext > 10 foootnotextex. > > I think, there is no easy solution, but maybe someone can give me a > push > to the direction how i can realize that behaviour (btw same problem > is with > numbered lists) > Any hint is welcome, Your ASCII art doesn't really show what you're after, but from your description, you could try something like this (I too have searched for this, and I don't think there is an easier solution; maybe something like this should go into the core): \def\NoteNumber#1{\hbox to 14pt{\hbox to 8pt{\strut\hfill #1}}} \setupnotedefinition[footnote][location=left,hang=0] \setupfootnotes[align={normal,hanging}, numbercommand=\NoteNumber] HTH Thomas ___________________________________________________________________________________ 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 ___________________________________________________________________________________