ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jens-Uwe Morawski <morawski@gmx.net>
Subject: Re: How to use charter?
Date: Wed, 16 Jul 2003 14:08:03 +0200	[thread overview]
Message-ID: <20030716140803.0661d943.morawski@gmx.net> (raw)
In-Reply-To: <20030716080751.GA24935@asta.tu-darmstadt.de>

On Wed, 16 Jul 2003 10:07:51 +0200
Alexander Klink <alech@asta.tu-darmstadt.de> wrote:

> I am trying to use the Bitstream Charter as a font. Unluckily,
> all the umlauts fail to appear. Here is how I do it:
> 
> \definefont[bchr][bchr8t at 12pt]
> \starttext
> \bchr \"a \"o \"u \SS{}
> \stoptext

it works here

i don't know if it helps but  try to make a new format for context that
includes support for german

texexec --make --language=de,en en


additionally you can try:
%---
\mainlanguage[de]
\enableregime[il1] % latin1 input encoding (Unix)
\setupencoding[ec] % ec aka T1 font encoding

\usetypescript[berry][ec]

\definetypeface[BitstreamCharter][rm][serif][charter][default][encoding=ec]

\setupbodyfont[BitstreamCharter,12pt]

\starttext
Das ist ein deutscher Text, überaus dumm, aber mit sämtlich
benötigten Umlauten: ä,ö,ü und ß.
\stoptext
% ---

Jens

      parent reply	other threads:[~2003-07-16 12:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-16  8:07 Alexander Klink
2003-07-16 10:09 ` Willi Egger
2003-07-16  9:59   ` Alexander Klink
2003-07-16 12:03     ` Henning Hraban Ramm
2003-07-16 12:06       ` Alexander Klink
2003-07-16 13:28       ` wmcclain
2003-07-16 12:21     ` Jens-Uwe Morawski
2003-07-16 12:18       ` Alexander Klink
2003-07-16 14:20         ` Jens-Uwe Morawski
2003-07-16 13:18       ` \filbreak equivalent in ConTeXt Duncan Hothersall
2003-07-16 12:08 ` Jens-Uwe Morawski [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=20030716140803.0661d943.morawski@gmx.net \
    --to=morawski@gmx.net \
    --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).