From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16304 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: \setupinteractionscreen and translation failure Date: Tue, 31 Aug 2004 11:55:15 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <41344B03.10707@wxs.nl> References: <4133B779.2000205@email.si> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1093946132 2193 80.91.224.253 (31 Aug 2004 09:55:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Aug 2004 09:55:32 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 31 11:55:25 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C25MK-0006zt-00 for ; Tue, 31 Aug 2004 11:55:24 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A756B12772; Tue, 31 Aug 2004 11:55:24 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30248-02-3; Tue, 31 Aug 2004 11:55:20 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A673212777; Tue, 31 Aug 2004 11:55:20 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 710AA12777 for ; Tue, 31 Aug 2004 11:55:19 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30248-02-2 for ; Tue, 31 Aug 2004 11:55:18 +0200 (CEST) Original-Received: from mailrelay01.solcon.nl (unknown [212.45.32.200]) by ronja.ntg.nl (Postfix) with ESMTP id C90C112772 for ; Tue, 31 Aug 2004 11:55:18 +0200 (CEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay01.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i7V9tGW9017176; Tue, 31 Aug 2004 11:55:16 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 83A631B50E; Tue, 31 Aug 2004 11:55:17 +0200 (CEST) Original-Received: from [10.100.1.191] (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 312411B3F5; Tue, 31 Aug 2004 09:55:16 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en Original-To: mojca.miklavec@guest.arnes.si, mailing list for ConTeXt users In-Reply-To: <4133B779.2000205@email.si> X-Virus-Scanned: clamd / ClamAV version 0.73, clamav-milter version 0.73a on mailrelay01.solcon.nl X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16304 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16304 Mojca Miklavec wrote: > > Since my last MikTeX update > (pdfeTeX 3.141592-1.20a-rc7.1-2.1, ConTeXt 2004.8.15) the line > > \setupinteractionscreen[option=3Dmax] > > doesn't have any effect any more (the same .tex document as before=20 > produces diffrent output - I can't get the whole-screen output any more= ). > > *** *** *** *** *** ok repaired, had nothing to do with the translation, more with a change=20 in shipout flushing > > Undefined control sequence. > > \??la \s!sl \c!status > > ... > > l.108 \c!status=3D\v!stop] > > Did I miss any other files, did I make any mistake in my translations,=20 > is there any other command to be executed first? Or maybe just any of=20 > my local files or settings corrupted? no, just that your old files don't work with the new ones, make a fresh=20 install and then "texexec --make --alone --all" should give you what you=20 want (all patterns to start with) > I also don't know what exactly to do to fully support the three=20 > special letters (and their uppercase equvalent) =C4=8D,=C5=A1,=C5=BE,=C4= =8C,=C5=A0,=C5=BD=20 > (\v{c},\v{s},\v{z}, ...). In 'cont-usr.tex' I simply copied > \installlanguage [\s!sl] [\s!mapping=3D{il2,ec},\s!encoding=3D{il2,ec}] > although I have no idea if it is correct or not. i huess it is > In LaTeX I use \usepackage[cp1250]{inputenc} (or latin2 or utf8,=20 > depending on the operating system and editor), but \useencoding and/or=20 > translate=3Dcp1250cz in ConTeXt seem to have no effect (they do work fo= r=20 > German =C3=A4=C3=B6=C3=BC, but not for our strange signs). i think that latin 2 is il2, so=20 \enableregime[latin] should work, but best ask advice to czech users=20 Hans=20 ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------