summaryrefslogtreecommitdiffstats
path: root/Doc/myformat.perl
Commit message (Collapse)AuthorAgeFilesLines
* Removed one hack!Fred Drake1998-01-131-2/+0
|
* &do_cmd_kwindex: Removed obsolete function.Fred Drake1998-01-131-1/+0
|
* &make_mod_index_entry: Wrap a long comment, store the additional data neededFred Drake1998-01-131-3/+8
| | | | to create a module index in the HTML version.
* Added support for \funcline{} and \dataline{}.Fred Drake1998-01-121-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 Drake1998-01-091-1/+1
|
* Nit.Fred Drake1998-01-091-0/+2
|
* do_env_tableii(), do_env_tableiii(): Align the table in the center, justFred Drake1997-12-281-2/+2
| | | | like LaTeX does. There's no need to diverge on this.
* do_env_tableii(), do_cmd_lineii(),Fred Drake1997-12-221-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 inFred Drake1997-12-181-1/+1
| | | | this file.
* make_mod_index_entry(): New function. Create the index entry for a module.Fred Drake1997-12-171-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 theFred Drake1997-12-161-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, evenFred Drake1997-12-081-1/+1
| | | | if you don't have .perl in your mode table.
* Added handler for opcodedesc environment.Fred Drake1997-12-031-41/+67
| | | | Fixed weird index behavior.
* Add support for NULL macro (like UNIX, ABC etc.).Guido van Rossum1997-11-181-0/+1
|
* Add support for ctypedesc, cvardesc, seealso, seemodule, seetext.Fred Drake1997-10-131-0/+47
| | | | This seems to take care of everything but tables and equations.
* (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