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

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

User avatar
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