From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12632 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: How to use charter? Date: Wed, 16 Jul 2003 14:08:03 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <20030716140803.0661d943.morawski@gmx.net> References: <20030716080751.GA24935@asta.tu-darmstadt.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1058357925 1425 80.91.224.249 (16 Jul 2003 12:18:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 16 Jul 2003 12:18:45 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Jul 16 14:18:41 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19clF3-0000Md-00 for ; Wed, 16 Jul 2003 14:18:41 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 1263910B40; Wed, 16 Jul 2003 14:19:37 +0200 (MEST) Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by ref.ntg.nl (Postfix) with SMTP id E6C8010AF1 for ; Wed, 16 Jul 2003 14:15:54 +0200 (MEST) Original-Received: (qmail 23116 invoked by uid 65534); 16 Jul 2003 12:15:53 -0000 Original-Received: from port1234.fra.ginko.net (EHLO melior.localdomain) (212.202.66.218) by mail.gmx.net (mp009) with SMTP; 16 Jul 2003 14:15:53 +0200 Original-To: ntg-context@ntg.nl In-Reply-To: <20030716080751.GA24935@asta.tu-darmstadt.de> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i586-pc-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:12632 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12632 On Wed, 16 Jul 2003 10:07:51 +0200 Alexander Klink 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: >=20 > \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=3Dde,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=3De= c] \setupbodyfont[BitstreamCharter,12pt] \starttext Das ist ein deutscher Text, =FCberaus dumm, aber mit s=E4mtlich ben=F6tigten Umlauten: =E4,=F6,=FC und =DF. \stoptext % --- Jens