From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21539 Path: news.gmane.org!not-for-mail From: Alan Bowen Newsgroups: gmane.comp.tex.context Subject: Re: pararaph indent in footnote (again) Date: Thu, 21 Jul 2005 22:11:47 -0400 Message-ID: <214BCEDE-4434-41E1-8922-57CFA0CC36B3@princeton.edu> 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 v733) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1121998369 30627 80.91.229.2 (22 Jul 2005 02:12:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Jul 2005 02:12:49 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jul 22 04:12:40 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 1Dvn1G-0006nY-6D for gctc-ntg-context-518@m.gmane.org; Fri, 22 Jul 2005 04:12:10 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A61E912792; Fri, 22 Jul 2005 04:12:03 +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 25470-07; Fri, 22 Jul 2005 04:11:58 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 12E2F127EE; Fri, 22 Jul 2005 04:11:58 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 779B6127EE for ; Fri, 22 Jul 2005 04:11:56 +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 25640-04-2 for ; Fri, 22 Jul 2005 04:11:54 +0200 (CEST) Original-Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by ronja.ntg.nl (Postfix) with ESMTP id 8473212792 for ; Fri, 22 Jul 2005 04:11:54 +0200 (CEST) Original-Received: from [192.168.0.2] ([70.106.96.57]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IK00033RBFOR486@vms046.mailsrvcs.net> for ntg-context@ntg.nl; Thu, 21 Jul 2005 21:11:49 -0500 (CDT) In-reply-to: <42BA7A09.1010709@seznam.cz> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.733) 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:21539 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21539 The latest version of ConTeXt (ver: 2005.07.20 fmt: 2005.7.21 int: =20 english mes: english) seems to have changed \setupindenting in such =20 a way that % for footnotes with paragraphs \let\myfn\footnote \def\footnote{\dosingleempty\mydofootnote} \long\def\mydofootnote[#1]#2{% \iffirstargument \myfn[#1]{\setupindenting[big]#2}% \else \myfn{\setupindenting[big]#2}% \fi } which was suggested by V=EDt Zyka and used to work perfectly, now does =20= not. All my footnote paragraphs are now set without an indent. Changing \setupindenting to \indenting does not seem to work (though =20 it does in the body text for normal paragraphing). What am I missing? Alan On Jun 23, 2005, at 4:59 AM, Vit Zyka wrote: > 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 >