Am 10.06.2012 um 00:01 schrieb Peter Münster:

> Hi,
> 
> How can I enable tabular numerals please?
> 
> Test file, that does not work:
> 
> --8<---------------cut here---------------start------------->8---
> \usemodule[simplefonts]
> \setmainfont[LinLibertineIO][size=10pt, tnum=yes]
> \starttext
> \addff{tnum}
> \setff{tnum}
> 565656565656X\par
> 000000000000X
> \stoptext
> --8<---------------cut here---------------end--------------->8---

\usemodule[simplefonts]

\definefontfeature[default][default][tnum=yes]

\setmainfont[Linux Libertine O]

\setupbodyfont[10pt]

\starttext
565656565656X\par
000000000000X
\stoptext


or


\definefontfeature[default][default][tnum=yes]

\setupbodyfont[libertine,10pt]

\starttext
565656565656X\par
000000000000X
\stoptext


Wolfgang
___________________________________________________________________________________
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 via email to