ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Adam Lindsay" <atl@comp.lancs.ac.uk>
Subject: Re: Re: Typescript for Helvetica - what's wrong?
Date: Thu, 1 Apr 2004 11:52:54 +0100	[thread overview]
Message-ID: <20040401105254.9938@mail.comp.lancs.ac.uk> (raw)
In-Reply-To: <c4gms1$75m$1@sea.gmane.org>

Stefan Wachter said this at Thu, 1 Apr 2004 11:20:52 +0200:

>I tried the code of Patrick. It works for Times and Helvetica. Yet, if I 
>switch to monospace using \tt then Computer Modern fonts are used / 
>embedded. In addition, all this typescripts stuff is so confusing for me 
>that I prefer to use my own simple typescript.

Sorry. My mistake. I thought you were only interested in Helvetica as a
text font, so I didn't worry about the rest of the picture. The pre-
defined typescript is therefore:
\usetypescript[postscript][texnansi]

Courier is in there. (I usually think about the times typescript because
I really don't like how light URW's Courier is. The native one doesn't
look so bad.) The math mode is also in there, with the times math clone.
You can look in type-exa.tex for the prototype:
\starttypescript [postscript] [texnansi,ec,8r]
  \definetypeface [postscript] [rm] [serif] [times]     [default]
[encoding=\typescripttwo]
  \definetypeface [postscript] [mm] [math]  [times]     [default]
  \definetypeface [postscript] [ss] [sans]  [helvetica] [default]
[rscale=.9,encoding=\typescripttwo]
  \definetypeface [postscript] [tt] [mono]  [courier]   [default]
[rscale=1.1,encoding=\typescripttwo]
\stoptypescript

[Note the rscale= lines in there. It's a really nice feature for
equalising x-heights, so that the fonts work together better. You can
test it out with \showfontstrip .]

>Additionally, it would be great to have the 
>math mode work, too (with embedding of course).

You can copy the [math] line into your [pdf] typescript, and be done with
it. If you *really* want to be a font wizard, you can track the different
levels of abstraction through type-pre, type-siz, and type-enc. (type-siz
is especially strange--I'm still not sure if *anyone* understands it fully!)

I get what you're doing now, and I respect it. In fact, I learned the
most about typescripts by doing what you're doing: tearing them apart and
building up by scratch. Eventually I've learned (with Bill, Patrick,
Hans, and the list's help) just how much is made available by default.

>Now I wonder how to integrate the PDF base 14 ZapfDingbats and Symbols 
>font. Do you have a clue? 

Ah, it depends what you mean by "integrate." When I do \showfont[sy], I
see a bunch of greek and math symbols, but nothing sufficient for a full
math mode. When I do \showfont[zd], however, I see something resembling
Unicode vector 0x27nn. All it would take is a re-encoding to put the
glyphs in the right place.

For more details, see:
 <http://homepage.mac.com/atl/tex/UnicodeSymbol.pdf>
and especially the part following \startsymbolset[Unicode Dingbats] in
symb-uni.tex in:
 <http://homepage.mac.com/atl/tex/symb-uni.zip>


Email me off-list if you want a head-start integrating ZapfDingbats...

adam
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay                      atl@comp.lancs.ac.uk
 Computing Dept, Lancaster University   +44(0)1524/594.537
 Lancaster, LA1 4YR, UK             Fax:+44(0)1524/593.608
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  reply	other threads:[~2004-04-01 10:52 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-30 14:54 Stefan Wachter
2004-03-30 15:32 ` Thomas A.Schmitz
2004-03-30 15:51 ` Christopher G D Tipper
2004-03-31 14:54   ` Stefan Wachter
2004-03-31 17:01 ` Adam Lindsay
2004-03-31 16:17   ` Stefan Wachter
2004-03-31 17:51     ` Adam Lindsay
2004-04-01  9:20       ` Stefan Wachter
2004-04-01 10:52         ` Adam Lindsay [this message]
2004-04-01 17:07           ` Adam Lindsay
2004-04-01 18:16             ` Dingbats without fonts (was: Typescript for Helvetica) Henning Hraban Ramm
2004-04-01 18:25               ` Dingbats without fonts Willi Egger
2004-04-02  0:16                 ` Adam Lindsay
2004-04-01 19:18             ` Re: Typescript for Helvetica - what's wrong? Otared Kavian
2004-04-02  9:58             ` Stefan Wachter

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=20040401105254.9938@mail.comp.lancs.ac.uk \
    --to=atl@comp.lancs.ac.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).