From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/52295 Path: news.gmane.org!not-for-mail From: Curiouslearn Newsgroups: gmane.comp.tex.context Subject: Alignment in tables Date: Fri, 14 Aug 2009 08:55:41 -0400 Message-ID: <3b4b12310908140555g1f4d35aficc94da81435a1bf0@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1524078944==" X-Trace: ger.gmane.org 1250254559 26466 80.91.229.12 (14 Aug 2009 12:55:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Aug 2009 12:55:59 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Aug 14 14:55:52 2009 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.50) id 1MbwJz-0003rm-Ca for gctc-ntg-context-518@m.gmane.org; Fri, 14 Aug 2009 14:55:51 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id EA10CC9AC7; Fri, 14 Aug 2009 14:55:50 +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 SE2oc6uRy8XQ; Fri, 14 Aug 2009 14:55:48 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id ABC16C9A90; Fri, 14 Aug 2009 14:55:47 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 399AFC9A90 for ; Fri, 14 Aug 2009 14:55:46 +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 oixSLcPpaZJN for ; Fri, 14 Aug 2009 14:55:42 +0200 (CEST) Original-Received: from mail-vw0-f185.google.com (mail-vw0-f185.google.com [209.85.212.185]) by balder.ntg.nl (Postfix) with ESMTP id 9680DC9A1F for ; Fri, 14 Aug 2009 14:55:42 +0200 (CEST) Original-Received: by vws15 with SMTP id 15so1239097vws.5 for ; Fri, 14 Aug 2009 05:55:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=IFx1la9trk3VseegagWL69BmLqJzie4f9B3gTXqUB/Q=; b=Rb3Tbk2dWd3bHR3yWZJfd8ygNqpVNAbMgFF+T8PS4x3ZStSYB8PDt2VCJ0eC6vp/Vi WHolBfnun6qCU1R3jGWD4suXr5Q+eoq+2qPTnB5mGcwbepDh15MrTENqu73BzQFNDdiX bet2skJS0buFDr2iafLdq3cBUihABQWlw9WoQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=NJa7FgS7E3+kXa+KIxQ4pHwKw2RQa6Yf9MA4nu/EeIW2rUsAqiCgJOUpsCze7q03ax +Pd9/oM6iYZ+38zO0UQ2U2JivGRJKje3i8BmQ7VuvhjXCqMKHJo0fDO0pihBt6zzhpLN ZK39A3rOWCSlT74q5EgxJ9rHQF6V9Erhrsj4E= Original-Received: by 10.220.74.79 with SMTP id t15mr2089334vcj.82.1250254541500; Fri, 14 Aug 2009 05:55:41 -0700 (PDT) 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:52295 Archived-At: --===============1524078944== Content-Type: multipart/alternative; boundary=001636284ed6d3304004711991ef --001636284ed6d3304004711991ef Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Can someone please tell me why the following does not center the text in the first row? Thanks in advance. \setupTABLE[row][1][align={middle}] \setupTABLE[column][1][width=2.5in,align={lohi}] \setupTABLE[column][2][width=3in,align={lohi}] \bTABLE \bTR \bTD {\bf Concept} \eTD \bTD {\bf Definition} \eTD \eTR \bTR \bTD {\bf Closure} of a set $ E \subset M $ ($ \text{cl}(E) $) \eTD \bTD \hskip 1em $ \text{cl}(E) = \cap\{ F : E \subset F, F \text{ is closed} \}$ \eTD \eTR \bTR \bTD $ x $ is a {\bf contact point} or {\bf accumulation point} of $ E $ if \eTD \bTD \hskip 1em $ \forall \varepsilon > 0, B_{\varepsilon}(x) \cap E \neq \emptyset $ \eTD \eTR \eTABLE --001636284ed6d3304004711991ef Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Can someone please tell me why the following does not center the text in th= e first row?
Thanks in advance.


\setupTABLE[row][1][align=3D= {middle}]
\setupTABLE[column][1][width=3D2.5in,align=3D{lohi}]
\setup= TABLE[column][2][width=3D3in,align=3D{lohi}]

\bTABLE
=A0=A0=A0 \bTR
=A0=A0=A0 =A0=A0=A0 \bTD {\bf Concept} \e= TD
=A0=A0=A0 =A0=A0=A0 \bTD {\bf Definition} \eTD
=A0=A0=A0 \eTR
= =A0=A0=A0 \bTR
=A0=A0=A0 =A0=A0=A0 \bTD {\bf Closure} of a set $ E \sub= set M $ ($ \text{cl}(E) $) \eTD
=A0=A0=A0 =A0=A0=A0 \bTD \hskip 1em $ \t= ext{cl}(E) =3D \cap\{ F : E \subset F, F \text{ is closed} \}$ \eTD
=A0=A0=A0 \eTR
=A0=A0=A0 \bTR
=A0=A0=A0 =A0=A0=A0 \bTD $ x $ is a {\= bf contact point} or {\bf accumulation point} of $ E $ if \eTD
=A0=A0=A0= =A0=A0=A0 \bTD \hskip 1em $ \forall \varepsilon > 0, B_{\varepsilon}(x)= \cap E \neq \emptyset $ \eTD
=A0=A0=A0 \eTR
\eTABLE
--001636284ed6d3304004711991ef-- --===============1524078944== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============1524078944==--