[OS X TeX] Conflict between 'makeindex' & 'hyperref' packages
Iraj Kalantari
I-Kalantari at wiu.edu
Mon Apr 6 19:56:47 EDT 2015
The minimal example below, when run with and without the line
\usepackage{hyperref}
reveals there is a conflict between that package and
\usepackage{makeidx}.
Is this known?
Iraj.
\documentclass[12pt]{book}
\usepackage{makeidx}
\makeindex
\usepackage{hyperref}
\begin{document}
\title{Title}
\author{A B}
\maketitle
\tableofcontents
\chapter{Short Name}
Some text.
\chapter{Long Long Long Long Long Long Long Long Long Long Long Long Long Name}
More text.
\end{document}
More information about the MacOSX-TeX
mailing list