From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/73054 Path: news.gmane.org!not-for-mail From: Andreas Harder Newsgroups: gmane.comp.tex.context Subject: Export (table cell alignment) Date: Fri, 9 Dec 2011 21:58:56 +0100 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1323464358 21827 80.91.229.12 (9 Dec 2011 20:59:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Dec 2011 20:59:18 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Dec 09 21:59:14 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 1RZ7XG-0005zJ-A7 for gctc-ntg-context-518@m.gmane.org; Fri, 09 Dec 2011 21:59:14 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A376BCB159; Fri, 9 Dec 2011 21:59:13 +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 ISqfR7Lv+uRC; Fri, 9 Dec 2011 21:59:11 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 058C8CB153; Fri, 9 Dec 2011 21:59:11 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2382DCB153 for ; Fri, 9 Dec 2011 21:59:09 +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 UFtSJu5M0FyQ for ; Fri, 9 Dec 2011 21:58:58 +0100 (CET) Original-Received: from filter3-ams.mf.surf.net (filter3-ams.mf.surf.net [192.87.102.71]) by balder.ntg.nl (Postfix) with ESMTP id 24393CB120 for ; Fri, 9 Dec 2011 21:58:58 +0100 (CET) Original-Received: from deliver.uni-koblenz.de (deliver.uni-koblenz.de [141.26.64.15]) by filter3-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id pB9KwvgA028725 for ; Fri, 9 Dec 2011 21:58:57 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id B7560D22FC for ; Fri, 9 Dec 2011 21:58:57 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q1EiraB0hduU for ; Fri, 9 Dec 2011 21:58:57 +0100 (CET) X-CHKRCPT: Envelopesender noch aharder@uni-koblenz.de Original-Received: from [192.168.1.112] (91-67-184-190-dynip.superkabel.de [91.67.184.190]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 43736D22F4 for ; Fri, 9 Dec 2011 21:58:57 +0100 (CET) X-Mailer: Apple Mail (2.1251.1) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=141.26.64.15; country=DE; region=08; city=Koblenz; latitude=50.3500; longitude=7.6000; http://maps.google.com/maps?q=50.3500,7.6000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0cG78WVEl - 27a387d1e458 - 20111209 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.71 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:73054 Archived-At: Hi Hans, I=92ve stumbled upon another export problem, concerning (natural) tables. T= he first table exports fine but in the second table the first column is ign= ored. = \startbuffer[css] document { display: block } table { display: table ; width: 100% } tablerow { display: table-row } tablecell { display: table-cell ; border-style: solid ; padding: 1ex } tablecell[align=3D"flushright"] { display: table-cell ; text-align: right } tablecell[align=3D"flushleft"] { display: table-cell ; text-align: left } tablecell[align=3D"middle"] { display: table-cell ; text-align: center } \stopbuffer \savebuffer[css] \setupbackend[export=3Dyes,xhtml=3Dyes,css=3D{\jobname-css.tmp}] \starttext \startbuffer \bTR\bTD flush right \eTD\bTD ~~~~~ ~~~~ \eTD\bTD ~~~~~~ \eTD\eTR \bTR\bTD ~~~~~ ~~~~~ \eTD\bTD flush left \eTD\bTD ~~~~~~ \eTD\eTR \bTR\bTD ~~~~~ ~~~~~ \eTD\bTD ~~~~~ ~~~~ \eTD\bTD middle \eTD\eTR \stopbuffer \bTABLE[width=3Dbroad] \getbuffer \eTABLE % OK \bTABLE[width=3Dbroad] \setupTABLE [c] [1] [align=3Dflushright] \setupTABLE [c] [2] [align=3Dflushleft] \setupTABLE [c] [3] [align=3Dmiddle] \getbuffer % not OK! \eTABLE \stoptext Best wishes Andreas ___________________________________________________________________________= ________ 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 ___________________________________________________________________________= ________