General ⇒ Hyphenation
Hyphenation
The second problem is that using hyphen in a word prevents it from hyphenation as you can see on the second page of my attachment. Can we get LaTeX to be able to divide these expressions as well? Moreover, we can't even put "2-di-men-sion" into \hyphenation, because it can not contain numbers.
- Attachments
-
- Example.tex
- (1.28 KiB) Downloaded 244 times
-
- Example.pdf
- (6.15 KiB) Downloaded 214 times
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Hyphenation
use \showhyphens:
Code: Select all
\showhyphens{dimension}
Code: Select all
[] \OT1/cmr/m/n/10 di-men-sion
Code: Select all
2\-di\-men\-sion
Re: Hyphenation
Can you specify "2\-di\-men\-sion" in the preamble for the whole document as well?
Máté