I would like to be able to make dotted hlines in the tabular environment. I
don't have the time, and it's not sufficiently important to me, to modify the
hline definition to do this (it would take me a long time; I'm no TeXpert).
Has anyone done this? Is there a macro available?
Thanks
Gram
Graham Wheeler <gr...@cs.uct.ac.za> | "That which is weak conquers the strong,
Data Network Architectures Lab | that which is soft conquers the hard."
Dept. of Computer Science | Lao Tzu - Tao Te Ching Ch. 78
University of Cape Town | There's no justus; there's just us
Graham> Hi TeXperts
Graham> I would like to be able to make dotted hlines in the tabular
Graham> environment.
a quick peek in the LaTeX book index reveals \dotfill
\begin{tabular}{c}
{\bf Mentors \hspace{3in} \hfill Students}\\
\\
Sharon Adler\dotfill Vershonna Sanders \\
Thomas R. Baran\dotfill Lisa Corbin \\
you might try pure dotfill lines.