From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14735 Path: main.gmane.org!not-for-mail From: Stefan Wachter Newsgroups: gmane.comp.tex.context Subject: How to setup german documents? Date: Mon, 16 Feb 2004 15:26:33 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1076941838 11912 80.91.224.253 (16 Feb 2004 14:30:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Feb 2004 14:30:38 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Feb 16 15:30:27 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AsjlT-0004sk-00 for ; Mon, 16 Feb 2004 15:30:27 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 0369010B32; Mon, 16 Feb 2004 15:28:39 +0100 (MET) Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by ref.ntg.nl (Postfix) with ESMTP id D86D210AF2 for ; Mon, 16 Feb 2004 15:27:02 +0100 (MET) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Asjjn-0001fL-00 for ; Mon, 16 Feb 2004 15:28:43 +0100 Original-Received: from p508b16af.dip.t-dialin.net ([80.139.22.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon Feb 16 14:28:43 2004 Original-Received: from stefan.wachter by p508b16af.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon Feb 16 14:28:43 2004 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ntg-context@ref.ntg.nl Original-Lines: 33 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p508b16af.dip.t-dialin.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en 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:14735 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14735 Hi all! I have a very basic question which occupies me for more than a week now: How to setup documents for german language properly, such that: 1. the used input encoding is ISO-8859-1, 2. german special character are available, and 3. german hyphenation patterns are used. The setup shown below does not work: TeX is not able to hyphenate "Änderungsabnahme" and the \quotedblbase symbol is broader than its counterpart the \quotedblleft symbol. Thanks for your attention and help, --Stefan \setupoutput[pdftex] \enableregime[il1] \usetypescript[times][ec] \mainlanguage[de] \starttext äÄöÖüÜß quotedblbase: \quotedblbase quotedblleft: \quotedblleft \showhyphens{Änderungsabnahme} \stoptext