The option --conf or -C has no effect.
Logged In: YES user_id=596893
This is not a problem of the Latex.pm it's a problem of the html2latex file.
Change my $parser = new HTML::Latex(); to my $parser = new HTML::Latex($conffile);
Log in to post a comment.
Logged In: YES
user_id=596893
This is not a problem of the Latex.pm it's a problem of the
html2latex file.
Change
my $parser = new HTML::Latex();
to
my $parser = new HTML::Latex($conffile);