ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Willi Egger <w.egger@boede.nl>
Subject: Re: Mixing fonts ?
Date: Wed, 03 May 2006 19:06:25 +0200	[thread overview]
Message-ID: <4458E311.2010106@boede.nl> (raw)
In-Reply-To: <44588BEC.7070708@cs.com>

Hi Wim,

You can have a look into the files in the distribution beginning with 
"type-". Most of the free fonts are already defined in those files....

\usetypescript[times][texnansi] ---> get times, this will result in 
tx-fonts for math.

Otherwise define your own typeface:

\starttypescript[myfont][texnansi]
    
\definetypeface[Times-CMR][rm][serif][times][default][encoding=\typescripttwo]
    \definetypeface[Times-CMR][ss][sans] [helvetica] [default] 
[encoding=\typescripttwo,rscale=0.9]
    \definetypeface [Times-CMR] [tt] [mono]  [modern]    [default] 
[encoding=\typescripttwo,rscale=1.05]
   \definetypeface [Times-CMR] [mm] [math]  [modern]     [default] 
[encoding=\typescripttwo]
\stoptypescript

\usetypescript[myfont][texnansi]
\setupbodyfont[Times-CMR, rm, 12pt]

\starttext
This is Times, \fontname\font
\blank
$$a^2 + b^2 = c^2$$

{\switchtobodyfont[ss,16pt] it works}
\stoptext

Another source for getting into this is the context wiki: 
http://wiki.contextgarden.net/Main_Page

Kind regards

Willi

WN wrote:

>I am trying to learn more about font switching (read the font manuals 
>but to no avail).
>The thing I am trying to do is :
>
>* For normal text I want to use the Times-Roman font
>* For math's I want to use a different font, i.e. Computer Modern
>
>I think I have to work with typescripts and use combinations of 
>\setupbodyfont but
>I cannot work out the proper combination.
>
>Thanks for any help
>Regards
>Wim
>
>_______________________________________________
>ntg-context mailing list
>ntg-context@ntg.nl
>http://www.ntg.nl/mailman/listinfo/ntg-context
>  
>

      parent reply	other threads:[~2006-05-03 17:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-03 10:54 WN
2006-05-03 11:25 ` Thomas A. Schmitz
2006-05-03 17:06 ` Willi Egger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4458E311.2010106@boede.nl \
    --to=w.egger@boede.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).