summaryrefslogtreecommitdiffstats
path: root/Doc/.latex2html-init
Commit message (Collapse)AuthorAgeFilesLines
* add_idx(): Don't add unnecessary markup around the little markers stuck in theFred Drake1997-12-111-27/+27
| | | | index to cross-references; an image doesn't benefit by being bold!
* Added Emacs turd so this file has the correct mode in Emacs / X/Emacs.Fred Drake1997-12-081-1/+12
| | | | | | | clean_key(): Override the standard LaTeX2HTML clean_key() to remove a leading HTML tag, if present. This broke the indexes for the library reference (at least) since many of the strings began with <code> or something similar.
* make_str_index_entry(): New function. Similar to make_index_entry(), butFred Drake1997-12-031-0/+101
| | | | | | | | | includes the string in the returned value instead of the dummy filler character. add_idx(): Override the latex2html function of the same name; this gets the anchor properly embedded in the <dt> element, so the index works in Grail too.
* (.latex2html-init): Restore one setting to the default (no real need toFred Drake1996-12-061-2/+2
| | | | change it), and correct a typo in a comment.
* (.latex2html-init): Perform some limited setup for the reference manuals;Fred Drake1996-11-111-0/+98
some defaults are set here, but mostly this allows the "\," command to be used the way it is in the Python documentation. All future documentation should probably be written with only "," in the argument lists and not "\,".