On 10/31/2012 2:59 AM, Pat Somerville wrote:

Pat;

This is how I add animated gif files to my Latex document for
use with l2h. I do the conversion on windows, but the resulting
animated gif file can of course be used on windows on Linux with
l2h

1) Tool needed on windows (free)
   - UNFreeze to convert the GIF files to animated gif.
2) Use the above program to convert the set of gif file to one
animated gif file, say animation.gif

in Latex, do the line

-----------------------------
\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage{html}

\begin{document}
\begin{htmlonly}
\includegraphics[scale=1]{animation.gif}
\end{htmlonly}
\end{document}
--------------------------------------

If the files are .png files, then first convert them to
gif files and then do the above. To covert set of png files
to set of gif files, I use free program call EazyGraphics
converter to convert PNG to GIF.

--Nasser



_______________________________________________
latex2html mailing list
latex2html@tug.org
http://tug.org/mailman/listinfo/latex2html

Reply via email to