How could I get to know the places where LaTeX can divide a word? For example I would like to know what are the syllables of "dimension". Is there a more effective way to find it out then compiling the first page of my attachment?
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.
General ⇒ Hyphenation
Hyphenation
- Attachments
-
- Example.tex
- (1.28 KiB) Downloaded 238 times
-
- Example.pdf
- (6.15 KiB) Downloaded 205 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Hyphenation
Hi Máté,
use \showhyphens:
will print this to the logfile:
Second, you could use \- and declare all possible places:
Stefan
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
LaTeX.org admin
Re: Hyphenation
Thanks Stefan, the \showhyphens command works fine.
Can you specify "2\-di\-men\-sion" in the preamble for the whole document as well?
Máté
Can you specify "2\-di\-men\-sion" in the preamble for the whole document as well?
Máté