<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I don't think this is related to minitoc as I can reduce it to the code below and 'Index' in the toc still points to the bibliography.<br>
<br>
For further discussions please refer to the texhax mailing list instead or plase it on tex.stackexchange.com.
<br>
<br>
The TeX Live mailing list is not suited for package discussions<br>
<br>
<br>
\documentclass[a4paper,twoside, openright,12pt]{report}<br>
\usepackage{makeidx} <br>
\usepackage{tocbibind}<br>
\usepackage{hyperref}<br>
\makeindex<br>
\begin{document}<br>
\tableofcontents<br>
<br>
test\index{test}<br>
<br>
\bibliographystyle{plain}<br>
\nocite{*}<br>
\bibliography{FME}<br>
<br>
\printindex<br>
\end{document}<br>
<br>
<div><br>
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px"><br>
/Lars Madsen<br>
Institut for Matematik / Department of Mathematics<br>
Aarhus Universitet / Aarhus University<br>
Mere info: <a href="http://au.dk/daleif@imf" tabindex="0">http://au.dk/daleif@imf</a> / More information:
<a href="http://au.dk/en/daleif@imf" target="_blank">http://au.dk/en/daleif@imf</a><br>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF10945"><font color="#000000" face="Tahoma" size="2"><b>From:</b> Autiwa [autiwa@gmail.com]<br>
<b>Sent:</b> 14 October 2013 16:01<br>
<b>To:</b> Lars Madsen<br>
<b>Cc:</b> tex-live@tug.org<br>
<b>Subject:</b> Re: [tex-live] Hyperref problem with Index in TeXLive 2013<br>
</font><br>
</div>
<div></div>
<div>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt">
<div class="PlainText">Here is a Full Minimal example. I did not included the .pdf to have a lower sized archive.
<br>
<br>
One must compile : <br>
pdflatex<br>
bibtex<br>
makeindex<br>
pdflatex<br>
pdflatex<br>
(and maybe a last pdflatex for minitocs)<br>
<br>
</div>
</span></font></div>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt">
<div class="PlainText"><br>
<br>
Minitoc are correctly displayed. All hyperref works except the one for the Index.
<br>
<br>
<br>
Le 14 oct. 2013 à 15:05, Lars Madsen a écrit :<br>
<br>
> Full minimal example please<br>
> <br>
> We'd like something that we can compile on our systems.<br>
> <br>
> <br>
> <br>
> /Lars Madsen<br>
> Institut for Matematik / Department of Mathematics<br>
> Aarhus Universitet / Aarhus University<br>
> Mere info: <a href="http://au.dk/daleif@imf" target="_blank">http://au.dk/daleif@imf</a> / More information:
<a href="http://au.dk/en/daleif@imf" target="_blank">http://au.dk/en/daleif@imf</a><br>
> <br>
> <br>
> ________________________________________<br>
> From: tex-live [tex-live-bounces@tug.org] on behalf of Autiwa [autiwa@gmail.com]<br>
> Sent: 14 October 2013 12:02<br>
> To: tex-live@tug.org<br>
> Subject: [tex-live] Hyperref problem with Index in TeXLive 2013<br>
> <br>
> Hello,<br>
> <br>
> I did not found a specific package that cause this problem but since the last version of TeX Live 2013 (This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013) (format=pdflatex 2013.6.27) 14 OCT 2013 11:18).<br>
> <br>
> I use minitoc, hyperref and indexes (in my phd).<br>
> <br>
> The example of how I use index :<br>
>> \bibliographystyle{plainnat}<br>
>> \bibliography{these}%.bib<br>
>> \adjustmtc % To have correct minitocs, we must place this command right after bibliography<br>
>> % If any, the index must be right after the bibliography, and before appendixes<br>
>> \printindex<br>
>> \mtcfixindex[chapter] % To have correct minitoc after the index<br>
> <br>
> When I did the compilation in Ubuntu 12.04.3, clicking on "Index" in the table of content sent me to the index. With the last version, both on macOS and Ubuntu 13.04, clicking on the index send me to "Bibliography", the chapter juste before. But only the
 index link is broken, all the other links and minitocs are correct.<br>
> <br>
> I don't know if it comes from the minitoc package, the hyperref package, or some other package.<br>
> <br>
> After some researches, I had the impression that this list was the right place to submit this bug. But if I'm mistaken, please accept my apologies, and feel free to tell me were I should report this bug.<br>
> <br>
> Best regards,<br>
> Autiwa<br>
<br>
</div>
</span></font></div>
</div>
</div>
</div>
</body>
</html>