Difference between revisions of "Lucida - Old Content"

From Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
   d:\context\usr\local\context\tex\texmf-local\fonts\tfm\yandy\luc
 
   d:\context\usr\local\context\tex\texmf-local\fonts\tfm\yandy\luc
 
</li>
 
</li>
<li> Move my personal '\environment files' to
+
<li> Move personal '\environment files' to
 
   d:\context\usr\local\context\tex\texmf-local\tex\context\user
 
   d:\context\usr\local\context\tex\texmf-local\tex\context\user
 
</li>
 
</li>
Line 39: Line 39:
 
   \usemathcollection[lbr]
 
   \usemathcollection[lbr]
 
</texcode>
 
</texcode>
 +
</li>
 +
<li>
 +
and use it in your document as follows:
 +
<texcode>
 +
\lucida{10pt}
 +
</texcode
 
</li>
 
</li>
 
</ol>
 
</ol>

Revision as of 09:50, 18 April 2007

Installation of YandY+TUG Lucida Bright fonts

according to Sytse Knypstra

  1. Install lucida fonts (unzip to e.g. texmf-local tree)
  2. Copy all lucida related .afm and .pfb files to d:\temp
  3. Open a MS-DOS window; go to directory d:\temp and run
       texfont --fontroot=d:\context\usr\local\context\tex\texmf-local
       --ve=yandy --co=luc --ma --in --expert
       
  4. 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
  5. Move personal '\environment files' to d:\context\usr\local\context\tex\texmf-local\tex\context\user
  6. Copy the type-luc file to d:\context\usr\local\context\tex\texmf-local\tex\context\base
  7. 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]
  8. Run mktexlsr
  9. define a macro \lucida as follows:
    \define[1]\lucida{
      \usetypescript[luc][texnansi]
      \setupformulas[method=bold]
      \setupbodyfont[luc,#1]
      \enablemathcollection[lbr]
      \input math-lbr
      \usemathcollection[lbr]
    
  10. and use it in your document as follows: <texcode> \lucida{10pt} </texcode