GeneralHelp with hyphenation

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
ganda97
Posts: 13
Joined: Fri Mar 14, 2008 12:34 am

Help with hyphenation

Post by ganda97 »

How can I stop hyphenation in my TOC, list of figures, and list of tables, but keep it on the rest of my dissertation? I would prefer to not have to use a package that I'm not already using since the rest of the dissertation is correctly formatted and I don't want to risk changing something in the main body.

Here is the start of my document:

\documentclass[12pt,onesided]{report}

\usepackage{amsmath,amsthm,amsfonts,amscd} % Some packages to write mathematics.
\usepackage{eucal} % Euler fonts
\usepackage{verbatim} % Allows quoting source with commands.
\usepackage{setspace}
\usepackage[usenames]{color}
\usepackage{colortbl}
\usepackage{hhline}
\usepackage{graphicx}
\usepackage[square]{natbib}

%\usepackage{layout}


\begin{document}
\layout
\include{firstpage}

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Help with hyphenation

Post by Stefan Kottwitz »

Hi,

the UK TeX FAQ mentiones some solutions: Stopping all hyphenation.

Stefan
LaTeX.org admin
Post Reply