ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Marius <mariausol@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: times new roman, arial and courier fonts
Date: Sat, 23 Jan 2010 21:22:01 +0200	[thread overview]
Message-ID: <c86049a21001231122h54576595ib2dbe6027874e2e2@mail.gmail.com> (raw)
In-Reply-To: <4B5B0E65.6010106@googlemail.com>


[-- Attachment #1.1: Type: text/plain, Size: 781 bytes --]

On Sat, Jan 23, 2010 at 4:57 PM, Wolfgang Schuster <
schuster.wolfgang@googlemail.com> wrote:

> Am 23.01.10 15:46, schrieb Marius:
>
>  Hello all,
>>
>> how to set times new roman as \rm, arial as \ss and courier as \tt?
>>
>
> When you need only the Times/Arial/Courier look you can use:
>
> \usetypescript[postscript]
> \setupbodyfont[postscript]


Thank you for the hint.
The solution to my question is:

\usetypescriptfile[type-win]
\starttypescript [winfonts]
 \definetypeface [winfonts] [rm] [serif] [times]   [default]
 \definetypeface [winfonts] [ss] [sans]  [arial]   [default]
 \definetypeface [winfonts] [tt] [mono]  [courier] [default]
 \definetypeface [winfonts] [mm] [math]  [times]   [default]
\stoptypescript
\usetypescript[winfonts]
\setupbodyfont[winfonts,10pt]

[-- Attachment #1.2: Type: text/html, Size: 1341 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2010-01-23 19:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-23 14:46 Marius
2010-01-23 14:57 ` Wolfgang Schuster
2010-01-23 19:22   ` Marius [this message]
2010-01-24  9:59     ` Wolfgang Schuster
     [not found] <mailman.0.1264330801.10026.ntg-context@ntg.nl>
2010-01-24 14:32 ` Vyatcheslav Yatskovsky
2010-01-24 17:06   ` Wolfgang Schuster

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=c86049a21001231122h54576595ib2dbe6027874e2e2@mail.gmail.com \
    --to=mariausol@gmail.com \
    --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).