Text Formatting ⇒ Minimum limit for inter-word spacing
Minimum limit for inter-word spacing
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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Minimum limit for inter-word spacing
WordSpace
option may be used.A manual solution would involve changing
\fontdimen2
, \fontdimen3
and \fontdimen4
.Regards