Text Formatting ⇒ Display hyphenation points
-
- Posts: 132
- Joined: Wed Feb 11, 2009 11:38 pm
Display hyphenation points
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
Display hyphenation points
Code: Select all
\documentclass{article}
\begin{document}
\showhyphens{hyphenation}
\end{document}
Code: Select all
[] \OT1/cmr/m/n/10 hy-phen-ation
-
- Posts: 132
- Joined: Wed Feb 11, 2009 11:38 pm
Display hyphenation points
\showhyphensnow{analysis}
and have returned ana-ly-sis. I suppose one could write a script to do it.Display hyphenation points
- type
xetex
and hit enter in the command line. You will get a**
prompt. - type
\relax
and hit enter. You will get a*
prompt. - type
\showhyphens{analysis}
and hit enter. Watch TeX's response:Code: Select all
[] \tenrm anal-y-sis
- type
\bye
and hit enter to leave.
-
- Posts: 132
- Joined: Wed Feb 11, 2009 11:38 pm
Re: Display hyphenation points
Display hyphenation points
Depends on the definition of funny, I guess: http://www.merriam-webster.com/dictionary/analysisLaurentius wrote:Funny hyphenation of analysis though.

Regards
-
- Posts: 132
- Joined: Wed Feb 11, 2009 11:38 pm