Text Formattingthin space in any mode

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
ltxsun
Posts: 16
Joined: Thu Jun 03, 2010 7:41 pm

thin space in any mode

Post by ltxsun »

The HyperText Help from comp.text.tex describes `\,' (backslash followed by a comma) as the command for typesetting a thin space. I have been using `\/' (backslash then forward slash), which typesets a thinner space. However, I searched around, could not find any documentation about `\/'. Is it something obsolete I should avoid in the future?

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: thin space in any mode

Post by Stefan Kottwitz »

Hi,

\/ inserts an "italic correction" after a character or a ligature. It inserts some space to compensate if a character is overhanging when the following text is not slanted or italic.

Stefan
LaTeX.org admin
ltxsun
Posts: 16
Joined: Thu Jun 03, 2010 7:41 pm

thin space in any mode

Post by ltxsun »

Thanks!

Stefan_K wrote:Hi,

\/ inserts an "italic correction" after a character or a ligature. It inserts some space to compensate if a character is overhanging when the following text is not slanted or italic.

Stefan
Post Reply