Add some initial structure for the final report.
[matthijs/master-project/report.git] / Utils / Fonts.tex
diff --git a/Utils/Fonts.tex b/Utils/Fonts.tex
new file mode 100644 (file)
index 0000000..1d3974c
--- /dev/null
@@ -0,0 +1,11 @@
+
+% 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...
+\starttypescript[Custom]
+% This is a sans font that supports greek symbols
+\definetypeface [Custom] [ss] [sans]  [iwona]                [default]
+\definetypeface [Custom] [rm] [serif] [antykwa-torunska]     [default]
+\definetypeface [Custom] [tt] [mono]  [modern]               [default]
+\definetypeface [Custom] [mm] [math]  [modern]               [default]
+\stoptypescript