ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to use Helvetica font only for the headings?
@ 2006-04-08 17:17 R S Ananda Murthy
  2006-04-08 17:29 ` Taco Hoekwater
  0 siblings, 1 reply; 3+ messages in thread
From: R S Ananda Murthy @ 2006-04-08 17:17 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to use Helvetica font only for the headings?
  2006-04-08 17:17 How to use Helvetica font only for the headings? R S Ananda Murthy
@ 2006-04-08 17:29 ` Taco Hoekwater
  2006-04-08 18:00   ` R S Ananda Murthy
  0 siblings, 1 reply; 3+ messages in thread
From: Taco Hoekwater @ 2006-04-08 17:29 UTC (permalink / raw)



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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to use Helvetica font only for the headings?
  2006-04-08 17:29 ` Taco Hoekwater
@ 2006-04-08 18:00   ` R S Ananda Murthy
  0 siblings, 0 replies; 3+ messages in thread
From: R S Ananda Murthy @ 2006-04-08 18:00 UTC (permalink / raw)


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
>
>
>   

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-04-08 18:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-08 17:17 How to use Helvetica font only for the headings? R S Ananda Murthy
2006-04-08 17:29 ` Taco Hoekwater
2006-04-08 18:00   ` R S Ananda Murthy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).