Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Control when/where navigation bars will appear: top & bottom of each page. | Fred Drake | 1998-08-11 | 1 | -3/+14 |
| | | | | | | Include an additional button to the module index in the nav. bars if we generate a module index. Still need a button image, but the ALT text should do for now. | ||||
* | do_cmd_moduleauthor(), | Fred Drake | 1998-08-10 | 1 | -156/+180 |
| | | | | do_cmd_sectionauthor(): Parallel the new macros. | ||||
* | insert_index(): Take two additional parameters: $columns and $letters. Call | Fred Drake | 1998-08-07 | 1 | -5/+13 |
| | | | | | | | | buildindex.py appropriately. add_idx(), add_module_idx(): Add the appropriate parameters to the calls to insert_index(). | ||||
* | By default, use a two-column index. | Fred Drake | 1998-08-07 | 1 | -1/+4 |
| | |||||
* | Guido's white background. | Fred Drake | 1998-08-07 | 1 | -0/+1 |
| | |||||
* | Remove modified setting of $ICONSERVER; this isn't the right way to do it. | Fred Drake | 1998-08-05 | 1 | -2/+0 |
| | |||||
* | get_chapter_id(): Separate two aspects of string replacement to allow the | Fred Drake | 1998-08-04 | 1 | -1/+2 |
| | | | | need for each to vary independently. | ||||
* | tohtml(): Use a table instead of a definition list for module synopses. | Fred Drake | 1998-07-29 | 1 | -4/+5 |
| | |||||
* | do_cmd_maketitle(): No <hr> at the end of the "title page". | Fred Drake | 1998-07-28 | 1 | -1/+1 |
| | |||||
* | do_cmd_localmoduletable(): Cause the child links table to be dropped when | Fred Drake | 1998-07-27 | 1 | -1/+1 |
| | | | | there's a local module list. | ||||
* | do_cmd_versionadded(), | Fred Drake | 1998-07-27 | 1 | -0/+14 |
| | | | | do_cmd_versionchanged(): Support for new macros. | ||||
* | Fix up the synopsis table stuff so it gets things right at each chapter, | Fred Drake | 1998-07-25 | 1 | -11/+17 |
| | | | | | | instead of stringing it all together. Yay! | ||||
* | Update @INC so we can 'require' modules in Doc/perl/. | Fred Drake | 1998-07-24 | 1 | -2/+4 |
| | | | | | Call the localmoduletable handling once the document is complete & synopses have been collected. | ||||
* | Added module synopsis support with one (big) caveat: All the modules are | Fred Drake | 1998-07-24 | 1 | -30/+142 |
| | | | | | listed in each chapter that has a \localmoduletable. This will be fixed, and everything else seems to be working fine. | ||||
* | tohtml(): Make module names anchors. | Fred Drake | 1998-07-24 | 1 | -1/+2 |
| | |||||
* | My first Perl object. ;-) | Fred Drake | 1998-07-24 | 1 | -0/+72 |
| | | | | | SynopsisTable objects are used to store the table of module synopses for a single chapter it the manual. | ||||
* | Added support for AMK's {definitions} environment; thanks for the reminder! | Fred Drake | 1998-05-20 | 1 | -0/+20 |
| | |||||
* | Don't use a separate node for footnotes; see if people scream. ;-) | Fred Drake | 1998-05-19 | 1 | -0/+1 |
| | |||||
* | Update to use latex2html 98.1p5. | Fred Drake | 1998-05-15 | 1 | -34/+29 |
| | |||||
* | Revise comment about \let support a little to more accurately reflect the | Fred Drake | 1998-05-15 | 1 | -1/+1 |
| | | | | support that's offered. | ||||
* | Extend handling for \let a bit, to also allow \let\something=<character>. We | Fred Drake | 1998-05-15 | 1 | -1/+12 |
| | | | | | still don't support things like \let^^M=\something, where ^^M could actually be any active character. Print a decent warning if we find one we can't handle. | ||||
* | do_cmd_let(): Simple implementation to allow \let to be used to establish | Fred Drake | 1998-05-15 | 1 | -3/+21 |
| | | | | | | | | | synonyms for macros. This supports: \let\newname = \oldname \let\newname\oldname This is useful sometimes, and can at least avoid real errors at other times. | ||||
* | Added support for \developer, \developers, \developersaddress. | Fred Drake | 1998-05-14 | 1 | -4/+8 |
| | |||||
* | do_cmd_kwindex(): Re-implement now that \kwindex is used again (ref man). | Fred Drake | 1998-05-11 | 1 | -0/+10 |
| | |||||
* | In package Override, use the getcwd() function from the Cwd module instead of | Fred Drake | 1998-05-11 | 1 | -0/+22 |
| | | | | | | | | the one from Override.pm (part of latex2html). Absolutize the TEXINPUTS environment variable, since we can't count on latex2html doing it for us (even though I sent in a patch, and it really should). | ||||
* | Set $TEXINPUTS='' to make l2h pick up the right thing from the environment. | Fred Drake | 1998-04-29 | 1 | -0/+2 |
| | |||||
* | do_cmd_sectcode(): Obsolete; removed. | Fred Drake | 1998-04-28 | 1 | -5/+0 |
| | |||||
* | do_cmd_key(): Obsolete; removed. | Fred Drake | 1998-04-28 | 1 | -1/+0 |
| | |||||
* | Change the default $ADDRESS. | Fred Drake | 1998-04-23 | 1 | -0/+1 |
| | |||||
* | next_optional_argument(): Don't include the square brackets in the return | Fred Drake | 1998-04-17 | 1 | -1/+46 |
| | | | | | | | | value. ArabictoRoman(): Acquired function from Robert Donohue <donahue@cfassp48.harvard.edu>; might be useful someday, and I don't want to figure it out again! | ||||
* | New helper functions to help deal with parameter parsing. | Fred Drake | 1998-04-17 | 1 | -394/+273 |
| | | | | Use the helpers in do_cmd_*() and do_env_*(); *much* cleaner! | ||||
* | Code cleanup, some syntax modernization. | Fred Drake | 1998-04-17 | 1 | -46/+115 |
| | |||||
* | Fix bug in little-used markup: don't forget to pass the source text along! | Fred Drake | 1998-04-13 | 1 | -2/+2 |
| | |||||
* | Fix typo. (What I get for trying to fix bugs at home and running conversions | Fred Drake | 1998-04-12 | 1 | -1/+1 |
| | | | | at work....) | ||||
* | Don't append () to the name of an object attribute in the index. | Fred Drake | 1998-04-12 | 1 | -2/+2 |
| | |||||
* | Added a simpler, working {verbatim} support that generates legitimate HTML. | Fred Drake | 1998-04-12 | 1 | -0/+11 |
| | | | | (2 lines, explained by 6 lines of comments....) | ||||
* | Removed partially broken {verbatim} support. | Fred Drake | 1998-04-12 | 1 | -25/+0 |
| | |||||
* | Lighten up tables. | Fred Drake | 1998-04-11 | 1 | -1/+1 |
| | |||||
* | Update the module index support to use the changed field separator for the | Fred Drake | 1998-04-11 | 1 | -2/+2 |
| | | | | input file to buildindex.py. | ||||
* | do_env_memberdesc(): Fix argument parsing for {memberdesc} environments. | Fred Drake | 1998-04-11 | 1 | -4/+4 |
| | | | | (The bug was detected by the Q/A team -- me! Please, help review the docs!) | ||||
* | do_cmd_lineii(), | Fred Drake | 1998-04-09 | 1 | -6/+6 |
| | | | | | do_cmd_lineiii(): Fix markup style conversion to HTML tags for first column. (The endtag wasn't formed properly.) | ||||
* | Remove option to strip out <tt>...</tt> from index entry text; this is now | Fred Drake | 1998-04-08 | 1 | -26/+17 |
| | | | | | | | | | | left to the buildindex.py script. Change the field separator used in the index.dat file so utilities like grep are useful on these files; they can't typically handle NUL bytes. Protect index entries for environment variables from being handled as case-insensitive by buildindex.py. | ||||
* | Set flag to remove <tt>...</tt> markup from the index entries; it just ends up | Fred Drake | 1998-04-08 | 1 | -1/+1 |
| | | | | | looking really bad in popular browsers, mostly due to vertical size differences between the roman and monospaced fonts. | ||||
* | Minor cleanliness. | Fred Drake | 1998-04-04 | 1 | -1/+4 |
| | |||||
* | add_idx(): Restore message to stdout when formatting the general index. | Fred Drake | 1998-04-02 | 1 | -0/+1 |
| | |||||
* | Match python.sty a little better. | Fred Drake | 1998-04-02 | 1 | -0/+6 |
| | |||||
* | Lots of little nits. | Fred Drake | 1998-04-02 | 1 | -26/+35 |
| | | | | | Big fix: the module index for the Python Library Reference is once more in a separate file! Yeah! | ||||
* | This fixes a (minor) problem discovered by AMK when you don't want any | Fred Drake | 1998-04-02 | 1 | -6/+16 |
| | | | | | | | | | | | | | | special markup for the first column of a table using {tableii} or {tableiii}. In LaTeX, this requires using "textrm" as the formatting function, and this is needed to remove the bogus "<textrm>" that gets generated otherwise. There should probably be a more general mapping of specified markup to useful markup, but that doesn't appear needed at the moment. do_env_tableii(), do_env_tableiii(): If the markup for the first column is \textrm, make it empty. do_cmd_lineii(), do_cmd_lineiii(): If the markup for the first column is empty, don't add markup around the text. | ||||
* | Implemented one more special markup item. | Fred Drake | 1998-04-01 | 1 | -0/+8 |
| | |||||
* | Change $ICONSERVER to conform to the value AMK & I have discussed for this; | Fred Drake | 1998-03-27 | 1 | -0/+2 |
| | | | | doing this here may prove to not be such a good idea, but we'll see. |