| 
 
 NAME
 SYNOPSIS
 DESCRIPTIONFor each file argument,  Options modify the action of
   The options are: 
 EXAMPLESAn example of use is html2latex -n - < file.html |
  lessThis converts file.html to LaTeX and pages through the output. The sections (corresponding to heading tags in the HTML source) will be numbered. Another example is html2latex -t 'Introduction to HTML' -a gnat \
-p -c -o '[bookman]{article}' html-intro
This takes input from the file
    html-intro, writing to
    html-intro.tex, and adds a title page (with title
    Introduction to
    HTML and author
    gnat) and
    table of contents with page-breaks after both. The sections of the document
    are not numbered. The LaTeX source includes the line
    ‘ SEE ALSOBUGSCurrent the only HTML tags supported are:
    TITLE, H1, H2,
    H3, H4, H5,
    H6, UL, OL, DL, DT,
    DD, LI, B, I,
    U, EM, STRONG, CODE, SAMP,
    KBD, VAR, DFN,
    CITE, LISTING. The only recognised SGML escapes are
    ‘ The COMPACT attribute to a DL tag is not recognised. MENU and DIR styles are not handled well. TITLE text are ignored. Currently PRE tags are not handled at all. The entire file is read into memory. For long HTML documents on machines with little memory, this may cause problems. CREDITSNathan Torkington adapted the HTML parser from NCSA's Xmosaic
    package (file://ncsa.uiuc.edu/Web/xmosaic) and wrote the conversion code.
    The HTML parser code is subject to the NCSA restrictions. The conversion
    code is subject to the VUW restrictions. Enquiries should be sent via e-mail
    to ‘ 
 
  |