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.

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

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