X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Utils%2FFonts.tex;h=6ddc35488dd6e93b7d2189c8afc2a5b044be1abb;hp=21d6afeb578afa893bf6c05ef6b5f266c642663e;hb=b2047c9f1622d62aecc6708dd19c38b14810f275;hpb=bd1a6654263a93a66d1872334831bf69fc98610e diff --git a/Utils/Fonts.tex b/Utils/Fonts.tex index 21d6afe..6ddc354 100644 --- a/Utils/Fonts.tex +++ b/Utils/Fonts.tex @@ -20,7 +20,7 @@ \usetypescript[linuxlibertine] % Use old numbers when available -\definefontfeature[default][default][onum=yes] +\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 @@ -31,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: