[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#66636: marked as done (latex: tables don't come out right)



Your message dated Mon, 3 Jul 2000 09:34:35 +0200 (CEST)
with message-id <Pine.NEB.4.21.0007030932110.6823-100000@neptun.fachschaften.tu-muenchen.de>
and subject line Bug#66636: latex: tables don't come out right
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 3 Jul 2000 05:51:04 +0000
>From karlheg@bittersweet.inetarena.com Mon Jul 03 00:51:04 2000
Return-path: <karlheg@bittersweet.inetarena.com>
Received: from bittersweet.inetarena.com [209.102.107.172] 
	by master.debian.org with esmtp (Exim 3.12 2 (Debian))
	id 138z8K-0005xN-00; Mon, 03 Jul 2000 00:51:04 -0500
Received: by bittersweet.inetarena.com (Postfix, from userid 1000)
	id 0598622AF40; Sun,  2 Jul 2000 22:51:02 -0700 (PDT)
To: submit@bugs.debian.org
Cc: karlheg@bittersweet.inetarena.com
From: Karl M.Hegbloom <karlheg@bittersweet.inetarena.com>
Subject:  latex: tables don't come out right
X-Mailer: bug-buddy 1.0
Message-Id: <[🔎] 20000703055102.0598622AF40@bittersweet.inetarena.com>
Date: Sun,  2 Jul 2000 22:51:02 -0700 (PDT)
Delivered-To: submit@bugs.debian.org

Package:  tetex-bin
Severity: normal
Version:  
Synopsis: latex: tables don't come out right
Class:    sw-bug

Distribution: Debian 2.2
System: Linux 2.4.0-test1-ac10 i586 unknown


Description:
The following test document produces the attached .dvi file:

\documentclass{article}

\begin{document}
\begin{tabular}{|c|c|c|}
  \hline\\
  One & Two & Three\\
  \hline\\
  Four & Five & Six\\
  \hline
\end{tabular}
\end{document}

 Base64 encoded .dvi from above:
9wIBg5LAHDsAAAAAA+gbIFRlWCBvdXRwdXQgMjAwMC4wNy4wMjoyMjM1iwAAAAEAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////oAJ5AACNoP2jAACgAj8AAI2g/fUZ
mY2NjZFNAACf5UzNiQAAZmYAZOqxpAhmZI2NkMzNnwOZnIQADAAAAABmZpEfxEiEAAwAAAAA
ZmaOjqkMAACNjZDMzaQDmZyEAAwAAAAAZmaWBv6Vn/xmZPMHS/FgeQAKAAAACgAAAAVjbXIx
MLJPbmWToYQADAAAAABmZo6NkSYqrlR3kLjjb5EFzM2fA5mchAAMAAAAAGZmjo2RRVVaVGhy
ZWWRBczNnwOZnIQADAAAAABmZo6OnwQAAokAAGZmAGTqsaGNjZDMzZ8DmZyEAAwAAAAAZmaR
H8RIhAAMAAAAAGZmjo6mjY2QzM2kA5mchAAMAAAAAGZmlgXMzZ/8ZmRGkf8qqm91cpOhhAAM
AAAAAGZmjo2RJmADRml2kLjjZZEGAiKfA5mchAAMAAAAAGZmjo2RS1HLU2l4kQvJPp8DmZyE
AAwAAAAAZmaOjp8EAAKJAABmZgBk6rGOjo6Onx4AAI2SAOgAADGOjoz4AAAAKgGDksAcOwAA
AAAD6AJ5AAABlwAAAAcAAfMHS/FgeQAKAAAACgAAAAVjbXIxMPkAAAHZAt/f39/f398=

 ... as you can see, the boxes in the table are too tall, and the
vertical lines don't
reach all the way to the top like they should.

---------------------------------------
Received: (at 66636-done) by bugs.debian.org; 3 Jul 2000 07:34:38 +0000
>From bunk@fs.tum.de Mon Jul 03 02:34:38 2000
Return-path: <bunk@fs.tum.de>
Received: from nilpferd.fachschaften.tu-muenchen.de [129.187.176.79] 
	by master.debian.org with smtp (Exim 3.12 2 (Debian))
	id 1390kX-0004nf-00; Mon, 03 Jul 2000 02:34:37 -0500
Received: (qmail 19589 invoked from network); 3 Jul 2000 07:34:36 -0000
Received: from neptun.fachschaften.tu-muenchen.de (129.187.176.23)
  by nilpferd.fachschaften.tu-muenchen.de with SMTP; 3 Jul 2000 07:34:36 -0000
Date: Mon, 3 Jul 2000 09:34:35 +0200 (CEST)
From: Adrian Bunk <bunk@fs.tum.de>
X-Sender: bunk@neptun.fachschaften.tu-muenchen.de
To: 66636-done@bugs.debian.org
Subject: Re: Bug#66636: latex: tables don't come out right
In-Reply-To: <[🔎] 20000703055102.0598622AF40@bittersweet.inetarena.com>
Message-ID: <Pine.NEB.4.21.0007030932110.6823-100000@neptun.fachschaften.tu-muenchen.de>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: 66636-done@bugs.debian.org

On Sun, 2 Jul 2000, Karl M.Hegbloom wrote:

>...
> Description:
> The following test document produces the attached .dvi file:
> 
> \documentclass{article}
> 
> \begin{document}
> \begin{tabular}{|c|c|c|}
>   \hline\\
>   One & Two & Three\\
>   \hline\\
>   Four & Five & Six\\
>   \hline
> \end{tabular}
> \end{document}
>...
> 
>  ... as you can see, the boxes in the table are too tall, and the
> vertical lines don't
> reach all the way to the top like they should.

The right LaTeX code would be:

\documentclass{article}

\begin{document}
\begin{tabular}{|c|c|c|}\hline
  & &\\
  One & Two & Three\\ \hline
  & &\\
  Four & Five & Six\\ \hline
\end{tabular}
\end{document}

cu,
Adrian

-- 
A "No" uttered from deepest conviction is better and greater than a
"Yes" merely uttered to please, or what is worse, to avoid trouble.
                -- Mahatma Ghandi



Reply to: