Text FormattingHyphenation Troubles

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
User avatar
naclador
Posts: 11
Joined: Thu Nov 26, 2009 11:40 am

Hyphenation Troubles

Post by naclador »

Greetings to the community!

I am a newbie to LaTeX, so please forgive me should i ask stupid questions.

I am using MikTeX 2.8 and TeXniccenter to create my dissertation in chemistry. I am writing in German, using the babel package with ngerman option. Now I get into trouble with the hyphenation of words containing greek characters and hyphens, like "\beta-Jonon-Endgruppe". I would like it to be hyphenated like "\beta-Io-non-End-grup-pe", but unfortunately LaTeX refuses to hyphenate the word alltogether, and it does not accept my \hyphenation command.

Is there anyone out there who can help me out of this?

Best,

Naclador

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Hyphenation Troubles

Post by localghost »

No big deal [1].

Code: Select all

$\beta$"=Jonon"=Endgruppe
[1] LaTeX-Wörterbuch: Silbentrennung


Best regards and welcome to the board
Thorsten
User avatar
naclador
Posts: 11
Joined: Thu Nov 26, 2009 11:40 am

Re: Hyphenation Troubles

Post by naclador »

Thanks a lot, Thorsten, easy enough to find if one knows where to look!
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Hyphenation Troubles

Post by localghost »

It's also documented in the babel manual (Section 23: The German language – new orthography, p. 84ff), but not so clear.
Post Reply