summaryrefslogtreecommitdiffstats
path: root/Doc/myformat.perl
Commit message (Collapse)AuthorAgeFilesLines
* (myformat.perl): Don't italicize the '[]' characters around optionalFred Drake1996-12-061-1/+1
| | | | parameters.
* (myformat.perl): Fixed handling of "\e" -- argh!Fred Drake1996-11-111-3/+3
|
* (myformat.perl): Simplify generated HTML for "\optional{...}".Fred Drake1996-11-111-2/+2
|
* (myformat.perl): Updated to allow library reference manual to be handled byFred Drake1996-11-111-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 neededFred Drake1996-10-291-0/+18
| | | | for the extending & embedding manual.
* * Doc/libfuncs.tex: don't use $math$ in description of pow(x,y,z);Guido van Rossum1994-08-121-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 Rossum1994-01-251-0/+152