ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Lutz Haseloff <Lutz.Haseloff@lbapdm.brandenburg.de>
Subject: german sharp s in Metapost Labels
Date: Fri, 09 Jan 2004 12:39:21 +0100	[thread overview]
Message-ID: <3FFE92E9.3080700@lbapdm.brandenburg.de> (raw)

Hi all,

if i use another Font as cmr to typeset labels
in MetaPost the german sharp s is typeset
with wrong width.

The same text direct typeset by tex (pdfetex)
without MetaPost looks right.

Is this a bug in tex or in metapost (i dont believe)
or is it a font problem?

Greetings Lutz

My File:

\setupoutput[pdftex]
\setuppagenumbering[state=stop]
\useencoding[win]
\mainlanguage[de]
\starttext
\startMPgraphic
verbatimtex
\useencoding[win]
\mainlanguage[de]
etex;
draw fullcircle scaled 4cm;
label(btex Hans Maaß, Berlin etex(center currentpicture));
\stopMPgraphic
\loadcurrentMPgraphic
\placeMPgraphic

Hans Maaß, Berlin

\startMPgraphic
verbatimtex
\usetypescript  [berry][ec]
\definetypeface [palatino] [rm] [serif] [palatino] [default] [encoding=ec]
\definetypeface [palatino] [mm] [math]  [palatino] [default] [encoding=ec]
\setupbodyfont  [palatino, 10pt, rm]
\useencoding[win]
\mainlanguage[de]
etex;
draw fullcircle scaled 4cm;
label(btex Hans Maaß, Berlin etex(center currentpicture));
\stopMPgraphic
\loadcurrentMPgraphic
\placeMPgraphic
\usetypescript  [berry][ec]
\definetypeface [palatino] [rm] [serif] [palatino] [default] [encoding=ec]
\definetypeface [palatino] [mm] [math]  [palatino] [default] [encoding=ec]
\setupbodyfont  [palatino, 10pt, rm]

Hans Maaß, Berlin

\startMPgraphic
verbatimtex
\setupencoding [default=ec]
\usetypescript[berry][ec]
\definetypeface [postscript] [rm] [serif] [times] [default]
\definetypeface [postscript] [ss] [sans] [helvetica] [default] [rscale=..9]
\definetypeface [postscript] [tt] [mono] [courier] [default] [rscale=1.1]
\setupbodyfont [postscript, 11pt]
\useencoding[win]
\mainlanguage[de]
etex;
draw fullcircle scaled 4cm;
label(btex Hans Maaß, Berlin etex(center currentpicture));
\stopMPgraphic
\loadcurrentMPgraphic
\placeMPgraphic
\setupencoding [default=ec]
\usetypescript[berry][ec]
\definetypeface [postscript] [rm] [serif] [times] [default]
\definetypeface [postscript] [ss] [sans] [helvetica] [default] [rscale=..9]
\definetypeface [postscript] [tt] [mono] [courier] [default] [rscale=1.1]
\setupbodyfont [postscript, 11pt]

Hans Maaß, Berlin
\stoptext

             reply	other threads:[~2004-01-09 11:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-09 11:39 Lutz Haseloff [this message]
2004-01-09 17:50 ` Hartmut Henkel
2004-01-09 21:49   ` Hans Hagen
2004-01-09 21:56 ` Hans Hagen
2004-01-12  5:11   ` Lutz Haseloff

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=3FFE92E9.3080700@lbapdm.brandenburg.de \
    --to=lutz.haseloff@lbapdm.brandenburg.de \
    --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).