Hello:

About Problem II (squares instead of numbers in cross-references), it was a latex 
error, as Ross suggested (\label instruction was before \caption)

About the problem I (no numbers for figures), Ross has detected exactly: 

"Without testing, I'd guess that this is because the text strings for captions do not 
match exactly (i) in the .aux file and (ii) in your document source."

I have tried his suggestion: 

latex2html -html_version 3.2,latin1,latin1  ...options...   filename.tex

but unfortunately it has not solved the problem...

Ross, these are the .tex and .aux files... �do you have new ideas? 

thanks in advance

Oscar Duarte

TEX FILE:

\documentclass{srticle}
\usepackage[spanish]{babel}
\usepackage[latin1]{inputenc}
\begin{document}
\listoffigures
See figure \ref{fig}
\begin{figure}
\caption{funci�n}
\label{fig}
FIGURE
\end{figure}
\end{document}
 
AUX FILE:

\relax
\catcode`.\active
\catcode`\.=12
\catcode`"\active
\catcode`<\active
\catcode`>\active
\es@quoting
\@writefile{lof}{contentsline {figure}{\numberline {1}{\ignorespaces funci\'on}}{1}}
\newlabel{fig1}{{1}{1}}
\select@language{spanish}
\@writefile{toc}{\select@language{spanish}}
\@writefile{lof}{\select@language{spanish}}
\@writefile{lot}{\select@language{spanish}}


_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to