I am putting together a brochure - on the fourth page is a form customers can fill in and fax over.
I would like the bit where they put their name to be underlined with dots.
\dotfill is of course very good at filling the rest of the line with dots.
I am hoping to get something that would give me the equivalent of this:
Code: Select all
\begin{verbatim}
Name:............... Position:...............
Company:.....................................
Address:.....................................
....................Post Code:...............
Phone:....................fax:...............
email:.......................................
\end{verbatim}
Do I have to do this in the verbatim environment? I have struggled with tabular. I would like to stay in the same font I have been using.
What I suppose I want is a table where I specify the full width of the table and perhaps each of the columns and any space is automatically filled in with dots.
Can anybody suggest a solution, or different path?
Many thanks in advance,
dt