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

Reg: Dotted Horizontal Line in Table

1 view
Skip to first unread message

Kumaresh PS

unread,
Nov 20, 2009, 6:44:38 AM11/20/09
to
Hi TeXies,
Can anyone guide me how to bring dotted horizontal line in my table
as
per my below sample:
____________________________________________________
Head A Head B Head C
....................................................
Col 1 Col 2 Col3
Col 1 Col 2 Col3
Col 1 Col 2 Col3
____________________________________________________
Kumaresh PS

Merciadri Luca

unread,
Nov 20, 2009, 8:38:15 AM11/20/09
to

Hi,

This works thanks to my package:
====
\documentclass[10pt]{article}

\usepackage[dot]{dashundergaps}

\begin{document}
\begin{tabular}{lll}
\hline
Head A & Head B & Head C\\
\multicolumn{2}{l}{\dotuline{\hfill}}\\
Col 1 & Col 2 & Col 3\\
Col 1 & Col 2 & Col 3\\
Col 1 & Col 2 & Col 3\\
\end{tabular}
\end{document}
====

HTH.

0 new messages