Text Formatting\dotfill inside \multirow

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
gkl
Posts: 28
Joined: Sat Jan 17, 2009 12:21 am

\dotfill inside \multirow

Post by gkl »

Dear All,

I have the following code in a Latex document:

Code: Select all

Code, edit and compile here:
\begin{table}[h!]
\begin{tabular}{p{0.5\textwidth} p{0.5\textwidth}}
multirow{3}{*}{Date:\dotfill} & \multirow{3}{*}{Signature:\dotfill} \tabularnewline
& \tabularnewline
& \tabularnewline
\, & \multirow{3}{*}{Print Name:\dotfill} \tabularnewline
\, & \tabularnewline
\, & \tabularnewline
\end{tabular}
\end{table}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
however \dotfill does not work, i.e. no dots are generated. If I move it outside the \multirow command it works fine (of course the dots are in the wrong place), so the problem must be with the \multirow command.

Any pointers as to how it might be solved?

Regards,
George

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply