[texhax] question about " \listoffigures"
Philip TAYLOR
P.Taylor at Rhul.Ac.Uk
Sat May 4 23:10:19 CEST 2013
Wu Zhang wrote:
> Hi folks,
>
> I use the following code for my thesis:
>
> \usepackage{amsmath}
> \begin{document}
>
> \begin{figure}
> \caption{$\rho$}
> \end{figure}
>
> \listoffigures
> \end{document}
>
> But I got the error message like this:
>
> LaTeX Font Info: Try loading font information for U+lasy on input line 3.
For me, that does not happen, but I have to add one additional line
before it will compile :
> \documentclass {article} %%% added
> \usepackage{amsmath}
> \begin{document}
>
> \begin{figure}
> \caption{$\rho$}
> \end{figure}
>
> \listoffigures
> \end{document}
Do you have \documentclass {article}, or something else ?
If you have \documentclass {article}, try deleting all
auxiliary files and then trying again.
Philip Taylor
More information about the texhax
mailing list