Received: by nummer-3.proteosys id <01C19443.42283F6C@nummer-3.proteosys>; Thu, 3 Jan 2002 11:41:53 +0100 MIME-Version: 1.0 x-vm-v5-data: ([nil nil nil nil nil nil nil t nil][nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil]) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C19443.42283F6C" X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message Subject: Denys Duchier's new tabular Date: Wed, 8 May 1991 13:04:21 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: Sender: "LaTeX-L Mailing list" To: "Rainer M. Schoepf" Reply-To: "LaTeX-L Mailing list" Status: R X-Status: X-Keywords: X-UID: 335 This is a multi-part message in MIME format. ------_=_NextPart_001_01C19443.42283F6C Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I think I found a small bug in Denys Duchier's tab.sty. In the following macro definition \def\@tabarg[#1]{% \@tempdima#1\relax \ifdim\@tempdima>\z@ \unskip \advance\@tempdima \dp\@arstrut \vrule\@depth\@tempdima\@width\z@ \else \gdef\@tabup{\vskip\@tempdima}\fi \@tabeolpeek} I had to replace \advance\@tempdima \dp\@arstrut with \advance\@tempdima \dp\@arstrutbox to make \\[0.5pc] inside a `tabular' work. \@arstrut is just a macro that does a = \(unh)copy of \@arstrutbox. Nico ---------------------------------------------------------------------- Dr. Nico A.F.M. Poppelier Elsevier Science Publishers, APD, R&D Department Sara Burgerhartstraat 25, 1055 KV Amsterdam, The Netherlands Phone: +31-20-5862504. Fax: +31-20-5862425. Email: = n.poppelier@elsevier.nl ------_=_NextPart_001_01C19443.42283F6C Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Denys Duchier's new tabular

I think I found a small bug in Denys Duchier's = tab.sty. In the following
macro definition

\def\@tabarg[#1]{%
  \@tempdima#1\relax
  \ifdim\@tempdima>\z@
    \unskip
    \advance\@tempdima = \dp\@arstrut
    = \vrule\@depth\@tempdima\@width\z@
  \else
    = \gdef\@tabup{\vskip\@tempdima}\fi
  \@tabeolpeek}

I had to replace
    \advance\@tempdima = \dp\@arstrut
with
    \advance\@tempdima = \dp\@arstrutbox
to make
    \\[0.5pc]
inside a `tabular' work. \@arstrut is just a macro = that does a \(unh)copy
of \@arstrutbox.

Nico

----------------------------------------------------------------= ------
Dr. Nico A.F.M. Poppelier
Elsevier Science Publishers, APD, R&D = Department
Sara Burgerhartstraat 25, 1055 KV Amsterdam, The = Netherlands
Phone: +31-20-5862504. Fax: +31-20-5862425. Email: = n.poppelier@elsevier.nl

------_=_NextPart_001_01C19443.42283F6C--