Allow passing a once option to scons.
[matthijs/master-project/report.git] / Utils / Fonts.tex
index 770dfb137d8368e79d4038a4d7d54ee76193f319..6ddc35488dd6e93b7d2189c8afc2a5b044be1abb 100644 (file)
@@ -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
@@ -33,3 +33,5 @@
 \definetypeface [Custom] [tt] [mono]  [modern]               [default]
 \definetypeface [Custom] [mm] [math]  [modern]     [default]
 \stoptypescript
+
+% vim: set sw=2 sts=2 expandtab: