How do I have some underlines appear in the middle of a text by themselves (under spaces and not under other text).
For example:
What word ______ in the blank?
General ⇒ underlining spaces
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
underlining spaces
Hi dmt,
you could use \underline with some horizontal whitespace, for example:
Stefan
you could use \underline with some horizontal whitespace, for example:
Code: Select all
\underline{\hspace{2cm}}
\underline{\hphantom{word}}
LaTeX.org admin