Replace a starttyping with starthaskell.
[matthijs/master-project/report.git] / Utils / Fonts.tex
index 8aa4b41cd904e6c09797836aafa8085655884071..7859a897d4d2f3b7a9e886781cff438ec327050c 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]
 
 \usetypescript[linuxlibertine]
 
+% Use old numbers when available
+\definefontfeature[default][default][onum=yes]
+\definefontfeature[normalnum][default][onum=no]
+
 % 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 +32,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: