Re: [l2h] Relative/Absolute paths of images and failure when the images are accessed by the variable $TEXINPUTS

2010-01-20 Thread Ross Moore
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

Re: [l2h] Relative/Absolute paths of images and failure when the images are accessed by the variable $TEXINPUTS

2010-01-20 Thread Nasser M. Abbasi
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

[l2h] Relative/Absolute paths of images and failure when the images are accessed by the variable $TEXINPUTS

2010-01-20 Thread Mark Duke
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