[tex-live] Hyperref problem with Index in TeXLive 2013

Markus Kohm komascript at gmx.info
Tue Oct 15 10:36:50 CEST 2013


> Even more minimal and self-content:

You don't need a bibliography:

\documentclass{report}
\usepackage{makeidx}
\usepackage{tocbibind}
\usepackage{hyperref}
\makeindex
\begin{document}
\tableofcontents

\chapter{Test}
Test\index{Test}

\printindex
\end{document}

BTW: It seems to be a tocbibind+hyperref problem, because KOMA-Script's 
index=totoc option still works correctly with hyperref.

\documentclass[index=totoc]{scrreprt}
\usepackage{makeidx}
\usepackage{hyperref}
\makeindex
\begin{document}
\tableofcontents

\chapter{Test}
Test\index{Test}

\printindex
\end{document}

Markus Kohm
-- 
KOMA-Script, a versatile bundle of classes and packages for LaTeX2e
Current: KOMA-Script 3.11b (see <http://www.komascript.de/release> in German)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://tug.org/pipermail/tex-live/attachments/20131015/6c4b000d/attachment.bin>


More information about the tex-live mailing list