Hello Mark,
On 21/01/2010, at 6:27 AM, Mark Duke wrote:
Hi All,
I use pdflatex and latex2html to convert my tex files into pdf and
html . My goal is to use exactly the same tex files for both
programs and to keep the use of the environments {latexonly} and
{htmlonly} to a minimum. I use
Hi All,
I have managed to generate html files using the png files as input, but
only when the png files were located in the same directory as the tex
files.
The way I include my png files is as follows
\usepackage{graphicx}
\begin{document}
\includegraphics[]{file.png}
So, if the file.pn
Hi All,
I use pdflatex and latex2html to convert my tex files into pdf and html
. My goal is to use exactly the same tex files for both programs and to
keep the use of the environments {latexonly} and {htmlonly} to a
minimum. I use a lot of screenshots which are in png (fine for pdflatex)
for