Dear M. Ailing-List,

I have problems loading style-files.
Stripped down example follows.

CONTENTS OF .latex2html-init
****************************
$DO_INCLUDE = "a";

1;
****************************

I have empty files a.sty, b.sty
Now latex2html the following file test.tex:
******************************
\documentclass{report}

\usepackage{a}
\usepackage{b}

\begin{document}

\end{document}
******************************

issues the warning:
*********** WARNINGS ***********
No implementation found for style `b'

Unknown commands: a
Done.
********************************

The "no implementation found" is to be expected,
the "Unknown command" I don't understand (but is
not really much of a problem; I also found some sort of answer
on this list).

Now as for my real problem:
Change the .latex2html-init to have
$DO_INCLUDE = "a:b";

and run latex2html again, gives:

*********** WARNINGS ***********
No implementation found for style `a'
No implementation found for style `b'

Done.
********************************

Can someone explain this behaviour?
(And tell me how to get \usepackage to
do what it should?)
I'm running windows98, using build 623 of ActivePerl,
having installed largely (entirely?) following
http://www.mayer.dial.pipex.com/l2h.htm

Answer much appreciated!

Fons van Engelen



_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to