Fred Drake
50cdd97ec4
do_cmd_arabic(): Override the l2h-provided version to remove that
...
obnoxious <SPAN CLASS="arabic">...</SPAN> markup.
1999-02-19 23:04:59 +00:00
Fred Drake
beb27bfef7
Make navigation panels more CSS-friendly.
...
Make sure the contents page always has the "table of child links"
turned off; this wasn't being handled properly by latex2html for
"howto" ("article") documents, so just do it ourselves for all
document types.
1999-02-16 17:22:32 +00:00
Fred Drake
cce8d2a85a
Adjust cellspacing attribute of the navigation bar tables to get some
...
space between cells on all (major) browsers.
1999-02-16 14:21:54 +00:00
Fred Drake
7a9ed71e95
Moved the navigation-bar background color to a variable.
1999-02-12 19:00:38 +00:00
Fred Drake
72e5a901c2
Remove unnecessary <p> from top navigation bar.
1999-02-10 17:35:41 +00:00
Fred Drake
95474f9696
Change the navigation bar to be a little prettier and more consistent
...
with the python.org style.
1999-02-09 18:45:50 +00:00
Fred Drake
9bbdce5945
add_module_idx(), add_idx_hook():
...
Change the message printed before running buildindex.py;
"Doing the index..." wasn't clear and could be misinterpreted
with an inappropriate mindset. ;-)
1999-01-19 16:30:10 +00:00
Fred Drake
15796f791a
do_cmd_textohtmlinfopage(): Rip out most of the boilerplate and move
...
it to the about.dat file. Only what really needs to be
generated is, and the remainder is easier to maintain than
Perl code.
1998-11-30 19:25:47 +00:00
Fred Drake
28e7b4cce1
add_link(): Fix to use $section_info instead of $toc_section_info,
...
based on email from Ross Moore <ross@mpce.mq.edu.au>.
Set $HTML_VERSION to 4.0, since that's what we really generate (well,
4.0 "transitional").
1998-10-20 18:14:20 +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
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
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
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
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
d757165df9
Change the default $ADDRESS.
1998-04-23 20:06:24 +00:00
Fred Drake
64bdc24301
Code cleanup, some syntax modernization.
1998-04-17 02:14:12 +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
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
5a52519a6e
add_idx(): Restore message to stdout when formatting the general index.
1998-04-02 22:39:05 +00:00
Fred Drake
1191692d3d
Lots of little nits.
...
Big fix: the module index for the Python Library Reference is once more in a
separate file! Yeah!
1998-04-02 22:30:57 +00:00
Fred Drake
235e6b1428
Some cleanup.
...
Remove index generation from Perl; use an external script instead.
1998-03-27 05:19:43 +00:00
Fred Drake
13210ed55f
Get the index working at least partway again.
...
Some small cleanups.
1998-03-17 06:28:05 +00:00
Fred Drake
c9f2c14d49
Somewhat more direct way of locating the file, using __FILE__.
...
Leave find_my_file() around for now, even though we're not using it at the
moment.
1998-03-11 12:08:21 +00:00
Fred Drake
db34a1e2d8
Use the location of the initialization file to augment the style-specific
...
.perl file search path, rather than making assumptions about the current
directory.
1998-03-10 23:02:57 +00:00
Fred Drake
bc7101dff0
Relocated .latex2html-init to l2hinit.perl.
...
howto.perl is new; supports LaTeX2HTML for HOWTO documents.
1998-03-06 21:18:55 +00:00