From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/61236 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jer=F3nimo_Alaminos_Prats?= Newsgroups: gmane.comp.tex.context Subject: align header in table Date: Thu, 26 Aug 2010 20:29:52 +0200 Message-ID: <544C103B-BFD6-44B4-A223-31F794327907@ugr.es> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1282847419 24044 80.91.229.12 (26 Aug 2010 18:30:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Aug 2010 18:30:19 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Aug 26 20:30:16 2010 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 1OohDH-0007WJ-OZ for gctc-ntg-context-518@m.gmane.org; Thu, 26 Aug 2010 20:30:11 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id BDBEDCA651; Thu, 26 Aug 2010 20:30:10 +0200 (CEST) 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 EupRsTNx3lXh; Thu, 26 Aug 2010 20:30:08 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 04134CA64C; Thu, 26 Aug 2010 20:30:08 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 14D2BCA64C for ; Thu, 26 Aug 2010 20:30:07 +0200 (CEST) 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 rP2EQHj8hghk for ; Thu, 26 Aug 2010 20:29:55 +0200 (CEST) Original-Received: from filter4-nij.mf.surf.net (filter4-nij.mf.surf.net [195.169.124.155]) by balder.ntg.nl (Postfix) with ESMTP id D34A8CA64B for ; Thu, 26 Aug 2010 20:29:55 +0200 (CEST) Original-Received: from mail2.ugr.es (mail2.ugr.es [150.214.35.29]) by filter4-nij.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id o7QITscZ026232 for ; Thu, 26 Aug 2010 20:29:55 +0200 Original-Received: from mail2.ugr.es (localhost [127.0.0.1]) by localhost.ugr.es (Postfix) with ESMTP id BD44449AB8 for ; Thu, 26 Aug 2010 20:29:52 +0200 (MEST) Original-Received: from smtp3.ugr.es (smtp3.ugr.es [150.214.20.71]) by mail2.ugr.es (Postfix) with ESMTP id 96F2F497C9 for ; Thu, 26 Aug 2010 20:29:52 +0200 (MEST) Original-Received: from aeg.ugr.es (aeg.ugr.es [150.214.18.76]) by smtp3.ugr.es (Postfix) with ESMTP id 80AFB3C803 for ; Thu, 26 Aug 2010 20:29:51 +0200 (MEST) X-Mailer: Apple Mail (2.1081) X-Bayes-Prob: 0.044 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=150.214.35.29; country=ES; region=51; city=Granada; latitude=37.1833; longitude=-3.6000; http://maps.google.com/maps?q=37.1833,-3.6000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 04CX6tSii - 72bca44f5f77 - 20100826 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.155 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:61236 Archived-At: Hi all, I've been following the examples in the garden to write the following table \chardef\characteralignmentmode=1 \startTABLE \setupTABLE[column][alignmentcharacter={,},aligncharacter=yes,align=middle] \setupTABLE[frame=off] \setupTABLE[row][first][bottomframe=on] \NC \alpha \NC \beta \NC error absoluto\NC error relativo \NC \NR \NC 2 \NC 2,1 \NC 0,1 \NC 0,05 \NC \NR \NC 2\times 10\high{-4} \NC 2,1\times 10\high{-4} \NC 0,1\times 10\high{-4} \NC 0,05 \NC \NR \NC 2\times 10\high{4} \NC 2,1\times 10\high{4} \NC 0,1\times 10\high{4} \NC 0,05 \NC\NR \stopTABLE Is there a way to have the entries of first row centered? The obvious \setupTABLE[row][first][align=middle] do not have any effect. Thanks, Jeronimo. ___________________________________________________________________________________ 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 ___________________________________________________________________________________