Use old style numbers when available.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 16 Sep 2009 12:52:03 +0000 (14:52 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 16 Sep 2009 12:52:03 +0000 (14:52 +0200)
Utils/Fonts.tex

index 8aa4b41cd904e6c09797836aafa8085655884071..21d6afeb578afa893bf6c05ef6b5f266c642663e 100644 (file)
@@ -1,4 +1,3 @@
-
 % Script taken from the "typescripts" pacakage at http://modules.contextgarden.net/typescripts
 \starttypescript [serif] [linuxlibertine]
     \definefontsynonym [LinuxLibertine-Regular]    [name:Linux Libertine O]             [features=default]
 % Script taken from the "typescripts" pacakage at http://modules.contextgarden.net/typescripts
 \starttypescript [serif] [linuxlibertine]
     \definefontsynonym [LinuxLibertine-Regular]    [name:Linux Libertine O]             [features=default]
@@ -20,6 +19,9 @@
 
 \usetypescript[linuxlibertine]
 
 
 \usetypescript[linuxlibertine]
 
+% Use old numbers when available
+\definefontfeature[default][default][onum=yes]                                                                                                               
+
 % Define a custom typescript. We could also have put the \definetypeface's
 % directly in the script, without a typescript, but I guess this is more
 % elegant...
 % Define a custom typescript. We could also have put the \definetypeface's
 % directly in the script, without a typescript, but I guess this is more
 % elegant...