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

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
Stefan Kottwitz
Site Admin
Posts: 10360
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