Changeset b35f77f in git for doc


Ignore:
Timestamp:
Jun 19, 1998, 3:35:42 PM (26 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
2f776b98867bac5cf01ba63f86e126e2a87e05d1
Parents:
39aaa1ac5795ace5bcee2023702797f8f7c9960c
Message:
*** empty log message ***


git-svn-id: file:///usr/local/Singular/svn/trunk@2218 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/texi2html

    r39aaa1a rb35f77f  
    22'di ';
    33'ig 00 ';
    4 # $Id: texi2html,v 1.5 1998-06-18 13:26:19 krueger Exp $
     4# $Id: texi2html,v 1.6 1998-06-19 13:35:42 krueger Exp $
    55# Description: Program to transform most Texinfo documents to HTML.
    66# The plan is for the next version of makeinfo to support HTML output
     
    15971597    if (open(FILE, "> $docu_toc")) {
    15981598        print "# creating $docu_toc...\n" if $verbose;
    1599         &print_toplevel_header("$title - Table of Contents");
     1599        &print_header("$title - Table of Contents", "", 0);
     1600        # &print_toplevel_header("$title - Table of Contents");
    16001601        &print_ruler;
    16011602        &print (*top_lines, FILE); # Contents of the top node before the TOC.
     
    20532054            $text = &$style($text);
    20542055        } elsif ($style) { # good style
    2055             $text = "<$style>$text</$style>";
     2056            $text = "<H1><$style>$text</$style></H1>";
    20562057        } else { # no style
    20572058        }
     
    22172218<A HREF=\"$HOMEPAGE\" TARGET=\"_parent\">texi2html</A>
    22182219translator version 1.51a.</H6>
     2220<H6>Modified by the Singular-Team 19.6.1998</H6>
    22192221EOT
    22202222    &print_footer;
Note: See TracChangeset for help on using the changeset viewer.