Changes

Jump to navigation Jump to search
1,436 bytes added ,  01:38, 6 April 2008
B&H flavoured Lucida installation on GNU/Linux
<texcode>
\lucida{10pt}
</texcode>
</li>
</ol>
 
== Installation of B&H-flavoured Lucida Bright fonts ==
''Renaud Aubin''
 
Assumptions:
<ul>
<li> GNU/Linux,</li>
<li> your B&H Lucida Bright distro unpacks .afm and .pfb files in ./fonts/afm/bh/lucida and fonts/type1/bh/lucida</li>
</ul>
Procedure:
<ul>
<li>unpack your B&H distro to TEXMFLOCAL,</li>
<li>run <pre> texfont --ve=bh --co=lucida --so=auto --fo=$TEXMFLOCAL/fonts --ma --in --expert</pre></li>
<li>get the tfm files contained in the third party module [http://modules.contextgarden.net/lucidabright] and put them to $TEXMFLOCAL/fonts/tfm/bh/lucida </li>
<li>uncomment \usetypescriptfile[type-buy] in cont-sys.tex,
<li>give it a try with:
<texcode>
\startMPenvironment[global] % use lucida for metapost too
\usetypescript[lucida][texnansi]
\usetypescript[lucidabfm][texnansi] % for bold math
\usetypescript[lucidaboldmath][texnansi] % for bold math
\setupbodyfont[lucida,10pt]
\definebodyfont[17.3pt,14.4pt,12pt,11pt,10pt,9pt,8pt,7pt,6pt,5pt,4pt][rm][bc=SerifBoldCaps sa 1,
bca=SerifBoldCaps sa a,
bcb=SerifBoldCaps sa b,
bcc=SerifBoldCaps sa c,
bcd=SerifBoldCaps sa d,
bcx=SerifBoldCaps sa x,
bcxx=SerifBoldCaps sa xx] % dunno if required from now
\stopMPenvironment
 
 
\starttext
\input knuth
 
\setupbodyfont[lucida,10pt,cg]
\input knuth
 
\setupbodyfont[lucida,10pt,hw]
\input knuth
 
\setupbodyfont[lucida,10pt,sans]
\input knuth
 
\setupbodyfont[lucida,10pt,mono]
\input knuth
\stoptext
</texcode>
</li>
</ul>
24

edits

Navigation menu