Page Layout ⇒ Hyphenation
Hyphenation
It seems to be that latex is splitting the words based on british english, and I need it split as in accordance with american english (i.e. techno-logy, rather than technolo-gy... or ana-logy NOT anal-ogy)
Does anyone know how to do this?
I tried importing USenglish and putting it into the preamble, but that didn't work.
Thanks!
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Hyphenation
Code: Select all
\usepackage[USenglish]{babel}
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Hyphenation
here's my attempt at an MWE... what I would like, ideally, is to have the words split consistently (i.e. at the end of the first paragraph, 'generates' is split as gen-erates (gene-rate), while 'aggregate' is split as aggre-gate.
At the beginning of the paragraph, you have contribu-tion, where it should be 'contri-bution'.
I'm not even sure if there is a rule for this in LaTeX. Attempting to split the words manually just creates discrepancies and further inconsistencies, as words are shifted and new problems arise.
Any help would be GREATLY appreciated

thanks again!
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Hyphenation
\usepackage[UKenglish, english, USenglish]{babel}
as you only want US English? As pointed out, this is what (La)TeX does "out of the box". Also, I'd have
\usepackage{mathptmx} % not times
\usepackage{geometry} %
\usepackage{graphicx} % no [pdflatex]
and use geometry to set margins, etc. (An up-to-date graphics package will detect the driver itself.)
--
Joseph Wright