From: Matthijs Kooijman Date: Wed, 10 Jun 2009 11:06:31 +0000 (+0200) Subject: Use a custom selection of fonts. X-Git-Tag: final-thesis~334 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=c09a54b4840b638d220a3c24c3fa8c1daea606e6 Use a custom selection of fonts. --- diff --git a/Core2Core.tex b/Core2Core.tex index f576b71..1c972d1 100644 --- a/Core2Core.tex +++ b/Core2Core.tex @@ -1,9 +1,20 @@ \mainlanguage [en] \setuppapersize[A4][A4] -\setupbodyfont[10pt] -%\usetypescript [lbr][ec] -%\switchtotypeface [lbr] [10pt] +% 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 +\usetypescript [Custom] + +% Use our custom typeface +\switchtotypeface [Custom] [10pt] % The function application operator, which expands to a space in math mode \define[1]\expr{|#1|}