From: Matthijs Kooijman Date: Wed, 16 Sep 2009 12:52:03 +0000 (+0200) Subject: Use old style numbers when available. X-Git-Tag: final-thesis~260 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=bd1a6654263a93a66d1872334831bf69fc98610e Use old style numbers when available. --- diff --git a/Utils/Fonts.tex b/Utils/Fonts.tex index 8aa4b41..21d6afe 100644 --- a/Utils/Fonts.tex +++ b/Utils/Fonts.tex @@ -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] @@ -20,6 +19,9 @@ \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...