From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/73648 Path: news.gmane.org!not-for-mail From: "Meer, H. van der" Newsgroups: gmane.comp.tex.context Subject: Re: TeX inside XML Date: Fri, 6 Jan 2012 09:47:05 +0000 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1325843258 16204 80.91.229.12 (6 Jan 2012 09:47:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Jan 2012 09:47:38 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 06 10:47:29 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rj6OT-0008IX-QC for gctc-ntg-context-518@m.gmane.org; Fri, 06 Jan 2012 10:47:25 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 110CDCB1D3; Fri, 6 Jan 2012 10:47:25 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Uppw+2VvGJ2S; Fri, 6 Jan 2012 10:47:22 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 02E98CB1CC; Fri, 6 Jan 2012 10:47:22 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4553FCB1CC for ; Fri, 6 Jan 2012 10:47:20 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id mo6ZuRrZZ8iY for ; Fri, 6 Jan 2012 10:47:07 +0100 (CET) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by balder.ntg.nl (Postfix) with ESMTP id 697D8CB1C8 for ; Fri, 6 Jan 2012 10:47:07 +0100 (CET) Original-Received: from jansen.uva.nl (jansen.uva.nl [146.50.108.229]) by filter4-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id q069l6hZ012791 for ; Fri, 6 Jan 2012 10:47:06 +0100 Original-Received: from bijvoet.uva.nl (146.50.108.241) by jansen.uva.nl (146.50.108.229) with Microsoft SMTP Server (TLS) id 14.1.355.2; Fri, 6 Jan 2012 10:47:06 +0100 Original-Received: from ketelaar.uva.nl ([fe80::cc61:4c73:c438:df97]) by bijvoet.uva.nl ([::1]) with mapi id 14.01.0355.002; Fri, 6 Jan 2012 10:47:05 +0100 Thread-Topic: [NTG-context] TeX inside XML Thread-Index: AQHMy9BaZDGIL6L3DUm0zawApDl/45X/B+gA In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [82.95.102.36] Content-ID: X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=146.50.108.229; country=NL; region=07; city=Amsterdam; latitude=52.3500; longitude=4.9167; http://maps.google.com/maps?q=52.3500,4.9167&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 05Gi9L63I - 76f86b615558 - 20120106 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:73648 Archived-At: Allthough typesetting through xmlcontext crashed, while direct typesetting = did not, the culprit does not seem to be in the different routes. After one= day ploughing through \halign and friends, I think I can nail it to a spec= ific \omit in my code. Not that all problems are solved with that find, but= it is a start. Anyway, for the moment no reason to panic about \xmlcontext= . I hope this will please Hans Hagen, a bit. Hans van der Meer On 5 jan. 2012, at 18:33, Hans van der Meer wrote: > I need to do some ConTeXt work inside an XML-proces. In principle this wo= rks for most TeX-code through an appropriate xmlsetup that calls \xmlcontex= t. > However some code has problems, and it will be no surprise that it concer= ns table suff. The error is: > = > Misplaced \omit ... > \@tbxmultispans #1->\omit = > \scratchcounter #1\relax \advance \scratchcounte= r =85 > = > As this code runs fine in normal ConTeXt environments, the suspicion is s= ome catcode problem. Can I set inside the \xmlsetup-code something to have = \xmlcontext using the correct catcode's, iff that turns out to be the probl= em of course. > = > Thanks in advance. > = > Hans van der Meer > = > = > = > _________________________________________________________________________= __________ > If your question is of interest to others as well, please add an entry to= the Wiki! > = > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-co= ntext > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > _________________________________________________________________________= __________ ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________