summaryrefslogtreecommitdiffstats
path: root/Doc/perl
Commit message (Collapse)AuthorAgeFilesLines
* Add a warning notice on top of the generated grammar.txt.Armin Rigo2006-09-071-0/+6
|
* at least comment on why curly-quotes are not enabledFred Drake2006-05-031-0/+3
|
* tell LaTeX2HTML to:Fred Drake2006-05-031-1/+15
| | | | | - use UTF-8 output - not mess with the >>> prompt!
* remove unnecessary assignmentFred Drake2006-05-031-1/+0
|
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-1/+1
|
* if we treat \LaTeX specially, we need to do the same for \TeXFred Drake2004-11-131-0/+1
|
* avoid the inane markup generated by LaTeX2HTML for \LaTeX; that simplyFred Drake2004-11-131-2/+2
| | | | doesn't look right in HTML
* remove some generated cruft now that we avoid the removal of elementsFred Drake2004-11-111-8/+7
| | | | with no content (due to the text_cleanup() override in l2hinit.perl)
* add a comment explaining a particular text transformationFred Drake2004-11-111-0/+3
|
* - hack for MSIE5 to make (real) tables centerFred Drake2004-11-101-10/+10
| | | | - remove last <center> element (long deprecated in HTML)
* more HTML styling detail changesFred Drake2004-11-101-3/+3
|
* move table formatting for grammar productions from HTML to CSSFred Drake2004-11-101-16/+16
|
* remove unreachable cruftFred Drake2004-11-101-2/+0
|
* add a comment about one of the remaining warts in the tableFred Drake2004-11-101-0/+6
| | | | formatting
* move much of the table styling out of the HTML and into the CSS;Fred Drake2004-11-101-68/+38
| | | | | this also makes some constructs more XHTML friendly (including adding in some missing </tr> tags)
* more more styling to the CSSFred Drake2004-11-101-1/+1
|
* more XHTML friendliness: <dl compact> becomes well-formedFred Drake2004-11-101-6/+6
|
* override a bit of LaTeX2HTML so empty table cells don't disappear fromFred Drake2004-11-101-0/+43
| | | | the output
* - remove some bogus <meta> tags from the document headFred Drake2004-11-051-11/+4
| | | | - clean up some of the generated markup
* generate the "type" attribute on the favicon linkFred Drake2004-11-051-3/+13
|
* fix markup in "title" attribute for \citetitle{}Fred Drake2004-11-041-1/+2
| | | | (closes SF patch #1054715; backporting to release23-maint branch)
* add xml:id attributes wherever we generate the IDs (old patch saved up)Fred Drake2004-10-292-8/+8
|
* Rely on the style sheet more for the distutils markup.Fred Drake2004-10-191-5/+5
|
* make_nav_panel(): Don't cause side-effects on the input variables;Fred Drake2004-09-091-10/+10
| | | | | | this caused duplicate attributes for the bottom navigation panel. (closes SF patch #1013055; backport candidate)
* fix SF bug #1008690: Incorrect <link rel="index"> href in TutorialFred Drake2004-08-191-5/+8
| | | | | | | The make_head_and_body() function used a hardcoded value for the <link> element for the index; this patch causes the proper output filename to be captured during the transformation phase so it can be used during the page assembly phase.
* avoid stripping space after indexing macrosFred Drake2004-04-081-3/+4
|
* fix typo that wasn't properly fixed in revision 1.144Fred Drake2004-04-011-1/+1
|
* add \guilabel macro to mark labels that occur in user interfacesFred Drake2004-01-231-2/+5
|
* - add comment about $CUSTOM_BUTTONSFred Drake2004-01-131-1/+2
| | | | | - use_icon(): fix the check for whether a supplemental link is being used
* add new reference macro: \seelinkFred Drake2004-01-081-0/+13
|
* remove ancient cruftFred Drake2003-12-301-4/+0
|
* - make "--" in code text not get converted to "-"Fred Drake2003-12-301-7/+21
| | | | - fix minor typo in comment
* - clean up generated HTMLFred Drake2003-11-261-7/+20
| | | | - make the output more XHTML friendly
* Make sure LaTeX2HTML's $TEXINPUTS variable is initialized to includeFred Drake2003-09-271-1/+13
| | | | | | directories identified in the TEXINPUTS environment variable. I think this is the last part of the fix for the version number problems seen in the documentation for the 2.3.1 release.
* remove useless <br/> from the top navigation panelFred Drake2003-09-111-1/+1
|
* normalize whitespace; detabifyFred Drake2003-09-051-160/+160
|
* fix some nuissance formatting problems for the "alltt" environment;Fred Drake2003-09-051-3/+6
| | | | | there's still a bug for the environment, but that's worked around in this change as well
* normalize whitespaceFred Drake2003-09-051-12/+12
|
* normalize whitespaceFred Drake2003-09-041-81/+81
|
* Suppress more online-only navigation in the printed HTML.Fred Drake2003-09-041-8/+14
|
* make sure cells are really generated for all table cells, even thoseFred Drake2003-09-041-0/+10
| | | | | that are left empty fixes first of the problems reported in SF bug #727692
* Make the redundent portion of the lower navigation area disappear from theFred Drake2003-09-041-3/+5
| | | | printed version for browsers that support "@media print" in CSS.
* init_myformat(): None of the "mark" values can be empty strings, orFred Drake2003-08-051-3/+10
| | | | | | | | | | | LaTeX2HTML feels free to remove a surrounding element that contains no other content. Since such an element is typically a named anchor used for hyperlinking, they should not be removed. Unfortunatley, making sure these marks are non-empty is the most direct way of avoiding this behavior. Thanks to Dave Kuhlman for tracking this down; this was some excellent detective work!
* better support for well-formed XHTMLFred Drake2003-08-051-4/+4
|
* make the portions of the generated HTML produced by these styles betterFred Drake2003-08-052-73/+87
| | | | conform to XHTML rules.
* Make it easier to figure out the where a menuselection starts and endsFred Drake2003-07-161-1/+2
| | | | by controling the font.
* process_commands_wrap_deferred:Fred Drake2003-07-151-5/+13
| | | | | | - fix comment describing what this is for - add lots of indexing macros to this call Closes SF bug #518989.
* fix stupid typoFred Drake2003-07-101-1/+1
|
* Improve compatibility with more versions of LaTeX2HTML and more LaTeXFred Drake2003-07-081-0/+1
| | | | | markup. Not currently needed, but easier to save this now than to have to figure it out when we do.
* Don't assume the name of the table of contents will be contents.html;Fred Drake2003-06-271-1/+4
| | | | | | | | | that won't be right when mkhowto is called with --numeric (as it is for the Python Tutorial). Save the actual name we use when we build the table of contents, then use that in the page head metadata. The node2label.pl script will munge this properly when --numeric isn't given, so this works in both cases. Closes SF bug #761830.