From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31400 Path: news.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: bug in beta: extra \else Date: Wed, 18 Oct 2006 13:02:02 +0200 Message-ID: <453609AA.8060102@seznam.cz> References: <452C1937.1050208@seznam.cz> <452CA17A.2030707@wxs.nl> <452CCA7D.4050309@seznam.cz> <452D48B7.9050704@wxs.nl> <45300908.9050400@seznam.cz> <20061014173511.089d6d95.schuster.wolfgang@googlemail.com> <45312554.4080505@wxs.nl> <4532AF5B.2090007@seznam.cz> <4533E2C9.5080601@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161169338 25802 80.91.229.2 (18 Oct 2006 11:02:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Oct 2006 11:02:18 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 18 13:02:15 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ga9BW-0001wA-3s for gctc-ntg-context-518@m.gmane.org; Wed, 18 Oct 2006 13:02:06 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 940771FA59; Wed, 18 Oct 2006 13:02:03 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22865-01; Wed, 18 Oct 2006 13:01:56 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C04591FB01; Wed, 18 Oct 2006 13:01:56 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9568F1FB08 for ; Wed, 18 Oct 2006 13:01:54 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22414-07-2 for ; Wed, 18 Oct 2006 13:01:52 +0200 (CEST) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id 883931FA59 for ; Wed, 18 Oct 2006 13:01:52 +0200 (CEST) Original-Received: (qmail 19942 invoked from network); 18 Oct 2006 11:01:46 -0000 Original-Received: from unknown (HELO ?127.0.0.1?) (typokvitek@seznam.cz@82.208.57.182) by cetus.go.seznam.cz with ESMTPA; 18 Oct 2006 11:01:46 -0000 X-Seznam-User: typokvitek@seznam.cz User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Original-To: mailing list for ConTeXt users In-Reply-To: <4533E2C9.5080601@wxs.nl> X-Antivirus: avast! (VPS 0641-4, 13.10.2006), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:31400 Archived-At: Hans Hagen wrote: > Vit Zyka wrote: >> Hans Hagen wrote: >>> Wolfgang Schuster wrote: >>>> On Fri, 13 Oct 2006 19:16:58 -0400 (EDT) >>>> Aditya Mahajan wrote: >>>> >>>> >>>>> On Fri, 13 Oct 2006, Vit Zyka wrote: >>>>> >>>>> >>>>>> Hans Hagen wrote: >>>>>> >>>>>>> Vit Zyka wrote: >>>>>>> >>>>>>>> Hans Hagen wrote: >>>>>>>> >>>>>>>>> Vit Zyka wrote: >>>>>>>>> >>>>>>>>>> Hi all, >>>>>>>>>> >>>>>>>>>> there is some deep bug that was discovered translating >>>>>>>>>> Beginners manual. Let take single chapter e.g. >>>>>>>>>> ma-cb-cz-alignments.tex >>>>>>>>>> >>>>>>>>>> With today beta I got .log attached (error ! Extra \else) >>>>>>>>>> This will appear in both modes screen and normal. >>>>>>>>>> >>>>>>>>>> Interesting is that no error appears in context 2006-05-28. >>>>>>>>>> >>>>>>>>> quite some code is being rewritten / adapted to context mkiv so >>>>>>>>> there could be low level differences >>>>>>>>> >>>>>>>>> can you make a small example, since this else problem can come >>>>>>>>> from other places than reported >>>>>>>>> >>>>>>>> There are demonstrative files. Please, run >>>>>>>> texmfstart texexec --pdf ma-cb-cz-test.tex >>>>>>>> and >>>>>>>> texmfstart texexec --pdf --mode=screen ma-cb-cz-test.tex >>>>>>>> >>>>>>> this file: ma-cb-env-cz.tex refers to itself and probably should >>>>>>> be : >>>>>>> \startenvironment ma-cb-env-cz >>>>>>> >>>>>>> \environment ma-cb.tex >>>>>>> >>>>>>> \mainlanguage[cz] >>>>>>> \language[en] >>>>>>> \enableregime[latin2] >>>>>>> >>>>>>> \stopenvironment >>>>>>> >>>>>> Sorry, my fault but it does not solve the problem. I obtain the >>>>>> same error with fresh context and corrected version of this file: >>>>>> >>>>>> ----------------------------------------- >>>>>> \startenvironment ma-cb-env-cz >>>>>> >>>>>> \mainlanguage[cz] >>>>>> \language[en] >>>>>> \enableregime[latin2] >>>>>> >>>>>> \stopenvironment >>>>>> ----------------------------------------- >>>>>> >>>>> There is something wrong with ma-cb environment files. The file >>>>> ma-cb-en does not compile. I get an error >>>>> >>>>> ! Undefined control sequence. >>>>> \@@olbackground ->\StatusAchtergrond >>>>> >>>>> \doifvaluesomething ...inga {\csname #1\endcsname >>>>> }\ifx \!!stringa >>>>> \empty \e... >>>>> >>>>> \stoplocalframed ...ing {\@@framed \c!background } >>>>> \dobackedbox >>>>> \handleframed... >>>>> >>>>> \PlaatschapterStatus ... [\v!chapter \v!number ]}} >>>>> \vskip 0pt plus >>>>> \scratchc... >>>>> \PlaatschapterStatus >>>>> {}{}{} >>>>> \firstoftwoarguments #1#2->#1 >>>>> >>>>> ... >>>>> l.19 \Introduction {Introduction} >>>>> >>>>> >>>>> I tried making minimal example of the file that you posted, but >>>>> always get the same error. I am pretty certain that ma-cb-en.tex >>>>> used to compile in the past. >>>>> >>>>> Aditya >>>>> >>>> Hi Aditya, >>>> >>>> I had the same problems in past in solved them by myself. The problems >>>> are dutch commands in the style-files and a typo. >>>> >>>> I attached my corrected style-files, because it is faster to replace >>>> send you the files than I need to look where I made corrections. >>>> >>>> The files did not correct the problem with the backgrounds in the >>>> headers Vit has mentioned. >>> \edef\StatusAchtergrond >>> {StatusAchtergrond% >>> \ifodd\realpageno R\else\ifdoublesided L\else R\fi\fi}% >>> >>> \ifdubbelzijdig -> \ifdoublesided >>> >>> this low level if has been changed, ad a result tex's 'fast if then >>> else ' skip routine does not see the \ifdubbelzijdig is if and gets >>> confused >>> Hans >> Great, thank you Hans! >> >> Let us process to teh next two problems also visible in the test file. >> >> 1. In the chapter ornament (a gray spiral with red dots) the red dots >> are not dots but lines. > that was a tough one (esp because my by-now reference mkiv converter > also had this problem) > > in meta-pdf.mkii patch: > > \def\flushconcatMPsegment > {\ifcase\getMPkeyword\relax > \flushMPconcatmoveto > \resetMPmoveto > \doMPconcat{\gMPs1}\a{\gMPs2}\b% > \PDFcode{\!MP\a\space\!MP\b\space l}% > \or > \flushMPconcatmoveto > \resetMPmoveto > \doMPconcat{\gMPs1}\a{\gMPs2}\b% > \doMPconcat{\gMPs3}\c{\gMPs4}\d% > \doMPconcat{\gMPs5}\e{\gMPs6}\f% > \PDFcode{\!MP\a\space\!MP\b\space > \!MP\c\space\!MP\d\space > \!MP\e\space\!MP\f\space c}% > \or > \bgroup > \noMPtranslate > \flushMPconcatmoveto > \PDFcode{\!MP\lastMPmoveX\space \!MP\lastMPmoveY\space l S} > \egroup > \resetMPmoveto > \or > % \flushMPconcatmoveto > % \resetMPmoveto > \fi} Great Hans, it works well! Thank you Vit