From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20996 Path: news.gmane.org!not-for-mail From: Alan Bowen Newsgroups: gmane.comp.tex.context Subject: Re: pararaph indent in footnote Date: Thu, 23 Jun 2005 11:28:16 -0400 Message-ID: References: <1F2F96B3-A48F-4018-B422-B0B75C65EB98@princeton.edu> <32CAB195-D26B-4920-8D40-4C76ACD7DBF7@princeton.edu> <42BA7A09.1010709@seznam.cz> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1119540197 26506 80.91.229.2 (23 Jun 2005 15:23:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Jun 2005 15:23:17 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Jun 23 17:23:12 2005 Return-path: 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 1DlTWN-0002B0-Um for gctc-ntg-context-518@m.gmane.org; Thu, 23 Jun 2005 17:21:40 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 324CD127F3; Thu, 23 Jun 2005 17:28:01 +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 28117-08; Thu, 23 Jun 2005 17:27:57 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8705A12796; Thu, 23 Jun 2005 17:27:56 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EC5A112796 for ; Thu, 23 Jun 2005 17:27: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 28250-02 for ; Thu, 23 Jun 2005 17:27:55 +0200 (CEST) Original-Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by ronja.ntg.nl (Postfix) with ESMTP id D55D212793 for ; Thu, 23 Jun 2005 17:27:54 +0200 (CEST) Original-Received: from [192.168.0.2] ([70.17.34.118]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IIJ00BWKMYHPRV7@vms042.mailsrvcs.net> for ntg-context@ntg.nl; Thu, 23 Jun 2005 10:27:54 -0500 (CDT) In-reply-to: <42BA7A09.1010709@seznam.cz> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.730) X-Virus-Scanned: 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20996 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20996 Vit=97 That=92s got it nicely. Many thanks! Best, Alan On Jun 23, 2005, at 4:59 AM, Vit Zyka wrote: > Alan Bowen wrote: > >> Peter=97 >> On further testing, I see that while I now have indented =20 >> paragraphs in my footnotes, I no longer have the ability to name =20 >> and cross- reference them. \footnote{footnote text} works well, =20 >> but \footnote [name]{footnote text} now seems broken. >> Alan >> >>> On Wed, 22 Jun 2005, Alan Bowen wrote: >>> >>> >>> >>> >>>> My immediate problem, however, is the paragraph indent in >>>> footnotes that have more than one paragraph. >>>> >>>> >>>> >>> >>> I don't know better, but this works: >>> >>> \setupindenting[small] >>> \let\footnoteO\footnote >>> \long\def\footnote#1{\footnoteO{\setupindenting[small]#1}} >>> %% or >>> %\long\def\footnote#1{\footnoteO{\setupindenting[small]\indent#1}} >>> \def\SomePars{\dorecurse5{\dorecurse{50}{bla }\par}} >>> \starttext >>> \SomePars bla\footnote{\SomePars} >>> \stoptext >>> > > Try: > > ------------------------------------- > \setupindenting[small] > > \let\footnoteO\footnote > \def\footnote{\dosingleempty\mydofootnote} > \long\def\mydofootnote[#1]#2{% > \iffirstargument > \footnoteO[#1]{\setupindenting[small]#2}% > \else > \footnoteO{\setupindenting[small]#2}% > \fi > } > \def\SomePars{\dorecurse5{\dorecurse{50}{bla }\par}} > \starttext > \SomePars bla\footnote{\SomePars} > \stoptext > -------------------------------------- > > cheers > vit > > > --=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D > Ing. V=EDt Z=FDka, Ph.D. TYPOkv=EDtek > > database publishing databazove publikovani > data maintaining and typesetting in typographic quality > priprava dat a jejich sazba v typograficke kvalite > > tel.: (+420) 777 198 189 www: http://typokvitek.com > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >