ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Simon Pepping <spepping@scaprea.hobby.nl>
Subject: Re: Problems recompiling LaTeX2ConTeXt.tex
Date: Wed, 5 Mar 2003 21:25:04 +0100	[thread overview]
Message-ID: <20030305202503.GA1673@scaprea> (raw)
In-Reply-To: <20030304164524.36756.qmail@web10706.mail.yahoo.com>

On Tue, Mar 04, 2003 at 08:45:24AM -0800, James J. Ramsey wrote:
> 
> ! I can't find file `Times-Roman'.
> <*> ...our; mag:=1; nonstopmode; input Times-Roman
>                                                   
> Please type another input file name
> ! Emergency stop.
> <*> ...our; mag:=1; nonstopmode; input Times-Roman
>                                                   
> Transcript written on mfput.log.
> mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode;
> input Times-Roman' failed.
> kpathsea: Appending font creation commands to
> missfont.log.
> 
> ! Font \*12ptrmtf*=Times-Roman at 12.0pt not loadable:
> Metric (TFM) file not fo
> und.
> \lastfontname ->Times-Roman at \scaledfont 
                                            
I think you need to add the following lines of code:

\setupencoding[default=ec]
\usetypescript [serif] [times]     [\defaultencoding]
\usetypescript [sans]  [helvetica] [\defaultencoding]
\usetypescript [mono]  [courier]   [\defaultencoding]
\usetypescript [berry] [\defaultencoding]

These map Times-Roman to utmr etc., which hopefully are on your
installation. If they are not, you should have ptmr etc., but that
would require a modified version of these typescripts.

Alternatively, you can use the following lines of code, which achieve
the same thing:

\usetypescript[postscript] [ec]
\usetypescript[berry][ec]
\switchtotypeface [postscript][rm]

I think running Red Hat 8.0, with teTeX-1.0.7 with ConTeXt ver:
2002.1.28 is a reasonable thing to do. Most of the software packages I
run are older than that. One only runs the latest and greatest of
software one is especially interested in.

Regards, Simon

-- 
Simon Pepping
email: spepping@scaprea.hobby.nl

  parent reply	other threads:[~2003-03-05 20:25 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-04 16:45 James J. Ramsey
2003-03-05 17:30 ` Hans Hagen
2003-03-05 17:34 ` Jens-Uwe Morawski
2003-03-05 18:16   ` James J. Ramsey
2003-03-05 21:55     ` Jens-Uwe Morawski
2003-03-06  9:35       ` Jens-Uwe Morawski
2003-03-06  9:53       ` Jens-Uwe Morawski
2003-03-06  9:37     ` Maarten Sneep
2003-03-05 20:25 ` Simon Pepping [this message]
2003-03-05 22:26   ` James J. Ramsey
2003-03-06 20:44     ` Simon Pepping
2003-03-06 23:33       ` James J. Ramsey
2003-03-05 23:03   ` Jens-Uwe Morawski
2003-03-06 20:35     ` Simon Pepping

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=20030305202503.GA1673@scaprea \
    --to=spepping@scaprea.hobby.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).