[OS X TeX] Conflict between 'makeindex' & 'hyperref' packages

Iraj Kalantari I-Kalantari at wiu.edu
Tue Apr 7 01:56:47 CEST 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 macostex-archives mailing list