Text FormattingMinimum limit for inter-word spacing

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
iliafine
Posts: 4
Joined: Tue Aug 04, 2015 11:45 am

Minimum limit for inter-word spacing

Post by iliafine »

Hi,

In my article, I want Latex never produced inter-word space less than the width of a small letter "m" in the current font. Is there a simple way to achieve that?

Thanks,
Ilia.

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

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Minimum limit for inter-word spacing

Post by cgnieder »

With pdfLaTeX there might be a way using microtype and setting the tracking. With Xe- and LuaLaTeX fontspec's WordSpace option may be used.

A manual solution would involve changing \fontdimen2, \fontdimen3 and \fontdimen4.

Regards
site moderator & package author
Post Reply