ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Otared Kavian <otared@wanadoo.fr>
Cc: ntg-context@ntg.nl
Subject: Re: Helvetica ?
Date: Fri, 11 Mar 2005 21:24:37 +0100	[thread overview]
Message-ID: <p06110403be57ad653714@[10.0.1.2]> (raw)
In-Reply-To: <a06210200be577b40d7b1@[83.176.133.146]>

At 17:59 +0100 11/03/05, Steffen Wolfrum wrote:
>Hi,
>
>I used to install the fonts that I need for contexing.
>
>But for the current project only Helvetica is needed, and so I 
>remembered Patrick saying:
>
>>  using Helvetica works for me:
>>  --------------------------------------------------
>>  \usetypescript [adobekb][\defaultencoding]
>>  \usetypescript [postscript][\defaultencoding]
>>  \setupbodyfont[pos,ss,12pt]
>>
>>  \starttext
>>  foo
>>  \stoptext
>
>

For me the following works fine:

%%%% begin
\usetypescript [adobekb][\defaultencoding]
\setupbodyfont[pos]

%% for helvetica uncomment this
\usetypescript[helvetica][\defaultencoding]
\setupbodyfont[helvetica,ss,12pt]

%% for times uncomment this
%\usetypescript[times][\defaultencoding]
%\setupbodyfont[times,12pt]

\starttext
\input knuth
\bigskip

And this should be some maths with PostScript fonts (but not with 
Helvetica\dots).
\startformula
{a \over b} = {c \over d} \iff ad - bc = 0, \qquad \int_0^{2\pi} 
\sin(x)^2dx =\pi, \qquad {\rm e}^{{\rm i}\pi} + 1 = 0.
\stopformula

\stoptext
%%%% end

Somehow, unlike Adam's suggestion, I can't replace [\defaultencoding] by [8r].

Cheers: OK

  parent reply	other threads:[~2005-03-11 20:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-11 16:59 Steffen Wolfrum
2005-03-11 17:29 ` Adam Lindsay
2005-03-11 17:43 ` A (my) OTR problem luigi.scarso
2005-03-13 22:56   ` h h extern
2005-03-13 23:05   ` h h extern
2005-03-14  7:21     ` luigi.scarso
2005-03-14  8:29       ` Hans Hagen
2005-03-14  8:41         ` luigi.scarso
2005-03-11 20:24 ` Otared Kavian [this message]
2005-03-13 16:41 ` Helvetica ? Patrick Gundlach
2005-03-11 20:32 Steffen Wolfrum
2005-03-13 19:21 Steffen Wolfrum
2005-03-14  9:42 ` Patrick Gundlach
2005-03-14 10:43 Steffen Wolfrum
2005-03-14 11:30 ` Patrick Gundlach
2005-03-14 13:07 Steffen Wolfrum
2005-03-14 13:54 ` Patrick Gundlach
2005-03-14 15:57 Steffen Wolfrum
2005-03-14 16:58 ` Helvetica! Patrick Gundlach

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='p06110403be57ad653714@[10.0.1.2]' \
    --to=otared@wanadoo.fr \
    --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).