Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

double \cline in tabular environment

1,662 views
Skip to first unread message

Klaus Lindeman

unread,
Dec 16, 1993, 11:08:53 AM12/16/93
to
Hi

I was wondering whether it is possible to generate a double line in a tubular via
the \cline command?

What I want is equal to the following:

\begin{tabular}{cc}
foo & something \\ \hline\hline
foo2 & something2
\end{tabular}

This will create a double rule separating the two lines in the tabular,
but what I want should be (intuitively) like this

\begin{tabular}{cc}
foo & something \\ \cline{1-1}\cline{1-1}
foo2 & something
\end{tabular}

and thus cause a double line only in the first column.

Typing \cline twice like above doesn't work, why?

and how do i get the desired effect?

Thanks in advance

Klaus Lindemann (lo...@diku.dk)

--
--------------------------------------------------------------------
Logic is the perfect way of | Klaus Lindemann aka lo...@diku.dk
reaching the wrong conclusion | Institute of Computer science
with confidence ! | Copenhagen University (DIKU)

Piet van Oostrum

unread,
Dec 20, 1993, 9:50:37 AM12/20/93
to
KL> What I want is equal to the following:

KL> \begin{tabular}{cc}
KL> foo & something \\ \cline{1-1}\cline{1-1}
KL> foo2 & something
KL> \end{tabular}

You can do this with \hhline from the array package.
--
Piet* van Oostrum, Dept of Computer Science, Utrecht University,
Padualaan 14, P.O. Box 80.089, 3508 TB Utrecht, The Netherlands.
Telephone: +31 30 531806 Uucp: uunet!ruuinf!piet
Telefax: +31 30 513791 Internet: pi...@cs.ruu.nl (*`Pete')
X-400: G=Piet;S=van.Oostrum;OU=cs;O=ruu;PRMD=surf;ADMD=400net;C=nl;

0 new messages