summaryrefslogtreecommitdiffstats
path: root/Doc/myformat.perl
Commit message (Collapse)AuthorAgeFilesLines
* Obsolete.Fred Drake1998-03-031-690/+0
|
* &replace_verbatim,Fred Drake1998-03-021-5/+7
| | | | &replace_verbatim_hook: Clean up a little, avoid long lines.
* Make the title page include all the interesting information.Fred Drake1998-02-271-4/+49
|
* &do_cmd_deprecated: New function.Fred Drake1998-02-271-0/+14
| | | | | Attempt to get \setindexsubitem{} handled at the right time under LaTeX2HTML 98.1; should still be fine under 97.1*.
* Put all the indexsubitem stuff together.Fred Drake1998-02-271-13/+33
| | | | | | Support modified verbatim for both LaTeX2HTML 96.1* and 98.1. Make table column headers bold.
* Add support for some of the newer commands, a little cleanup.Fred Drake1998-02-261-6/+28
|
* &do_cmd_bcode, &do_cmd_ecode: Removed; no longer used.Fred Drake1998-02-251-6/+2
| | | | | | &do_cmd_url: Make sure the tilde gets treated right for the browsers. &replace_verbatim: Be sure we always have a leading vertical space.
* Remove debugging print.Fred Drake1998-02-191-3/+7
| | | | | | Support {classdesc} and {fulllineitems} environments. Support most recent logical markup.
* &do_cmd_url,Fred Drake1998-02-181-11/+40
| | | | | | | | | | | | | | | | | | &do_cmd_email: Adjust to use a font similar to that used in the printed representation. &my_module_index_helper: Change to be only used for defining markup. Don't prepend an <A NAME=...> to the result; use the containing page as the module target for the index. &ref_module_index_helper: New function. Used only for references to modules described elsewhere. Generate the right target. &init_myformat: Set the anchor_mark to an empty string; this avoids junky "&#160;"'s in the text, which could really screw up vertical spacing when that's all that's in a paragraph. &do_cmd_seemodule: Insert markup to jump right to the referred-to module.
* Indent {verbatim} environments like in the printed version.Fred Drake1998-02-161-0/+7
|
* &do_env_datadescni,Fred Drake1998-02-131-2/+29
| | | | | | | | &do_env_funcdescni: New functions. These support the non-indexing variety of the {datadesc} and {funcdesc} environments. There's still some flakiness with the new indexsubitem support, but that's low priority.
* &get_indexsubitem: This now has a chance of working, thanks to:Fred Drake1998-02-131-233/+256
| | | | | | | | | | | | | &do_cmd_setindexsubitem: New function. Set the indexsubitem value from \setindexsubitem{(...)}. &do_env_opcodedesc: By default, don't index byte codes. $INDEX_OPCODES: New flag. If true, index the byte codes. Default is off. Normalize indentation to 4 spaces everywhere. Minor nits.
* &do_cmd_rfc: New function. Handles \rfc{}.Fred Drake1998-02-101-7/+41
| | | | | | | | | $STRIP_INDEX_TT: New flag. If set, the <tt>...</tt> around stuff in the index is dropped. This is more O'Reilly-like. &make_str_index_entry: Honor $STRIP_INDEX_TT. &make_mod_index_entry: Honor $STRIP_INDEX_TT.
* Fixed indexing of {datadesc} environments.Fred Drake1998-01-221-21/+5
| | | | | | | | | Removed " (byte code instruction)" from the output of the {opcodedesc} environment; this should only appear in the index (which it now does). Removed some really old cruft related to otherwise removed debugging code. (I *think* assignments to $* set & clear auto-flush of <STDOUT>, but don't really remember. Removing them seems to not change anything!)
* Add support for the new macros, including hyperlink generation for \url{}.Fred Drake1998-01-221-5/+28
|
* 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