ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ConTeXt ML <ntg-context@ntg.nl>
Subject: Re: Font Question
Date: Fri, 03 Aug 2001 16:01:11 +0200	[thread overview]
Message-ID: <5.1.0.14.1.20010803155122.024fa988@server-1> (raw)
In-Reply-To: <20010802190125.A6731@localhost>

At 07:01 PM 8/2/2001 +0200, Marco Kuhlmann wrote:
>     Hi there!
>
>For my first ConTeXt document, I wanted to use Palatino
>together with the pxfonts. This seems to be supported by
>ConTeXt; at least I found some font synonyms in the files.
>
>Here is what I tried (I want to prepare the document in German,
>so I use win to input umlauts directly):
>
>   \useencoding   [win]
>   \usetypescript [math] [px] [ec]
>   \setupbodyfont [ber,ppl,12pt]
>
>Whereas with this setup, ConTeXt is using the Palatino fonts,
>math is still be done with CM. I guess I just did not
>understand the mechanism, though I skimmed the fonts manual.
>
>If there was someone who could send me the lines of code that I
>need and try to explain what they mean, I would really
>appreciate it. Sorry if this is a trivial question, but I did
>not found anything in the archives about it.
>
>     Cheers,
>     Marco
>
>PS: I am running a fresh TeXlive 5 installation.

Here I can say:

\definetypeface[palatino][rm][serif][palatino][default][encoding=ec]
\definetypeface[palatino][mm][math] [palatino][default][encoding=ec]

\definetypeface[times]   [rm][serif][times]   [default][encoding=ec]
\definetypeface[times]   [mm][math] [times]   [default][encoding=ec]

\setupbodyfont[palatino,12pt]

\starttext

Some $m=a+t+h$!

\switchtobodyfont[times,12pt]

Some $m=a+t+h$!

\stoptext

I wonder it it works at your site since i adapted typescripts. There will 
be new ones soon, including an adapted texfont.pl script that you can use 
to install fonts in the encodings you like most. The most fuzzy part is 
getting the map files right.

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


  reply	other threads:[~2001-08-03 14:01 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-02 17:01 Marco Kuhlmann
2001-08-03 14:01 ` Hans Hagen [this message]
2001-08-05 21:02   ` Marco Kuhlmann
2001-08-06  7:42     ` Hans Hagen
2002-02-19 15:04 font question Frans Goddijn
2002-02-19 16:32 ` Bill McClain
2002-02-19 17:22   ` Frans Goddijn
2002-02-19 18:31     ` Bill McClain
     [not found]     ` <003701c1b976$6ab1c800$0100a8c0@digitpaint.nl>
2002-02-19 21:27       ` Frans Goddijn
2002-02-20 12:39         ` Bill McClain
2002-02-20 18:47         ` W. Egger
2005-12-07 22:46 Font Question Aditya Mahajan
2005-12-07 23:45 ` Adam Lindsay
2005-12-08  0:05   ` Aditya Mahajan
2005-12-07 23:55 ` Hans Hagen
2005-12-12 15:32 Henry Blodgiitt
2008-02-29 19:42 Font question Marcin Borkowski
2008-02-29 20:54 ` Hans Hagen
2008-02-29 22:31   ` Marcin Borkowski
2008-02-29 22:57     ` Hans Hagen
2008-03-01  0:17       ` Marcin Borkowski
2008-03-01  0:22         ` Idris Samawi Hamid
2008-03-02  8:48           ` Marcin Borkowski
2008-03-02 13:08             ` Mojca Miklavec
2008-03-02 13:20               ` Wolfgang Schuster
2008-03-04 20:58               ` Marcin Borkowski
2008-03-04 21:09                 ` Wolfgang Schuster
2008-03-04 21:49                   ` Marcin Borkowski
2008-03-05  8:40                 ` Hans Hagen
2008-03-04 22:55     ` Marcin Borkowski
2008-03-05  6:55       ` Thomas A. Schmitz
2008-03-05 14:23         ` Marcin Borkowski
2008-03-05  9:17       ` Taco Hoekwater
2008-03-05 14:29         ` Marcin Borkowski
2008-03-11 14:07         ` Marcin Borkowski

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=5.1.0.14.1.20010803155122.024fa988@server-1 \
    --to=pragma@wxs.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).