Changes

Jump to navigation Jump to search
1,297 bytes added ,  09:28, 18 April 2007
first info
== Installation of YandY+TUG Lucida Bright fonts ==
''according to Sytse Knypstra''

<ol>
<li> Install lucida fonts (unzip to e.g. texmf-local tree)</li>
<li> Copy all lucida related .afm and .pfb files to d:\temp
</li>
<li> Open a MS-DOS window; go to directory d:\temp and run
<pre>
texfont --fontroot=d:\context\usr\local\context\tex\texmf-local
--ve=yandy --co=luc --ma --in --expert
</pre>
</li>
<li> Copy the 11 mathematical tfm files lbma.tfm,...,lbmsd.tfm to the
directory:
d:\context\usr\local\context\tex\texmf-local\fonts\tfm\yandy\luc
</li>
<li> Move my personal '\environment files' to
d:\context\usr\local\context\tex\texmf-local\tex\context\user
</li>
<li> Copy the type-luc file (I received from Hans van der Meer) to
d:\context\usr\local\context\tex\texmf-local\tex\context\base
</li>
<li> Edit the file cont-sys.tex in
d:\context\usr\local\context\tex\texmf-local\tex\context\user
and add '\usetypescriptfile[type-luc] ' below the line
\usetypescriptfile[type-buy]
</li>
<li> Run mktexlsr
</li>
<li> define a macro \lucida as follows:
<texcode>
\define[1]\lucida{
\usetypescript[luc][texnansi]
\setupformulas[method=bold]
\setupbodyfont[luc,#1]
\enablemathcollection[lbr]
\input math-lbr
\usemathcollection[lbr]
</texcode>
</li>
</ol>
31

edits

Navigation menu