You apparently have psfrag.pro only in your working directory and
not in a standard location.  I suggest copying psfrag.pro to
/var/tmp/eds/thesis/thesis/l2h1116/image/.  --- JOS

Begin forwarded message:

X-Authentication-Warning: swindon.city.ac.uk: sb314 owned process doing -bs
Date: Fri, 21 Aug 1998 14:26:33 +0100 (BST)
From: Ed Down <[EMAIL PROTECTED]>
X-Sender: sb314@swindon
To: Ross Moore <[EMAIL PROTECTED]>
cc: [EMAIL PROTECTED]
Subject: Re: latex2html: Figures problem
In-Reply-To: <[EMAIL PROTECTED]>
Sender: [EMAIL PROTECTED]

On Fri, 21 Aug 1998, Ross Moore wrote:

Following Ross' recent mail I've looked into my problem a little deeper.
This may now give a better idea. Running latex gives me


This is TeX, Version 3.14159 (C version 6.1)
(thesis.tex
LaTeX2e <1995/12/01> patch level 2
                [snip]
(/usr/sol2b/teTeX/texmf/tex/latex/graphics/dvips.def))) (subfigure.sty
Package: subfigure 1995/03/06 v2.0
) (psfrag.sty) (/usr/sol2b/teTeX/texmf/tex/latex/base/latexsym.sty)
(/usr/sol2b/teTeX/texmf/tex/latex/graphics/lscape.sty)
(/usr/sol2b/teTeX/texmf/tex/latex/rotating/rotating.sty)


So it is finding the required packages (standard ones and the ones I have
added locally -- subfigure & psfrag). Similarly dvips finds the .pro files


dvips -f thesis > thesis.tex
This is dvipsk 5.58f Copyright 1986, 1994 Radical Eye Software
' TeX output 1998.08.21:1347' ->
<texc.pro><psfrag.pro><special.pro>. [1] [1] [1] [2] [3] [1] [2] [3
<figs/hx1.eps><figs/hx2mod.eps>] [4] [5] [6] [7] [8] [9]

To give you an idea of how I am working (it's a little complicated, sorry)
I'm working in /usr/tmp/eds. My tex files are in /usr/tmp/eds/thesis, with
the extra package .sty and .pro files. latex2html, the contents of
texinputs and pbmplus are in /usr/tmp/eds/bin and the latex2html source
is in /usr/tmp/eds/latex2html.

install-test works fine - no signs of any errors, or not finding anything,
so I copy latex2html and the contents of texinputs to /usr/tmp/eds/bin, cd
to /usr/tmp/bin/thesis and run 'latex2html thesis'


This is LaTeX2HTML Version 98.1p1 release (March 2nd, 1998)
                        [snip]
 *** translating preamble ***
....
Warning: No implementation found for package: subfigure.
Warning: No implementation found for package: psfrag..
Warning: No implementation found for package: lscape.
Warning: No implementation found for package: rotating...
 *** preamble done ***
;...............,...;....
                        [snip]
Writing image file ...

This is TeX, Version 3.14159 (C version 6.1)
(images.tex
LaTeX2e <1995/12/01> patch level 2
Hyphenation patterns for english, german, loaded.


Generating postscript images using dvips ...

images will be generated in /var/tmp/eds/thesis/thesis/l2h1116/
This is dvipsk 5.58f Copyright 1986, 1994 Radical Eye Software
' TeX output 1998.08.21:1404' -> /var/tmp/eds/thesis/thesis/l2h1116/image
dvips: ! Couldn't find header file psfrag.pro
Error: No such file or directory
pstoimg: Cannot find file /var/tmp/eds/thesis/thesis/l2h1116/image005.ps:
No such file or directory
        [same errors for images 4,9,6,7,8,1,2,3]
Error while converting image: No such file or directory

Doing section links .....
Doing table of contents ............

*********** WARNINGS ***********


Couldn't remove ./TMP/ : No such file or directoryNo implementation found
for s
tyle `a4paper'
No implementation found for style `subfigure'
No implementation found for style `psfrag'
No implementation found for style `lscape'
No implementation found for style `rotating'

Failed to convert image /var/tmp/eds/thesis/thesis/l2h1116/image005.ps
Failed to convert image /var/tmp/eds/thesis/thesis/l2h1116/image004.ps
Failed to convert image /var/tmp/eds/thesis/thesis/l2h1116/image009.ps
Failed to convert image /var/tmp/eds/thesis/thesis/l2h1116/image006.ps
Failed to convert image /var/tmp/eds/thesis/thesis/l2h1116/image007.ps
Failed to convert image /var/tmp/eds/thesis/thesis/l2h1116/image008.ps
Failed to convert image /var/tmp/eds/thesis/thesis/l2h1116/image001.ps
Failed to convert image /var/tmp/eds/thesis/thesis/l2h1116/image002.ps
Failed to convert image /var/tmp/eds/thesis/thesis/l2h1116/image003.ps
To resolve the image conversion problems please consult
the "Troubleshooting" section of your local User Manual
or follow the links to it at
http://www-math.mpce.mq.edu.au/texdev/LaTeX2HTML/docs/manual/


Unknown commands: subfigure lq
Done.



I have tried changing TEXINPUTS in latex2html.config, particularly to

$TEXINPUTS = "::.:..:/usr/tmp/eds/thesis";

where my psfrag and subfigure files reside, but it makes no difference. My
environment variable was TEXINPUTS=.: which I thought may be stopping the
latex2html.config TEXINPUTS from being used, but commenting out the

$ENV{'TEXINPUTS'} = $TEXINPUTS unless defined $ENV{'TEXINPUTS'};

line made no difference.


Any comments/help?

Ed





Reply via email to