Changeset 5222d6d in git
- Timestamp:
- Jun 19, 1998, 5:55:28 PM (25 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 9fdf214781f8d565748bc34d26fd9bd9063251e5
- Parents:
- 4184f179946a92cb297cda1ab1cc6d0b8ca54da2
- Location:
- doc
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.in
r4184f1 r5222d6d 62 62 63 63 # dvi stuff 64 dvi: singular.dvi tutor.dviusercard.dvi64 dvi: singular.dvi usercard.dvi 65 65 66 66 singular.dvi: ${MANUAL_FILES} … … 74 74 75 75 # postscript stuff 76 ps: singular.ps tutor.psusercard.ps76 ps: singular.ps usercard.ps 77 77 78 78 usercard.ps: usercard.dvi -
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.