How can i disable word breaks in the whole document? (ie, i don't want any of my words broken and hyphenated across 2 lines)
thanks!
danny
Text Formatting ⇒ disable word break?
NEW: TikZ book now 40% off at Amazon.com for a short time.
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
disable word break?
You could use the hyphenat package.
Pay attention to the remarks in Section 2 of the manual.
Best regards
Thorsten
Code: Select all
\usepackage[none]{hyphenat}
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: disable word break?
thanks!
this worked great:
\hyphenpenalty 10000
\exhyphenpenalty 10000
this worked great:
\hyphenpenalty 10000
\exhyphenpenalty 10000