GNUHTML2LATEX(1) | User Contributed Perl Documentation | GNUHTML2LATEX(1) |
gnuhtml2latex - html to latex converter
gnuhtml2latex [options] filename
Currently, the superscript and subscript tags are achieved by using the math mode. Now, using the math mode can break some formatting. Math mode will only be entered in the output document if you specify this switch.
This aims to be replacement of html2latex.
Program takes html file foo.html or foo.htm file and makes latex file foo.tex from it
For people who want only functionality of original html2latex
bugfixes - Im sure there is plenty of bugs inside clueful backslash escaping more entities from outside of iso-8895-1 tables performance boost and a lot more
For people who want a real tool
make it part of some html processor
This is very possible that functions of this package will be included to some more general project. This package was made mainly to make world a bit more free.
2021-01-02 | perl v5.32.0 |