Difference between revisions of "Lucida - Old Content"

From Wiki
Jump to navigation Jump to search
(first info)
 
Line 19: Line 19:
 
   d:\context\usr\local\context\tex\texmf-local\tex\context\user
 
   d:\context\usr\local\context\tex\texmf-local\tex\context\user
 
</li>
 
</li>
<li> Copy the type-luc file (I received from Hans van der Meer) to
+
<li> Copy the type-luc file to
 
   d:\context\usr\local\context\tex\texmf-local\tex\context\base
 
   d:\context\usr\local\context\tex\texmf-local\tex\context\base
 
</li>
 
</li>

Revision as of 09:44, 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 my 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]