Changeset 5222d6d in git


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


git-svn-id: file:///usr/local/Singular/svn/trunk@2224 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
doc
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.in

    r4184f1 r5222d6d  
    6262
    6363# dvi stuff
    64 dvi: singular.dvi tutor.dvi usercard.dvi
     64dvi: singular.dvi usercard.dvi
    6565
    6666singular.dvi: ${MANUAL_FILES}
     
    7474
    7575# postscript stuff
    76 ps: singular.ps tutor.ps usercard.ps
     76ps: singular.ps usercard.ps
    7777
    7878usercard.ps: usercard.dvi
  • 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.