Text FormattingHow do I prevent text wrapping?

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Eenzc
Posts: 48
Joined: Thu Jun 26, 2008 2:38 pm

How do I prevent text wrapping?

Post by Eenzc »

Hi I'm printing my thesis but there is one page where a reference is text wrapped so it goes

ta - ble 3.

with the "ta" on one page and the "ble 3" on the other.

How do I prevent this?

Thanks.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

How do I prevent text wrapping?

Post by gmedina »

Hi,

one possibility is to add in the preamble

Code: Select all

\hyphenation{table}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

How do I prevent text wrapping?

Post by localghost »

The simplest way is to use the \mbox command. Regarding references this generally might be done with the cleveref or varioref package (but I'm not sure).


Best regards
Thorsten
Post Reply