From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/67114 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: cals tables - UNSOLVED Date: Fri, 18 Mar 2011 00:08:32 -0400 (EDT) Message-ID: References: <4C7BC223-69A3-4DE0-A03C-D8CDEB6F35EC@hccnet.nl> <4D74C459.1070604@wxs.nl> <5C3DA588-D509-4A2B-8510-DA6C26A6EFF1@hccnet.nl> <4D7780E8.4000301@wxs.nl> <9E26EDD5-2B1E-4BA2-B39F-04FC510F9DFB@hccnet.nl> <506D6753-407C-48E3-8EE2-AB2D7DCE3F6F@hccnet.nl> <8EE590AC-597D-454A-BED3-A69ADF17E388@hccnet.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1300421348 5881 80.91.229.12 (18 Mar 2011 04:09:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Mar 2011 04:09:08 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 18 05:09:04 2011 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 1Q0Qzn-0000dl-1w for gctc-ntg-context-518@m.gmane.org; Fri, 18 Mar 2011 05:09:03 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 24365CAAEE; Fri, 18 Mar 2011 05:08:59 +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 tWNVi5TJKkz5; Fri, 18 Mar 2011 05:08:56 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2E5A8CAAE2; Fri, 18 Mar 2011 05:08:56 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 33932CAAE2 for ; Fri, 18 Mar 2011 05:08:54 +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 PvgjtvJfcJ8P for ; Fri, 18 Mar 2011 05:08:39 +0100 (CET) Original-Received: from filter2-til.mf.surf.net (filter2-til.mf.surf.net [194.171.167.218]) by balder.ntg.nl (Postfix) with ESMTP id A4DA8CAADC for ; Fri, 18 Mar 2011 05:08:38 +0100 (CET) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.12.86]) by filter2-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p2I48dA4026428 for ; Fri, 18 Mar 2011 05:08:41 +0100 Original-Received: FROM adi-netbook (bas3-montreal02-1096682363.dsl.bell.ca [65.94.11.123]) By tombraider.mr.itd.umich.edu ID 4D82DAC6.82167.14910 ; Authuser adityam; 18 Mar 2011 00:08:38 EDT In-Reply-To: <8EE590AC-597D-454A-BED3-A69ADF17E388@hccnet.nl> User-Agent: Alpine 2.01 (LNX 1266 2009-07-14) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=141.211.12.86; country=US; region=MI; city=Ann Arbor; postalcode=48109; latitude=42.2923; longitude=-83.7145; metrocode=505; areacode=734; http://maps.google.com/maps?q=42.2923,-83.7145&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0bEks8D2w - db6ee3d6e5b3 - 20110318 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.218 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:67114 Archived-At: On Thu, 17 Mar 2011, R. Ermers wrote: > Dear All, > > I am still trying to typeset cals tables. > > I have > 1. an environment document with instructions. > 2. an xml docbook file containing cals tables > > Note that the original cals tables (docbook standard) use %% table.xml alpha beta gamma one two three four five six %% test.tex \usemodule[cals] \startsetups cdx:cals:table:colors \setupTABLE[each][each][background=color,backgroundcolor=red] \stopsetups \starttext \xmlloaddirectives{directives.xml} \xmlprocess{xml:cals:process}{table.xml}{} \stoptext Then compile test.tex to get a table with a red background. Aditya ___________________________________________________________________________________ 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-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________