ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: MikTeX 2.4 and Fonts
Date: Mon, 09 Aug 2004 21:08:36 +0200	[thread overview]
Message-ID: <4117CBB4.5010804@wxs.nl> (raw)
In-Reply-To: <Pine.OSF.4.58.0408091054570.11488@sirppi.helsinki.fi>

Mari Voipio wrote:

>On Sat, 7 Aug 2004, Dieter Jakob wrote:
>  
>
>>Can you help me to get the Adobe Fonts for PDF up and running?
>>    
>>
>
>Having recently fought with the same issue (i.e. \setupbodyfont[pos]) with
>my recent installation of TeXLive, I found one answer in the user settings
>- this might be what you are looking for (don't understand enough of fonts
>to say for sure).
>
>
>The TeXLive cont-sys.rme/cont-sys.tex settings file says:
>
>% If you run into missing font metrics kind of problems,
>% you may want to uncomment:
>
>% \usetypescript[adobekb] [\defaultencoding]
>
>
>Well, I don't expect my users to understand about changing the
>cont-sys.rme/cont-sys.tex file, so the settings need to be in the
>file/environment and thus I  put this on top of my file instead (I
>use ec encoding, seems to work best with Windows):
>
>	\usetypescript[adobekb][ec]
>	\usetypescript[pos] % maybe I don't need this line any more???
>	\setupbodyfont[pos,10pt]
>
>
>And it works like a charm, at least with my files. All complaints stopped
>at once, which made me *very* happy. Looks like I can soon provide my
>dummy users with something easily installable that doesn't need any
>tweaking...
>  
>
\setupbodyfont[pos] is the old method and in that case the \usetypescript[pos] is not needed

the more modern way is: 

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

that way you can mix typefaces, e.g. 

\usetypescript[palatino][ec]
\setupbodyfont[palatino,10pt] 


Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

      reply	other threads:[~2004-08-09 19:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-07 15:48 Dieter Jakob
2004-08-09  8:09 ` Mari Voipio
2004-08-09 19:08   ` Hans Hagen [this message]

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=4117CBB4.5010804@wxs.nl \
    --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).