Subject: | Conf file specified in the args is not used by html2latex |
html2latex accepts conf file as a parameter but in the code it doesnt
use that while creating a HTML::Latex() object.
while creating a parser object the current code is
$parser = new HTML::Latex();
It should have been
$parser = new HTML::Latex($conffile);