Support for

The system presents some additional problems for LATEX2HTML: The package foils.perl deals with these problems. It treats foils as starred subsections and ignores -specific commands that have no meaning for HTML, like LogoOn. The header documentclass[+options]{foils} in the images.tex file is substituted by the header documentclass[$FOILOPTIONS]{$FOILCLASS}, where the variables $FOILOPTIONS and $FOILCLASS can be set in the configuration file (by default they are '10pt' and 'article' correspondingly). A further variable $FOILHEADLEVEL holds the level of sectioning at which a `foil' is to correspond; the default level is 4 (sub-section).

The LATEX style file foilhtml.sty in the texinputs/ directory provides some additional features for . It implements structural markup commands like section, tableofcontents for foils. See the directory docs/foilhtml/ for the details.