Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed one hack! | Fred Drake | 1998-01-13 | 1 | -2/+0 |
| | |||||
* | &do_cmd_kwindex: Removed obsolete function. | Fred Drake | 1998-01-13 | 1 | -1/+0 |
| | |||||
* | &make_mod_index_entry: Wrap a long comment, store the additional data needed | Fred Drake | 1998-01-13 | 1 | -3/+8 |
| | | | | to create a module index in the HTML version. | ||||
* | Added support for \funcline{} and \dataline{}. | Fred Drake | 1998-01-12 | 1 | -24/+61 |
| | | | | | | | For all generated cases of <strong>...</strong> (from this module), change to <b>...</b>. This, from me? This is entirely to reduce the size of the generated markup, which is more of an issue than semantics here. Since <strong> isn't very meaningful anyway, this should be good. | ||||
* | Fix previous nit to really do the right thing. | Fred Drake | 1998-01-09 | 1 | -1/+1 |
| | |||||
* | Nit. | Fred Drake | 1998-01-09 | 1 | -0/+2 |
| | |||||
* | do_env_tableii(), do_env_tableiii(): Align the table in the center, just | Fred Drake | 1997-12-28 | 1 | -2/+2 |
| | | | | like LaTeX does. There's no need to diverge on this. | ||||
* | do_env_tableii(), do_cmd_lineii(), | Fred Drake | 1997-12-22 | 1 | -6/+86 |
| | | | | | | | | do_env_tableiii(), do_cmd_lineiii(): New functions to handle tableii and tableiii environments. Small changes to not add a superfluous space between a function name and the comma in the index. | ||||
* | make_mod_index_entry(): Generate markup the same case as other functions in | Fred Drake | 1997-12-18 | 1 | -1/+1 |
| | | | | this file. | ||||
* | make_mod_index_entry(): New function. Create the index entry for a module. | Fred Drake | 1997-12-17 | 1 | -4/+37 |
| | | | | | | | | my_module_index_helper(): Do the actual work for \*modindex{}, including both the defining and reference forms. make_str_index_entry(): Moved from .latex2html-init; it's really specific to the presentation. | ||||
* | do_cmd_refbimodindex(), do_cmd_refstmodindex(): New functions, handle the | Fred Drake | 1997-12-16 | 1 | -4/+6 |
| | | | | | | reference form of \bimodindex{} and \stmodindex{}. my_parword_index_helper(): Fixed to include proper anchor in result text. | ||||
* | Added Emacs turd so this file has the correct mode in Emacs / X/Emacs, even | Fred Drake | 1997-12-08 | 1 | -1/+1 |
| | | | | if you don't have .perl in your mode table. | ||||
* | Added handler for opcodedesc environment. | Fred Drake | 1997-12-03 | 1 | -41/+67 |
| | | | | Fixed weird index behavior. | ||||
* | Add support for NULL macro (like UNIX, ABC etc.). | Guido van Rossum | 1997-11-18 | 1 | -0/+1 |
| | |||||
* | Add support for ctypedesc, cvardesc, seealso, seemodule, seetext. | Fred Drake | 1997-10-13 | 1 | -0/+47 |
| | | | | This seems to take care of everything but tables and equations. | ||||
* | (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 |