X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Utils%2FFonts.tex;h=5d3aa094eddaa96a19988a26d46ddddf74a1c4f3;hp=8aa4b41cd904e6c09797836aafa8085655884071;hb=100a8917713c1300a2002299cea94b04ac66848a;hpb=ee17707ee2e9a69e40eb0897d830d7b582214619 diff --git a/Utils/Fonts.tex b/Utils/Fonts.tex index 8aa4b41..5d3aa09 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... @@ -29,5 +31,7 @@ % This is a serif font that supports greek symbols \definetypeface [Custom] [rm] [serif] [linuxlibertine] [default] \definetypeface [Custom] [tt] [mono] [modern] [default] -\definetypeface [Custom] [mm] [math] [antykwa-torunska] [default] +\definetypeface [Custom] [mm] [math] [modern] [default] \stoptypescript + +% vim: set sw=2 sts=2 expandtab: