ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Nigel King <king@dircon.co.uk>
Cc: <ntg-context@ntg.nl>
Subject: Re: PostScript font access problem
Date: Fri, 24 May 2002 08:50:16 +0100	[thread overview]
Message-ID: <B913AF48.8735%king@dircon.co.uk> (raw)
In-Reply-To: <20020523171301.D11564@bar.loria.fr>

I have also done too much trial and error here!
My test file is

\setupoutput[pdftex]
\starttext
\showbodyfont[pos]
\stoptext

I think the the line
\usetypescript[berry][ec]
Is in cont-sys.tex as
\setupencoding [\s!default=ec]
and
\usetypescript [berry] [\defaultencoding]

I get the following errors and warnings
Missing character: There is no A in font ec-uhvro8a!
Missing character: There is no g in font ec-uhvro8a!
Missing character: There is no A in font ec-uhvro8a!
Missing character: There is no g in font ec-uhvro8a!
 [1.1{/sw/share/texmf.os/dvips/config/pdftex.map}
Warning: pdfetex (file Ttbbold.map): cannot open font map file

The pdf file is produced without \ss\sl and \ss\it characters

I have ec-uhvro8a.tfm and ec-uhvro8a.vf

I modify the test file to

\setupoutput[pdftex]
\definefontsynonym [ec-uhvro8a]                 [uhvro8t] [encoding=ec]
\starttext
\showbodyfont[pos]
\stoptext

And disaster sets in because uhvro8t.tfm is not found

Where did you get this file from?

Is your modification above the correct one?

>Btw, where is it specified that ec is the default encoding?
This is in my cont-sys.tex as shown above

I would actually really like

\showbodyfont[postscript]

To work since the characters are more equal in size and density I can make
them the size I want by adding the \definetypeface lines as shown below.

\setupoutput[pdftex]
\definetypeface[pos][ss][sans][helvetica][default][rscale=.9,encoding=ec]
\definetypeface[pos][tt][mono][courier]  [default][rscale=1.1,encoding=ec]
\starttext
\showbodyfont[pos]
\stoptext

-- 
Nigel


  parent reply	other threads:[~2002-05-24  7:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-23 10:33 Denis B. Roegel
2002-05-23 10:47 ` Frans Goddijn
2002-05-23 14:39   ` Denis B. Roegel
2002-05-23 15:13   ` Denis B. Roegel
2002-05-23 15:59     ` Frans Goddijn
2002-05-23 17:19       ` John Culleton
2002-05-23 18:35       ` Henning Hraban Ramm
2002-05-23 18:00     ` Hans Hagen
2002-05-24  7:50     ` Nigel King [this message]
2002-05-27 20:15 ` Hans Hagen

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=B913AF48.8735%king@dircon.co.uk \
    --to=king@dircon.co.uk \
    --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).