From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12291 Path: main.gmane.org!not-for-mail From: Giuseppe Bilotta Newsgroups: gmane.comp.tex.context Subject: Re: German interface Date: Sun, 18 May 2003 01:58:29 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <1984978018.20030518015829@iol.it> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1053216088 791 80.91.224.249 (18 May 2003 00:01:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 18 May 2003 00:01:28 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun May 18 02:01:26 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 19HBcE-0000Cc-00 for ; Sun, 18 May 2003 02:01:26 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 44A7010B5C; Sun, 18 May 2003 02:03:09 +0200 (MEST) Original-Received: from smtp2.libero.it (smtp2.libero.it [193.70.192.52]) by ref.ntg.nl (Postfix) with ESMTP id AA57E10AB6 for ; Sun, 18 May 2003 01:59:44 +0200 (MEST) Original-Received: from [151.29.131.33] (151.29.131.33) by smtp2.libero.it (7.0.012) id 3E9BEBC300B73900 for ntg-context@ntg.nl; Sun, 18 May 2003 01:59:44 +0200 X-Mailer: The Bat! (v1.63 Beta/7) X-Priority: 3 (Normal) Original-To: ntg-context@ntg.nl In-Reply-To: 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:12291 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12291 Sunday, May 18, 2003 Wolfgang Werners-Lucchini wrote: WWL> Hallo! WWL> I have 'set UserInterface to de' in 'texexec.ini'. WWL> Given the following testfile: WWL> ------------------test.tex------------- WWL> \enableregime[windows] WWL> \mainlanguage[de] WWL> \setupencoding[default=texnansi] WWL> \starttext WWL> \chapter{Test} WWL> Bla. WWL> \stoptext WWL> ---------------------------------------- WWL> This runs ok! Why? Should'nt use texexec german interface here? WWL> Deleting the first three lines, texexec uses german interface and WWL> complains about \chapter{}, which should be \kapitel{}. WWL> Commenting the first three lines, I could not find any rule, it seems as WWL> if texexec uses randomly german or english interface. WWL> Is this normal behaviour? How can I use german interface in the above WWL> example? \enableregime, \mainlanguage, \setupencoding are English commands; texexec is smart enough to detect this, and therefore uses the English interface; if you want to use the German one, use the German corresponding command: \hauptsprache instead of \mainlanguage. Or, as the first line of the file put: % interface=de -- Giuseppe "Oblomov" Bilotta