X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1286" "Tue" "14" "April" "1998" "21:06:28" "PST" "Donald Arseneau" "asnd@TRIUMF.CA" nil "30" "Re: Arrays" "^Date:" nil nil "4" nil "Arrays" nil nil nil] nil) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by mail.Uni-Mainz.DE (8.8.8/8.8.8) with ESMTP id GAA18751; Wed, 15 Apr 1998 06:09:36 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <6.86961AD9@listserv.gmd.de>; Wed, 15 Apr 1998 6:09:34 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 318038 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Wed, 15 Apr 1998 06:08:56 +0200 Received: from Erich.Triumf.CA (erich.Triumf.CA [142.90.100.1]) by relay.urz.uni-heidelberg.de (8.8.8/8.8.8) with SMTP id GAA29100 for ; Wed, 15 Apr 1998 06:08:54 +0200 (MET DST) Received: by triumf.ca (MX V4.0-1 VAX) id 63; Tue, 14 Apr 1998 21:06:35 PST Message-ID: <009C4B71.A7A63E6A.63@triumf.ca> Reply-To: Mailing list for the LaTeX3 project Date: Tue, 14 Apr 1998 21:06:28 PST From: Donald Arseneau Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: Arrays Status: R X-Status: X-Keywords: X-UID: 2546 Volker Schubert wrote: >1) The array/tabular environments are intended for tabulars with >constant baseline-distance. The baselineskip-mechanism of TeX is >turned off (\lineskip=0pt). LaTeX works with struts instead. The >problem here is that there is no minimal vertical space between the lines. >But in some situations it would be desirable, if vertical space >would be inserted automatically. tabls.sty... "one of these days" I will make an array-package-compatible version. If you don't have vertical lines it is easy -- just set \lineskip back again! That's booktabs.sty. Yes, this is one of the many features of table formatting that must be put in LaTex3. >2) Sometimes it happens that one wants some mathematical material >to be ``displayed'', but this material has to be aligned >horizontally. If one wants \displaystyle, one has to switch to >\displaystyle in every column by hand (or define a new columntype). I think a new (user defined) column type *is* the answer. >The easiest way would be, if there was an argument-switch in the >alignment-environment where one could turn on ``\displaymode in >every column''. \everymath{\displaystyle}. But it's not great. Donald Arseneau asnd@triumf.ca