Text Formattingadd hyphenation rules? (polyglossia)

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Laurentius
Posts: 132
Joined: Wed Feb 11, 2009 11:38 pm

add hyphenation rules? (polyglossia)

Post by Laurentius »

Is it possible to add hyphenation rules, for example never to split the combination aa?

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

west.logan
Posts: 87
Joined: Tue Sep 14, 2010 6:58 pm

add hyphenation rules? (polyglossia)

Post by west.logan »

I am not aware of a (easy) way to adjust the hyphenation rules. If it is only one where the problem is occurring then you could of course just use the

Code: Select all

\hyphenation{xxx-aas-xxx}
and select where you want to allow breaks.
If it is another language that contains double a's and you want a global definition for hyphenation rules, then I don't know.
Post Reply