From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19829 Path: news.gmane.org!not-for-mail From: Idris Samawi Hamid Newsgroups: gmane.comp.tex.context Subject: Re: footnote reference mark font switch Date: Wed, 13 Apr 2005 16:39:45 -0600 Organization: Colorado State University Message-ID: References: <425E7A74@webmail.colostate.edu> <20050413223529.21545@mail.comp.lancs.ac.uk> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1113431955 22354 80.91.229.2 (13 Apr 2005 22:39:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Apr 2005 22:39:15 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 14 00:39:11 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 1DLqV4-0007Ko-Lq for gctc-ntg-context-518@m.gmane.org; Thu, 14 Apr 2005 00:38:23 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D94451278E; Thu, 14 Apr 2005 00:41:39 +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 29913-03; Thu, 14 Apr 2005 00:41:39 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E391C12886; Thu, 14 Apr 2005 00:39:51 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C00201279D for ; Thu, 14 Apr 2005 00:39:49 +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 29913-02-2 for ; Thu, 14 Apr 2005 00:39:49 +0200 (CEST) Original-Received: from eagle.colostate.edu (eagle.acns.colostate.edu [129.82.100.90]) by ronja.ntg.nl (Postfix) with ESMTP id 880F21278E for ; Thu, 14 Apr 2005 00:39:48 +0200 (CEST) Original-Received: from lamar.colostate.edu (lamar.acns.colostate.edu [129.82.100.75]) by eagle.colostate.edu (AIX5.1/8.11.6p2/8.11.0) with ESMTP id j3DMdlS98294 for ; Wed, 13 Apr 2005 16:39:47 -0600 Original-Received: from IHAMID (ihamid.libarts.colostate.edu [129.82.187.166]) by lamar.colostate.edu (AIX5.1/8.11.6p2/8.11.0) with ESMTP id j3DMdXH905778 for ; Wed, 13 Apr 2005 16:39:33 -0600 Original-To: mailing list for ConTeXt users In-Reply-To: <20050413223529.21545@mail.comp.lancs.ac.uk> User-Agent: Opera7.23/Win32 M2 build 3227 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:19829 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19829 On Wed, 13 Apr 2005 22:35:29 +0100, Adam Lindsay =20 wrote: > Idris Samawi Hamid said this at Wed, 13 Apr 2005 14:54:51 -0600: > >> The idea is to print the reference marker, in this case `1', in a=20 >> different >> font from both the main text and from the footnote text. That is, >> \setupfootnotes should let me transparently distinguish between > > How about this? > > \setupfootnotes[style=3D\ss,textcommand=3D,command=3D,textstyle=3Dsmall= capped] > Your setup compiled but did not work, even after bracketing the commands.= =20 I still get no font changes: =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 % output=3Dpdf interface=3Den %\setupfootnotes[before=3D\ss,after=3D\sc] \setupfootnotes[{style=3D\ss},{textstyle=3D\sc}] \starttext This is a test.\footnote{This is a test} \stoptext =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 Caveat: My up-to-date (well, before the latest beta) is at home and I'm a= t=20 work with an older ConTeXt. OTOH but this is not a new feature so should=20 work... Thnx Idris --=20 Professor Idris Samawi Hamid Department of Philosophy Colorado State University Fort Collins, CO 80523