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

\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}
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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply