[tex-live] Bug in v6.79h?

Heiko Oberdiek oberdiek at uni-freiburg.de
Fri Nov 27 10:44:15 CET 2009


On Fri, Nov 27, 2009 at 04:39:03AM -0500, Victor Ivrii wrote:

> It looks like there is a bug in hyperref (bundle) v6.79h which "does
> not like" \section*, \subsection*, etc commands
> 
> >From log with
> 
> (/usr/local/texlive/2009/texmf-dist/tex/latex/hyperref/hyperref.sty
> Package: hyperref 2009/11/25 v6.79h Hypertext links for LaTeX
> 
> 
> .....
> 
> 
> {/usr/local/texlive/2009/texmf-var/fonts/map/pdftex/updmap/pdftex.map}])
> ! Incomplete \iffalse; all text was ignored after line 33.
> <inserted text>
>                 \fi
> l.138 \include{Ch15/book15}
> 
> 
> %%%%% Line 33 on book15 is EXACTLY \subsubsection*  (but \section* ...

It works for me (pdflatex):

\documentclass{article}
\usepackage{hyperref}
\begin{document}
\section*{abc}
\subsubsection*{abc}
\end{document}

Please provide a minimal example that shows the problem.

Yours sincerely
  Heiko <oberdiek at uni-freiburg.de>


More information about the tex-live mailing list