Document Classes ⇒ Hyphenation
-
- Posts: 3
- Joined: Thu Jul 05, 2007 1:47 pm
Hyphenation
I have a hyphenation file for Indonesian (my native) and the file still has a bug.
I need to modify the file, but I'm not sure how to do. Because the algorithm seems strange
for me. What I need is the explanation or description to the algorithm, so I can do modify the file.
I hope this community would help. Many Thanks.
(I'm a newbie in this community)
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
Hyphenation
http://www-h.eng.cam.ac.uk/help/tpl/tex ... x-244.html
and
http://www-h.eng.cam.ac.uk/help/tpl/tex ... x-182.html
The first gives you the "\hyphenation{...}" macro, which lets you specify a word list with hyphenation points marked by "-". The second gives you "\-" which lets you put hyphenation points right into the words as you type them.
-
- Posts: 3
- Joined: Thu Jul 05, 2007 1:47 pm
Re: Hyphenation
Please help me again..??
I need the algorithm for my thesis project.
Thank You.
Hyphenation
I would be very surprised that there would be so many "bugs" in the hyphenation patterns for your language (you have instructed LaTeX to change to your language, right?) that you would want to modify the hyphen.tex manually. If there are only a couple of exceptions, add them to your preamble and move on. That way things are PORTABLE.
If you really really want to generate your own list of aptterns, you should consult the patgen program. You can find its manual page here.
If you really feel you need more information, start your search from patgen and work from there.
-
- Posts: 3
- Joined: Thu Jul 05, 2007 1:47 pm
Re: Hyphenation
I hope I can solve my problem.
Thank You for your help.