Generalhyphenation

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
hasi
Posts: 3
Joined: Tue Jan 01, 2008 7:10 pm

hyphenation

Post by hasi »

So I know, I can globally specify hyphenations with the

\hyphenation{bla -bla bloblo}

command.
Is there a way to specify that two words should not be separated at the end of the line?
If I write

\hyphenation {Louis XIV}

the program is reading it as two words, of course.
Any tips?

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

hyphenation

Post by gmedina »

In the body of your document use the character "~", as in the following example,

Code: Select all

Louis~XIV
to prevent the separations at the end of the line.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply