[l2h] .perl file not being read
Ross Moore
ross at ics.mq.edu.au
Mon Nov 10 23:44:54 CET 2003
Hello Ted,
On Mon, 10 Nov 2003, Ted Dustman wrote:
> Hi,
>
> I have the following in my latex source:
>
> \usepackage{/Users/dustman/Projects/srdp/SCIRun_v1_20_0/doc/Utilities/
> TeX/scirun-doc}
No, this will *not* cause scirun-doc.perl to be read.
The command needs to be \usepackage{scirun-doc}
and then LaTeX2HTML will look for it:
1. in the working directory; or
2. in $LATEX2HTMLDIR/styles/
Other directory locations can be added to the search-paths,
both for LaTeX and (in Perl) for LaTeX2HTML,
but you should *not* hard-code paths within your manuscript.
>
> There exists a corresponding scirun-doc.perl along side scirun-doc.sty
> and I put one in the latex2html styles directory. I am getting the
> following warning though:
>
> *********** WARNINGS ***********
> No implementation found for style
> `/Users/dustman/Projects/srdp/SCIRun_v1_20_0/doc/Utilities/TeX/scirun-
> doc'
There is no file with that long name in the styles/ directory.
>
> Unknown commands: note dfn newmucmd replaceable command guimenu
> keyboard textgreater velide guimenuitem acronym mailto directory
> xmlendtag guibutton ptext xmlstarttag filename screen xmlattrname
> textless option guilabel envvar
>
> What am I doing wrong?
>
> Thanks,
Hope this helps,
Ross Moore
>
> Ted.
>
> Ted Dustman
> University of Utah
> Nora Eccles Harrison Cardiovascular Research and Training Institute
> Room 104
> 95 South 2000 East
> Salt Lake City, UT 84112-5000
>
> e-mail: dustman at cvrti.utah.edu
> Phone: (801) 587-9513
> Fax: (801) 581-3128
>
> _______________________________________________
> latex2html mailing list
> latex2html at tug.org
> http://tug.org/mailman/listinfo/latex2html
>
More information about the latex2html
mailing list