> Specifying -style "" on the command line (that is, an empty style) > fails turn off using a style sheet. This simple fix to the test in > latex2html 2002 (1.63) corrects that: >
OK; that's a nice simple fix. The repository has it now, so it should be available by tomorrow. Cheers Ross Moore > --- latex2html-2002/latex2html.pin Sun Mar 31 00:15:01 2002 > +++ latex2html.pin Sun Apr 7 16:35:23 2002 > @@ -7057,7 +7057,7 @@ sub make_head_and_body { > } > $DTDcomment .= ($PUBLIC_REF ? "\n \"".$PUBLIC_REF.'"' : '' ) . '>'."\n"; > > - $STYLESHEET = $FILE.".css" unless $STYLESHEET; > + $STYLESHEET = $FILE.".css" unless defined($STYLESHEET); > > my ($this_charset) = $charset; > if ($USE_UTF) { $charset = $utf8_str; $NO_UTF = ''; } > _______________________________________________ > latex2html mailing list > [EMAIL PROTECTED] > http://tug.org/mailman/listinfo/latex2html _______________________________________________ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html