ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Mojca Miklavec" <mojca.miklavec.lists@gmail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Cc: Berend de Boer <berend@pobox.com>
Subject: Re: Getting the default pdf fonts working on texlive 2007
Date: Thu, 1 Nov 2007 11:46:21 +0100	[thread overview]
Message-ID: <6faad9f00711010346w54271d0claabc929f2323b620@mail.gmail.com> (raw)
In-Reply-To: <22af238a0710261604y35dcf540h3c1bad71a17f363c@mail.gmail.com>

On 10/27/07, George N. White III <gnwiii@gmail.com> wrote:
> On 10/26/07, Berend de Boer <berend@pobox.com> wrote:
>
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Hi Guys,
> >
> > Just had sometime to update to texlive 2007 from the DVD that was on
> > the shelf for quite some time.
> >
> > But as usual, the default postscript fonts don't work.
>
> Since I gave away my NeXT system, I no longer have Adobe fonts.
> Linux has (some version of) the URW fonts, so that is what I use.
>
> Most of the font support in TL is for LaTeX.  ConTeXt started out using
> plain tex mechanism and then took a different approach.   Look for
> mfont.pdf on the ConTeXt site (I don't see it in TeX Live).   It explains
> how to generate the missing map files as well as the typescript.
>
> You might look into XeTeX and (eventually) luatex, which are supposed to
> make it easier to use system fonts.
>
> > Setup: default texlive 2007. No cont-sys.tex. I used updmap --edit to
> > change LW35 to ADOBEkb.
> >
> > Here my test file:
> >
> > ==================================================
> > \setupbodyfont
> >   [postscript,11pt]

You are missing this line (in front of setupbodyfont) for example:

\usetypescript[postscript][ec]
\setupbodyfont[postscript,11pt]

Does this work?

8r are "kind-of-not-supported any more", that's why files might be missing.

Note that the line above currently loads some urw fonts, while it will
load TeX Gyre in the future.

> Try just "[pos,11pt]".  I get:  (using the MKiV context with the svn version of
> TL, so your results may not be quite the same, but this stuff shouldn't have
> changed much.

Tthis syntax is obsolete and only left there for backward
compatibility. See type-pre.tex:

%D This file is obsolete. We now have latin modern and proper
%D typescripts. Forget about this file.

%D This file defines some typescripts that simulate the pre-typescript way
%D of defining fonts. This file will not be extended.

\starttypescript [pos]
  \usetypescript [postscript] [\defaultencoding]
  \setupbodyfont [postscript]
\stoptypescript

Mojca

PS: true, updmap is not used
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2007-11-01 10:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-26 20:56 Berend de Boer
2007-10-26 23:04 ` George N. White III
2007-11-01 10:46   ` Mojca Miklavec [this message]
2007-11-12  1:33     ` Berend de Boer
2007-11-12  7:47       ` Mojca Miklavec
2007-10-26 23:14 ` luigi scarso
2007-10-27  0:05 ` Peter Rolf

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=6faad9f00711010346w54271d0claabc929f2323b620@mail.gmail.com \
    --to=mojca.miklavec.lists@gmail.com \
    --cc=berend@pobox.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).