Text FormattingHyphenation of "Comparison"

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
ltxsun
Posts: 16
Joined: Thu Jun 03, 2010 7:41 pm

Hyphenation of "Comparison"

Post by ltxsun »

I want to use Times in my document, so I set these in my preamble:

Code: Select all

\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\renewcommand{\rmdefault}{ptm}
But I found that in the same document, the word ``comparison'' can be hyphenated as either compar-ison, or, compari-son.

Is this right?
Last edited by ltxsun on Thu Dec 29, 2011 5:10 am, edited 1 time in total.

Recommended reading 2024:

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

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

Frits
Posts: 169
Joined: Wed Feb 02, 2011 6:02 pm

Hyphenation of "Comparison"

Post by Frits »

That's correct, according to this online dictionary.

Note that \usepackage{times} can also be used to change the content font to Times.
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
ltxsun
Posts: 16
Joined: Thu Jun 03, 2010 7:41 pm

Re: Hyphenation of "Comparison"

Post by ltxsun »

thanks!
Post Reply