From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16182 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: a footnote bug? Date: Fri, 20 Aug 2004 16:49:32 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1093013511 3679 80.91.224.253 (20 Aug 2004 14:51:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Aug 2004 14:51:51 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Aug 20 16:51:38 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ByAjw-0006ON-00 for ; Fri, 20 Aug 2004 16:51:36 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7D8A61277C; Fri, 20 Aug 2004 16:51:36 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12667-05; Fri, 20 Aug 2004 16:51:36 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7179212788; Fri, 20 Aug 2004 16:49:53 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1FF2B12788 for ; Fri, 20 Aug 2004 16:49:52 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12667-04 for ; Fri, 20 Aug 2004 16:49:51 +0200 (CEST) Original-Received: from smtprelay01.ispgateway.de (unknown [62.67.200.156]) by ronja.ntg.nl (Postfix) with ESMTP id 7CAED1277C for ; Fri, 20 Aug 2004 16:49:51 +0200 (CEST) Original-Received: (qmail 28073 invoked from network); 20 Aug 2004 14:49:50 -0000 Original-Received: from unknown (HELO [62.134.72.246]) (698580@[62.134.76.192]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 20 Aug 2004 14:49:50 -0000 X-Sender: 698580@pop3.estfiles.de Original-To: ntg-context@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16182 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16182 Hi Hans, I'm very sorry - maybe i'm blind today - but I can't see any change. What does "headcommand=\llap" actually mean? I tried with various parameter, but again no effect. Could you give a small example please? Steffen > >>>Does this distance cannot be adjusted? > >>> > >>> > >>> > >>> > >>can you make me a small demo file? > >> > >>Hans > >> > >> > > > > > > > > > >Yes, sure. > >I just made a frame around the footnote number so you'll can clearly see the gap: > > > >\def\myFNnumber#1{\inframed[width=\leftmarginwidth,offset=.0em,frame=on,align=left]{#1}} > >\setupfootnotedefinition[command=\myFNnumber,location=inleft] > >\setuppagenumbering [alternative=doublesided,location={header,right}] > >\showframe \showgrid > > > >\starttext > >test\footnote{first note} > >\page testest\footnote{second note} > >\stoptext > > > > > this is not so much a bug but a missing feature -) > > in cont-new.tex, add: > > \startconstants dutch english > german czech > italian romanian > > kopcommando: kopcommando headcommand > headcommand headcommand > headcommand headcommand > > \stopconstants > > \unprotect > \setvalue{@@definitie\v!commando}#1{\do@@definitie{\executeifdefined{\??dd#1\c!kopcommando}\framed}{#1}} > \protect > > Now you can say: > > \setupfootnotedefinition[location=command,headcommand=\llap] > > and go wild with putting footnote markers anywhere > > Hans