From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/67665 Path: news.gmane.org!not-for-mail From: Christian Newsgroups: gmane.comp.tex.context Subject: Re: Footnotes: Individual number styles Date: Wed, 06 Apr 2011 15:00:31 +0200 Message-ID: <4D9C63EF.2040202@gmx.de> References: <000101cbf3ed$5f1ebdc0$1d5c3940$@gmx.de> <20110406004332.GA8382@aides> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1302094857 18364 80.91.229.12 (6 Apr 2011 13:00:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Apr 2011 13:00:57 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 06 15:00:51 2011 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.69) (envelope-from ) id 1Q7SLr-0004rF-0X for gctc-ntg-context-518@m.gmane.org; Wed, 06 Apr 2011 15:00:51 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id EAFA9CABFB; Wed, 6 Apr 2011 15:00:49 +0200 (CEST) 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 1tljHkihulq7; Wed, 6 Apr 2011 15:00:47 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id DA6E1CABF6; Wed, 6 Apr 2011 15:00:46 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id BA319CABF6 for ; Wed, 6 Apr 2011 15:00:45 +0200 (CEST) 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 OQFQdW6pYogc for ; Wed, 6 Apr 2011 15:00:34 +0200 (CEST) Original-Received: from filter1-ams.mf.surf.net (filter1-ams.mf.surf.net [192.87.102.69]) by balder.ntg.nl (Postfix) with ESMTP id 934F8CABDF for ; Wed, 6 Apr 2011 15:00:34 +0200 (CEST) Original-Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by filter1-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with SMTP id p36D0XO6008170 for ; Wed, 6 Apr 2011 15:00:33 +0200 Original-Received: (qmail invoked by alias); 06 Apr 2011 13:00:33 -0000 Original-Received: from f053212130.adsl.alicedsl.de (EHLO [192.168.178.40]) [78.53.212.130] by mail.gmx.net (mp015) with SMTP; 06 Apr 2011 15:00:33 +0200 X-Authenticated: #61879178 X-Provags-ID: V01U2FsdGVkX1+oiAZ3RM2orEQyacxg2cSRQI7wmfyYWPVc8x8wwi ZCwtKvG2YbLb6D User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 In-Reply-To: <20110406004332.GA8382@aides> X-Y-GMX-Trusted: 0 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.165.64.23; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 06Esd0xCI - d311ca080be9 - 20110406 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.69 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:67665 Archived-At: Hi, that was helpful. I managed to get what I wanted. Maybe this is = Wiki-Material: If the opentype font you are using contains special glyphs for = superscript ('sups' feature) you might consider using them for = footnotes. The open source font Linux Libertine has it, for example. Advantage: The default footnote numbers are normal numbers that are = downscaled and raised and therefore are more pale (or thinner, if you = prefer) than the body text. To use it: % define the sups feature: \definefontfeature[sups][sups=3Dyes] \def\sups{\setff{sups}} % use it for footnotes: \setupnote[footnote][textcommand=3D, textstyle=3D\sups] Cheers Christian Am 20:59, schrieb Philipp Gesang: > Hi C, > > On 2011-04-06<01:58:33>, C. wrote: >> Sorry to bother again, but how do I change the style of the footnote num= ber >> that is IN THE TEXT. Not the ones under the line, I can manipulate those >> with numbercommand. >> >> Let's just say I want a normal serif body text, but the footnote numbers= are >> sans serif (or red, if you will) >> To clarify: >> >> This is the main=B2 text. The little two after main wants to be painted = red. >> Here comes more text... >> __________ >> =B2 This two down here does not want to be red. >> >> Is this possible? > > at least I can try: > > =B7=B78<=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7= =B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7= =B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7 > > \setupfootnotes[ > textcommand=3D\low, > textstyle=3D\bi, > textcolor=3Dred, > ] > \starttext > > What is the air speed velocity of an unladen\footnote{African or > European.} swallow? > > \stoptext \endinput > > =B7=B78<=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7= =B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7= =B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7=B7 > > Good night, Philipp > > > > >> >> ________________________________________________________________________= ___________ >> If your question is of interest to others as well, please add an entry t= o the Wiki! >> >> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-c= ontext >> webpage : http://www.pragma-ade.nl / http://tex.aanhet.net >> archive : http://foundry.supelec.fr/projects/contextrev/ >> wiki : http://contextgarden.net >> ________________________________________________________________________= ___________ > ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________