| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Make it possible for the user to tell the difference. ;-)
|
|
|
|
| |
description environments.
|
|
|
|
| |
to debug. Small code cleanup around tables.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fixes a rendering problem on IE5.
General adjustments to the table* environments, including using
<thead> and <tbody>. Attempt to adjust the vertical alignment of the
table cells so that the baseline of the first cell matches the
baseline of the remaining cells: When the first cell is small and the
second cell of the same row is multi-line, the first cell was
vertically centered by default. Specifying valign=baseline fixes the
problem on IE, but Netscape seems to ignore both valign=top and
valign=baseline (even though valign is NS's fault!). Make the
horizontal alignment of 'p' columns left instead of center (for the
headings).
|
|
|
|
| |
(some text was only intended for the index).
|
|
|
|
| |
references were being omitted from the general index.)
|
| |
|
|
|
|
|
| |
beginning of chapters. Known problem reported by Barry Scott
<barry@scottb.demon.co.uk>.
|
| |
|
| |
|
|
|
|
|
|
| |
style sheet.
Small nits.
|
| |
|
|
|
|
| |
the specified annotation, not any annotation.
|
|
|
|
|
|
|
| |
"blank" navigation icons, use ALT="" instead of ALT="blank"; also add
ALIGN=CENTER for the table, to get a slightly better affect in the
text (the table is full-width, so this doesn't change the appearance
when browsing the HTML).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sites.
do_cmd_ignorePlatformAnnotation(),
do_cmd_platform(),
do_cmd_platformof(): New functions to support platform dependency
information.
process_all_platformofs(): New function to post-process \platformof macros
using information collected during the initial pass.
process_python_state(): New function. Call all post-processing functions
defined in this file to avoid having to have too much knowledge of
the internals for this stuff in l2hinit.perl.
|
|
|
|
| |
better.
|
|
|
|
| |
obnoxious <SPAN CLASS="arabic">...</SPAN> markup.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
space between cells on all (major) browsers.
|
| |
|
|
|
|
|
|
|
|
| |
out a little better.
Make sure the boxes for the last column of tables always get drawn;
these are often left empty of content when used as a "Notes" column.
They look a little better this way.
|
| |
|
|
|
|
|
|
|
|
| |
the subitem text is updated correctly when each module section is
processed.
Print [<modulename>] when we start on \declaremodule so we can more
easily track progress during the library reference.
|
| |
|
|
|
|
| |
with the python.org style.
|
| |
|
|
|
|
|
|
| |
badly in practice and botched the whole thing. Wasn't obvious when
looking at the local effects (which worked), but completely broke
entire pages. ;-(
|
| |
|
|
|
|
| |
nor a separate paragraph.
|
|
|
|
|
|
| |
Change the message printed before running buildindex.py;
"Doing the index..." wasn't clear and could be misinterpreted
with an inappropriate mindset. ;-)
|
| |
|
|
|
|
| |
the output HTML.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
data file used by buildindex.py.
next_argument_id(): Removed; no longer used.
next_argument(): Doesn't use next_argument_id(), just does the work.
gen_target(), gen_target_name(): Removed, no longer used. The only
place that used them now does the (trivial) work directly.
Lots of little changes so we never have to pass around $br_id values
all over the place. The only places they're used now new IDs are
generated as needed.
|
|
|
|
|
|
|
| |
\methodline.
Fixed up support for \withsubitem, hopefully improving the fidelity of
the index a bit.
|
|
|
|
|
| |
In a number of places, I called next_argument() instead of
next_argument_id() when the ID was also needed. (7 places)
|
|
|
|
| |
repository.
|
|
|
|
|
|
| |
it to the about.dat file. Only what really needs to be
generated is, and the remainder is easier to maintain than
Perl code.
|
|
|
|
|
|
|
| |
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").
|
| |
|
|
|
|
| |
actually uses this markup.
|
|
|
|
| |
quote, not single quotes. Ugh.
|
|
|
|
|
| |
ones. Get the <IMG> width & height right. New design for the navigation
bars, including the document title as well as the navigation links/buttons.
|
| |
|
|
|
|
|
|
| |
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_sectionauthor(): Parallel the new macros.
|
|
|
|
|
|
|
|
| |
buildindex.py appropriately.
add_idx(),
add_module_idx(): Add the appropriate parameters to the calls to
insert_index().
|
| |
|
| |
|
| |
|