Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (myformat.perl): Don't italicize the '[]' characters around optional | Fred Drake | 1996-12-06 | 1 | -1/+1 |
| | | | | parameters. | ||||
* | (myformat.perl): Fixed handling of "\e" -- argh! | Fred Drake | 1996-11-11 | 1 | -3/+3 |
| | |||||
* | (myformat.perl): Simplify generated HTML for "\optional{...}". | Fred Drake | 1996-11-11 | 1 | -2/+2 |
| | |||||
* | (myformat.perl): Updated to allow library reference manual to be handled by | Fred Drake | 1996-11-11 | 1 | -13/+72 |
| | | | | | latex2html. Mostly added support for custom environments and some of the smaller commands used in the library reference (\e, \optional). | ||||
* | (myformat.perl): Added handler for cfuncdesc environment. This is needed | Fred Drake | 1996-10-29 | 1 | -0/+18 |
| | | | | for the extending & embedding manual. | ||||
* | * Doc/libfuncs.tex: don't use $math$ in description of pow(x,y,z); | Guido van Rossum | 1994-08-12 | 1 | -0/+1 |
| | | | | | | | | | | | | describe tuple() * Doc/libposixfile.tex: use tableiii instead of tableii, so partparse will work again (I know, chicken!) * Doc/libthread.tex: Added get_ident(); updated text on module availability * Doc/myformat.perl: Added sub do_cmd_Cpp | ||||
* | Support for latex2html (at version 0.5.1) | Guido van Rossum | 1994-01-25 | 1 | -0/+152 |