Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | at least comment on why curly-quotes are not enabled | Fred Drake | 2006-05-03 | 1 | -0/+3 |
| | |||||
* | tell LaTeX2HTML to: | Fred Drake | 2006-05-03 | 1 | -1/+15 |
| | | | | | - use UTF-8 output - not mess with the >>> prompt! | ||||
* | remove unnecessary assignment | Fred Drake | 2006-05-03 | 1 | -1/+0 |
| | |||||
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 1 | -1/+1 |
| | |||||
* | if we treat \LaTeX specially, we need to do the same for \TeX | Fred Drake | 2004-11-13 | 1 | -0/+1 |
| | |||||
* | avoid the inane markup generated by LaTeX2HTML for \LaTeX; that simply | Fred Drake | 2004-11-13 | 1 | -2/+2 |
| | | | | doesn't look right in HTML | ||||
* | remove some generated cruft now that we avoid the removal of elements | Fred Drake | 2004-11-11 | 1 | -8/+7 |
| | | | | with no content (due to the text_cleanup() override in l2hinit.perl) | ||||
* | add a comment explaining a particular text transformation | Fred Drake | 2004-11-11 | 1 | -0/+3 |
| | |||||
* | - hack for MSIE5 to make (real) tables center | Fred Drake | 2004-11-10 | 1 | -10/+10 |
| | | | | - remove last <center> element (long deprecated in HTML) | ||||
* | more HTML styling detail changes | Fred Drake | 2004-11-10 | 1 | -3/+3 |
| | |||||
* | move table formatting for grammar productions from HTML to CSS | Fred Drake | 2004-11-10 | 1 | -16/+16 |
| | |||||
* | remove unreachable cruft | Fred Drake | 2004-11-10 | 1 | -2/+0 |
| | |||||
* | add a comment about one of the remaining warts in the table | Fred Drake | 2004-11-10 | 1 | -0/+6 |
| | | | | formatting | ||||
* | move much of the table styling out of the HTML and into the CSS; | Fred Drake | 2004-11-10 | 1 | -68/+38 |
| | | | | | this also makes some constructs more XHTML friendly (including adding in some missing </tr> tags) | ||||
* | more more styling to the CSS | Fred Drake | 2004-11-10 | 1 | -1/+1 |
| | |||||
* | more XHTML friendliness: <dl compact> becomes well-formed | Fred Drake | 2004-11-10 | 1 | -6/+6 |
| | |||||
* | override a bit of LaTeX2HTML so empty table cells don't disappear from | Fred Drake | 2004-11-10 | 1 | -0/+43 |
| | | | | the output | ||||
* | - remove some bogus <meta> tags from the document head | Fred Drake | 2004-11-05 | 1 | -11/+4 |
| | | | | - clean up some of the generated markup | ||||
* | generate the "type" attribute on the favicon link | Fred Drake | 2004-11-05 | 1 | -3/+13 |
| | |||||
* | fix markup in "title" attribute for \citetitle{} | Fred Drake | 2004-11-04 | 1 | -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 Drake | 2004-10-29 | 2 | -8/+8 |
| | |||||
* | Rely on the style sheet more for the distutils markup. | Fred Drake | 2004-10-19 | 1 | -5/+5 |
| | |||||
* | make_nav_panel(): Don't cause side-effects on the input variables; | Fred Drake | 2004-09-09 | 1 | -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 Tutorial | Fred Drake | 2004-08-19 | 1 | -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 macros | Fred Drake | 2004-04-08 | 1 | -3/+4 |
| | |||||
* | fix typo that wasn't properly fixed in revision 1.144 | Fred Drake | 2004-04-01 | 1 | -1/+1 |
| | |||||
* | add \guilabel macro to mark labels that occur in user interfaces | Fred Drake | 2004-01-23 | 1 | -2/+5 |
| | |||||
* | - add comment about $CUSTOM_BUTTONS | Fred Drake | 2004-01-13 | 1 | -1/+2 |
| | | | | | - use_icon(): fix the check for whether a supplemental link is being used | ||||
* | add new reference macro: \seelink | Fred Drake | 2004-01-08 | 1 | -0/+13 |
| | |||||
* | remove ancient cruft | Fred Drake | 2003-12-30 | 1 | -4/+0 |
| | |||||
* | - make "--" in code text not get converted to "-" | Fred Drake | 2003-12-30 | 1 | -7/+21 |
| | | | | - fix minor typo in comment | ||||
* | - clean up generated HTML | Fred Drake | 2003-11-26 | 1 | -7/+20 |
| | | | | - make the output more XHTML friendly | ||||
* | Make sure LaTeX2HTML's $TEXINPUTS variable is initialized to include | Fred Drake | 2003-09-27 | 1 | -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 panel | Fred Drake | 2003-09-11 | 1 | -1/+1 |
| | |||||
* | normalize whitespace; detabify | Fred Drake | 2003-09-05 | 1 | -160/+160 |
| | |||||
* | fix some nuissance formatting problems for the "alltt" environment; | Fred Drake | 2003-09-05 | 1 | -3/+6 |
| | | | | | there's still a bug for the environment, but that's worked around in this change as well | ||||
* | normalize whitespace | Fred Drake | 2003-09-05 | 1 | -12/+12 |
| | |||||
* | normalize whitespace | Fred Drake | 2003-09-04 | 1 | -81/+81 |
| | |||||
* | Suppress more online-only navigation in the printed HTML. | Fred Drake | 2003-09-04 | 1 | -8/+14 |
| | |||||
* | make sure cells are really generated for all table cells, even those | Fred Drake | 2003-09-04 | 1 | -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 the | Fred Drake | 2003-09-04 | 1 | -3/+5 |
| | | | | printed version for browsers that support "@media print" in CSS. | ||||
* | init_myformat(): None of the "mark" values can be empty strings, or | Fred Drake | 2003-08-05 | 1 | -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 XHTML | Fred Drake | 2003-08-05 | 1 | -4/+4 |
| | |||||
* | make the portions of the generated HTML produced by these styles better | Fred Drake | 2003-08-05 | 2 | -73/+87 |
| | | | | conform to XHTML rules. | ||||
* | Make it easier to figure out the where a menuselection starts and ends | Fred Drake | 2003-07-16 | 1 | -1/+2 |
| | | | | by controling the font. | ||||
* | process_commands_wrap_deferred: | Fred Drake | 2003-07-15 | 1 | -5/+13 |
| | | | | | | - fix comment describing what this is for - add lots of indexing macros to this call Closes SF bug #518989. | ||||
* | fix stupid typo | Fred Drake | 2003-07-10 | 1 | -1/+1 |
| | |||||
* | Improve compatibility with more versions of LaTeX2HTML and more LaTeX | Fred Drake | 2003-07-08 | 1 | -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 Drake | 2003-06-27 | 1 | -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. | ||||
* | - add title attributes to the navigation icons on the navigation bars; | Fred Drake | 2003-05-03 | 1 | -15/+27 |
| | | | | | | this causes some browsers to offer descriptive tooltips when the mouse hovers over the linked icon - clean up the code in this area |