Changeset 5222d6d in git for doc/texi2html
- Timestamp:
- Jun 19, 1998, 5:55:28 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 9fdf214781f8d565748bc34d26fd9bd9063251e5
- Parents:
- 4184f179946a92cb297cda1ab1cc6d0b8ca54da2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/texi2html
r4184f1 r5222d6d 2 2 'di '; 3 3 'ig 00 '; 4 # $Id: texi2html,v 1. 6 1998-06-19 13:35:42 kruegerExp $4 # $Id: texi2html,v 1.7 1998-06-19 15:55:28 obachman Exp $ 5 5 # Description: Program to transform most Texinfo documents to HTML. 6 6 # The plan is for the next version of makeinfo to support HTML output … … 2054 2054 $text = &$style($text); 2055 2055 } elsif ($style) { # good style 2056 $text = "< H1><$style>$text</$style></H1>";2056 $text = "<$style>$text</$style>"; 2057 2057 } else { # no style 2058 2058 } … … 2415 2415 .PP 2416 2416 TeX specific commands (normally enclosed in @iftex) will be 2417 passed unmodified. 2418 .ex 2417 passed u
Note: See TracChangeset
for help on using the changeset viewer.