Changeset 5222d6d in git for doc/texi2html


Ignore:
Timestamp:
Jun 19, 1998, 5:55:28 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
9fdf214781f8d565748bc34d26fd9bd9063251e5
Parents:
4184f179946a92cb297cda1ab1cc6d0b8ca54da2
Message:
* last minute changes


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

Legend:

Unmodified
Added
Removed
  • doc/texi2html

    r4184f1 r5222d6d  
    22'di ';
    33'ig 00 ';
    4 # $Id: texi2html,v 1.6 1998-06-19 13:35:42 krueger Exp $
     4# $Id: texi2html,v 1.7 1998-06-19 15:55:28 obachman 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
     
    20542054            $text = &$style($text);
    20552055        } elsif ($style) { # good style
    2056             $text = "<H1><$style>$text</$style></H1>";
     2056            $text = "<$style>$text</$style>";
    20572057        } else { # no style
    20582058        }
     
    24152415.PP
    24162416TeX specific commands (normally enclosed in @iftex) will be
    2417 passed unmodified.
    2418 .ex
     2417passed u
Note: See TracChangeset for help on using the changeset viewer.