Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For verbatim text, don't bounce down a size. | Fred Drake | 1998-03-05 | 1 | -4/+2 |
| | |||||
* | Comment out the attempt to get index-related stuff processed in the right | Fred Drake | 1998-03-04 | 1 | -24/+24 |
| | | | | | | | | | | order. LaTeX2HTML just doesn't do things the same way as LaTeX, and this wasn't the fix. Simplify the generated HTML for \file{}. For \samp{}, use "..." instead of `...'; many fonts make that look pretty bad. ;-( | ||||
* | Convert LaTeX support to create a new class of documents. HTML generation | Fred Drake | 1998-03-03 | 1 | -0/+710 |
now requires LaTeX2HTML 98.1p1 or newer (& and is still in progress). This means that doing things to change the formatting of the manuals (at the "normal user" level, like A4 paper), can happen in just one place, rather than in each document file. |