Fred Drake
649e8c1f7f
ArabictoRoman(): Removed, since it wasn't used anywhere.
1998-10-19 16:33:06 +00:00
Fred Drake
d64a40dbc0
do_cmd_methodlineni(): New function, needed because the ref. manual now
...
actually uses this markup.
1998-09-10 18:59:13 +00:00
Fred Drake
a0e4b78233
img_tag(): For \n to be interpreted as a newline, the string must use double
...
quote, not single quotes. Ugh.
1998-08-14 15:03:48 +00:00
Fred Drake
062bc6e598
Do the magic to use the new buttons (with shorter names!) instead of the old
...
ones. Get the <IMG> width & height right. New design for the navigation
bars, including the document title as well as the navigation links/buttons.
1998-08-13 22:03:46 +00:00
Fred Drake
9f7adc4f22
Get the <IMG> sizes right for the navigation buttons.
1998-08-11 19:33:38 +00:00
Fred Drake
6aa5d482fb
Control when/where navigation bars will appear: top & bottom of each page.
...
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.
1998-08-11 03:14:50 +00:00
Fred Drake
62e436955b
do_cmd_moduleauthor(),
...
do_cmd_sectionauthor(): Parallel the new macros.
1998-08-10 19:40:44 +00:00
Fred Drake
4d10b43c26
insert_index(): Take two additional parameters: $columns and $letters. Call
...
buildindex.py appropriately.
add_idx(),
add_module_idx(): Add the appropriate parameters to the calls to
insert_index().
1998-08-07 20:51:58 +00:00
Fred Drake
aa3f9fb7d5
By default, use a two-column index.
1998-08-07 19:52:37 +00:00
Fred Drake
0cb76200ef
Guido's white background.
1998-08-07 16:43:29 +00:00
Fred Drake
1ca8fdc446
Remove modified setting of $ICONSERVER; this isn't the right way to do it.
1998-08-05 04:36:09 +00:00
Fred Drake
45f2601cf3
get_chapter_id(): Separate two aspects of string replacement to allow the
...
need for each to vary independently.
1998-08-04 22:07:18 +00:00
Fred Drake
d05177fa84
tohtml(): Use a table instead of a definition list for module synopses.
1998-07-29 04:45:23 +00:00
Fred Drake
514cd87d40
do_cmd_maketitle(): No <hr> at the end of the "title page".
1998-07-28 21:52:57 +00:00
Fred Drake
53af049499
do_cmd_localmoduletable(): Cause the child links table to be dropped when
...
there's a local module list.
1998-07-27 20:48:26 +00:00
Fred Drake
897d12bb87
do_cmd_versionadded(),
...
do_cmd_versionchanged(): Support for new macros.
1998-07-27 20:33:17 +00:00
Fred Drake
f7685d79e2
Fix up the synopsis table stuff so it gets things right at each chapter,
...
instead of stringing it all together.
Yay!
1998-07-25 03:31:46 +00:00
Fred Drake
b3a3ed8f72
Update @INC so we can 'require' modules in Doc/perl/.
...
Call the localmoduletable handling once the document is complete & synopses
have been collected.
1998-07-24 22:17:34 +00:00
Fred Drake
a0f4c94af6
Added module synopsis support with one (big) caveat: All the modules are
...
listed in each chapter that has a \localmoduletable. This will be fixed,
and everything else seems to be working fine.
1998-07-24 22:16:04 +00:00
Fred Drake
2903d03e2d
tohtml(): Make module names anchors.
1998-07-24 22:13:37 +00:00
Fred Drake
7313b03469
My first Perl object. ;-)
...
SynopsisTable objects are used to store the table of module synopses for
a single chapter it the manual.
1998-07-24 20:34:59 +00:00
Fred Drake
885215c3da
Added support for AMK's {definitions} environment; thanks for the reminder!
1998-05-20 21:32:09 +00:00
Fred Drake
e194beb829
Don't use a separate node for footnotes; see if people scream. ;-)
1998-05-19 19:38:49 +00:00
Fred Drake
a4565b0796
Update to use latex2html 98.1p5.
1998-05-15 17:14:17 +00:00
Fred Drake
5b73cdfe60
Revise comment about \let support a little to more accurately reflect the
...
support that's offered.
1998-05-15 16:59:38 +00:00
Fred Drake
7a4ad0fc83
Extend handling for \let a bit, to also allow \let\something=<character>. We
...
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.
1998-05-15 13:45:54 +00:00
Fred Drake
e16f6798ae
do_cmd_let(): Simple implementation to allow \let to be used to establish
...
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.
1998-05-15 04:28:37 +00:00
Fred Drake
d07868ae52
Added support for \developer, \developers, \developersaddress.
1998-05-14 21:00:28 +00:00
Fred Drake
2e7edb80e3
do_cmd_kwindex(): Re-implement now that \kwindex is used again (ref man).
1998-05-11 18:31:17 +00:00
Fred Drake
41814bc51f
In package Override, use the getcwd() function from the Cwd module instead of
...
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).
1998-05-11 18:23:35 +00:00
Fred Drake
89a1d4ad3a
Set $TEXINPUTS='' to make l2h pick up the right thing from the environment.
1998-04-29 16:58:13 +00:00
Fred Drake
310094ccce
do_cmd_sectcode(): Obsolete; removed.
1998-04-28 18:38:40 +00:00
Fred Drake
08c5dfc5a4
do_cmd_key(): Obsolete; removed.
1998-04-28 18:31:17 +00:00
Fred Drake
d757165df9
Change the default $ADDRESS.
1998-04-23 20:06:24 +00:00
Fred Drake
5ccf330e4c
next_optional_argument(): Don't include the square brackets in the return
...
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!
1998-04-17 20:04:09 +00:00
Fred Drake
08932054e9
New helper functions to help deal with parameter parsing.
...
Use the helpers in do_cmd_*() and do_env_*(); *much* cleaner!
1998-04-17 02:15:42 +00:00
Fred Drake
64bdc24301
Code cleanup, some syntax modernization.
1998-04-17 02:14:12 +00:00
Fred Drake
3ad125e611
Fix bug in little-used markup: don't forget to pass the source text along!
1998-04-13 14:18:57 +00:00
Fred Drake
a608febd5f
Fix typo. (What I get for trying to fix bugs at home and running conversions
...
at work....)
1998-04-12 03:58:13 +00:00
Fred Drake
ae9bc67e0e
Don't append () to the name of an object attribute in the index.
1998-04-12 03:49:46 +00:00
Fred Drake
1072e46263
Added a simpler, working {verbatim} support that generates legitimate HTML.
...
(2 lines, explained by 6 lines of comments....)
1998-04-12 02:16:34 +00:00
Fred Drake
b73bc31e39
Removed partially broken {verbatim} support.
1998-04-12 02:13:14 +00:00
Fred Drake
ee60191d1d
Lighten up tables.
1998-04-11 20:53:03 +00:00
Fred Drake
9d4b6c52c3
Update the module index support to use the changed field separator for the
...
input file to buildindex.py.
1998-04-11 05:21:14 +00:00
Fred Drake
756a9e87b1
do_env_memberdesc(): Fix argument parsing for {memberdesc} environments.
...
(The bug was detected by the Q/A team -- me! Please, help review the docs!)
1998-04-11 03:12:06 +00:00
Fred Drake
5cca42e0b7
do_cmd_lineii(),
...
do_cmd_lineiii(): Fix markup style conversion to HTML tags for first column.
(The endtag wasn't formed properly.)
1998-04-09 17:59:11 +00:00
Fred Drake
166abbabf9
Remove option to strip out <tt>...</tt> from index entry text; this is now
...
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.
1998-04-08 23:10:54 +00:00
Fred Drake
3f3c25fc03
Set flag to remove <tt>...</tt> markup from the index entries; it just ends up
...
looking really bad in popular browsers, mostly due to vertical size differences
between the roman and monospaced fonts.
1998-04-08 13:46:24 +00:00
Fred Drake
10ad52e8af
Minor cleanliness.
1998-04-04 04:19:20 +00:00
Fred Drake
5a52519a6e
add_idx(): Restore message to stdout when formatting the general index.
1998-04-02 22:39:05 +00:00