How to use Helvetica font only for the headings?
Hello, I want to use sans serif font like Helvetica only for the headings like chapter title, section headings etc. I want the body text in Times Roman font. How to do this in ConTeXt? Thanks for your help, Anand
Hi Anand, R S Ananda Murthy wrote:
Hello,
I want to use sans serif font like Helvetica only for the headings like chapter title, section headings etc.
\setuphead[chapter][style=\ss]
I want the body text in Times Roman font.
\usetypescript[postscript][ec] \setupbodyfont[postscript]
How to do this in ConTeXt?
I heartily advice reading the documents mentioned at the beginning of this page: http://wiki.contextgarden.net/Official_ConTeXt_Documentation That will drastically decrease the number of questions you have to ask while getting started. Greetings, Taco
Taco Hoekwater wrote:
Hi Anand,
R S Ananda Murthy wrote:
Hello,
I want to use sans serif font like Helvetica only for the headings like chapter title, section headings etc.
\setuphead[chapter][style=\ss]
I want the body text in Times Roman font.
\usetypescript[postscript][ec] \setupbodyfont[postscript]
The above lines did not give the required results. Instead I used the following: \usetypescript[adobekb][\defaultencoding] \setupbodyfont[pos] \usetypescript[times][\defaultencoding] \setupbodyfont[times,11pt] \setupbodyfont[times,11pt] I am using tetex-3.0 that comes with Slackware 10.2. Anand
How to do this in ConTeXt?
I heartily advice reading the documents mentioned at the beginning of this page:
http://wiki.contextgarden.net/Official_ConTeXt_Documentation
That will drastically decrease the number of questions you have to ask while getting started.
Greetings, Taco _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
participants (2)
-
R S Ananda Murthy
-
Taco Hoekwater