ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Jörg Weger" <joerg73.muc@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: superior numbers for footnote numbers?
Date: Fri, 06 Feb 2015 02:25:33 +0100	[thread overview]
Message-ID: <54D4180D.1080104@googlemail.com> (raw)
In-Reply-To: <54D3F2DD.2090702@wxs.nl>

Hello Hans,


Those are nice self-explanatory commands which also mean I don’t have to 
define them myself.

 From my short opentype feature experience I would add the following 
combinations (defined names could be shortened, long names here only for 
better explanation):


Tabular oldstyle numbers (oldstyle numbers aligning correctly in tables 
through fixed spacing):

\definefontfeature[f:tabular_oldstyle][onum=yes,tnum=yes]

\unexpanded\def\settaboldstyle{\doaddfeature{f:tabular_oldstyle}}

\settaboldstyle


Proportional oldstyle numbers (oldstyle numbers for in-text use 
spaced/kerned according to their forms):

\definefontfeature[f:proportional_oldstyle][onum=yes,pnum=yes]

\unexpanded\def\setpropoldstyle{\doaddfeature{f:proportional_oldstyle}}

\setpropoldstyle


Tabular lining numbers (lining numbers aligning correctly in tables 
through fixed spacing):

\definefontfeature[f:tabular_lining][lnum=yes,tnum=yes]

\unexpanded\def\settablining{\doaddfeature{f:tabular_lining}}

\settablining


Proportional lining numbers (lining numbers spaced/kerned according to 
their forms):

\definefontfeature[f:proportional_lining][lnum=yes,pnum=yes]

\unexpanded\def\setproplining{\doaddfeature{f:proportional_lining}}

\setproplining


plus

Scientific inferiors (numbers for subscript, e.g. in chemical formulas):

\definefontfeature[f:inferiors][sinf=yes]

\unexpanded\def\setinferiors{\doaddfeature{f:inferiors}}

\setinferiors


Of course all this works only if the font offers the according opentype 
features.


Greetings Jörg



On 05.02.2015 23:46, Hans Hagen wrote:
> On 2/5/2015 2:10 PM, Jörg Weger wrote:
>> Thank you very much! I had not thought it was that easy!
>>
>> Jörg
>>
>> On 05.02.2015 13:14, Wolfgang Schuster wrote:
>>> \definefontfamily [mainface][rm][Linux Libertine O]
>>> \definefontfamily [mainface][mm][TeX Gyre Pagella Math]
>>>
>>> \definefontfeature[f:sups][sups=yes]
>>>
>>> \setupbodyfont[mainface]
>>>
>>> \setupnote    [footnote][textcommand=,textstyle=\addff{f:sups}]
>>> \setupnotation[footnote][numbercommand=,headstyle=\addff{f:sups}]
>>>
>>> \starttext
>>>
>>> \input knuth\footnote{Knuth sample text}
>>>
>>> \input ward\footnote{Ward sample text}
>>>
>>> \stoptext
>
> i'll add:
>
> \definefontfeature[f:superiors][sups=yes]
>
> \unexpanded\def\setsuperiors{\doaddfeature{f:superiors}}
>
> (we already have \setsmallcaps, \settabular and \setoldstyle)
>
> Hans
>
>
>
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>      tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
>                                               | www.pragma-pod.nl
> -----------------------------------------------------------------
> ___________________________________________________________________________________
>
> If your question is of interest to others as well, please add an entry
> to the Wiki!
>
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 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 the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2015-02-06  1:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-03 15:45 context wiki and luatex.org offline Taco Hoekwater
2015-02-05 11:43 ` using context wiki offline? Jörg Weger
2015-02-05 12:01   ` superior numbers for footnote numbers? Jörg Weger
2015-02-05 12:14     ` Wolfgang Schuster
2015-02-05 13:10       ` Jörg Weger
2015-02-05 22:46         ` Hans Hagen
2015-02-06  1:25           ` Jörg Weger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54D4180D.1080104@googlemail.com \
    --to=joerg73.muc@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).