ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: "ntg-context" <ntg-context@ntg.nl>
Subject: Re: oldstyle footnotemarks
Date: Fri, 25 Aug 2000 12:22:59 +0200	[thread overview]
Message-ID: <3.0.6.32.20000825122259.017e8c90@pop.wxs.nl> (raw)
In-Reply-To: <000701c00e6d$c9bf1060$a77c2ed5@arnhem.chello.nl>

At 10:23 AM 8/25/00 +0200, Frans Goddijn wrote:
>is \os{2} gives me the number 2 from the font's expert set, how can I
>ensure that numbered footnotemarks are also in \os format?

I will add in the next release: 

\defineconversion[o][\oldstylenumerals]

\def\oldstylenumerals#1{{\os\number#1}}

Now you can say: 

\setupfootnotes[conversion=o]

\startitemize[o]
\item test\footnote{Does this looks old enough?}
\item test
\item test
\stopitemize

Or, you may like in your style: 

\defineconversion[][\oldstylenumerals]   % default 
\defineconversion[n][\oldstylenumerals]  % n key 

\startitemize[n]
\item test\footnote{Does this looks old enough?}
\item test
\item test
\stopitemize

in that case you can omit al kind of settings, 

Hans

-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


  reply	other threads:[~2000-08-25 10:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-25  8:23 Frans Goddijn
2000-08-25 10:22 ` Hans Hagen [this message]
2000-08-25 13:34   ` Frans Goddijn
2000-08-25 13:38     ` Hans Hagen
2000-08-25 15:20       ` Frans Goddijn
2000-08-25 16:59         ` Hans Hagen
2000-08-25 19:48           ` Frans Goddijn
2000-09-03 14:18       ` Frans Goddijn
2000-09-04 15:25         ` Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2000-08-20 16:27 how old are we toay Frans Goddijn
2000-08-27 21:35 ` Oldstyle footnotemarks Frans Goddijn
2000-08-28  7:39   ` Hans Hagen

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=3.0.6.32.20000825122259.017e8c90@pop.wxs.nl \
    --to=pragma@wxs.nl \
    --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).