Changes

Jump to navigation Jump to search
292 bytes added ,  09:54, 31 January 2006
== How do I access these fonts from ConTeXt? ==
If you don't have installed You can use the various psnfss font metrics with ConTeXt's<tt>texfont</tt>, you will have to change an internal mapping offilenames with the families by using commandslike
<texcode>
\usetypescript [adobekbtimes][8rec]\setupbodyfont[times,ec12pt]
</texcode>
After Note that you can setup your font in the case of &ldquo;helvetica&rdquo; these lines should be replaced with:
<texcode>
\usetypescript[helvetica][ec]\setupbodyfont[poshelvetica,ss,12pt]
</texcode>
and similar commands, like <texcode>\usetypescript[times][ec]\setupbodyfont[times,12pt]</texcode> Note that in the case of &ldquo;helvetica&rdquo; these lines should be replaced with:or
<texcode>
\usetypescript[helvetica][ec]
\setupbodyfont[helvetica,ss,12pt]\starttext\ss
</texcode>
<texcode>
%\usetypescript [adobekb] [8r,ec]% uncomment for old ConTeXt
\usetypescript[times][ec]
\setupbodyfont[times,12pt]
\stoptext
</texcode>
 
== Notes ==
 
'''Pdftex warning messages'''
You are likely to get some warnings from pdfetex like
but these are harmless and can be ignored.
 
'''Older ConTeXt releases (pre 2006.01.09)'''
 
If you use an older ConTeXt release (like one that came with your TeX installation)
you will have to change an internal mapping of font filenames with this command:
 
<texcode>
\usetypescript [adobekb][8r,ec]
</texcode>
 
In new ConTeXt releases, this has become the default behaviour.
 
=== Switching to these fonts ===
 
[[Category:Fonts]]
[[Category:From LaTeX]]

Navigation menu