Text Formattinghow to insert an underline between two words, e.g table_name

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
user2390
Posts: 1
Joined: Tue Mar 01, 2011 5:53 pm

how to insert an underline between two words, e.g table_name

Post by user2390 »

SALAM

you can use: table\underline{\space}name

Recommended reading 2024:

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

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

coachbennett1981
Posts: 274
Joined: Fri Feb 05, 2010 10:15 pm

how to insert an underline between two words, e.g table_name

Post by coachbennett1981 »

You could also use

Code: Select all

Hello\underline{\hspace{.25in}}Goodbye

Post Reply