[tex-live] Garbage in documents after upgrade

Angelo Graziosi angelo.graziosi at alice.it
Sat Sep 19 15:26:08 CEST 2015


I think I have found what causes this issue.

Removing the line

   \usepackage{subfig}

from the test case attached, cause the garbage going away. Obviously I 
need the "subfig" package in my documents.

Maybe I have to write to the "subfig" maintainers..

Ciao,
  Angelo.

Il 18/09/2015 22:29, Angelo Graziosi ha scritto:
> For the sake of completeness, I want to flag the following issue
> occurred after today TL2015 upgrade (on OSX 10.10, Yosemite).
>
> I rebuilt some documents and discovered that "List of Figures" and "List
> of Tables" (*) contain garbage (doc-wrong_pages_sample.pdf, in the
> attached archive). The same documents, built on September 02, don't show
> garbage (doc-OK_pages_sample.pdf, in the attached archive).
>

-------------- next part --------------
\documentclass{book}

%%  Comment out this and garbage goes away
%%
%% We need to write :
%%
%%   cochranATieee.org
%%   sdcATcs.cmu.edu
%%
\usepackage{subfig}


\begin{document}
\frontmatter
%%
\listoffigures
\listoftables
%%
\mainmatter
%%
\chapter{A chapter}


\section{A section}

See the following figure

\begin{figure}
  \caption{Progresses in Science}
\end{figure}


\section{Another section}

See the following table

%%
\begin{table}
  \caption{Matter Fields}
\end{table}


Bye bye
%%
%%
\backmatter
\end{document}


More information about the tex-live mailing list