man gnuhtml2latex (Commandes) - html to latex converter

NAME

gnuhtml2latex - html to latex converter

SYNOPSIS

gnuhtml2latex [options] filename

-a [author] - speecify author of document

-b - Process more than one input HTML file (they all get concatenated and written to a single output file, or to STDOUT if -s is set)

-c - use table of contents

-f [string] - specify foonote

-h [string] - specify header

-i filename - Get the list of files to be converted from the specified filename

-n - use numbered sections

-o [string] - specify document style

-p - break page after title / table of contents

-s - write to STDOUT

-t [title] - specify title of document

DESCRIPTION

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

NOT VERY AMBITIOUS TODO

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

MORE AMBITIOUS TODO

For people who want a real tool

 make it part of some html processor
 rewrite in flex

FUTURE OF THIS PACKAGE

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.