Changeset a823a8 in git


Ignore:
Timestamp:
Mar 31, 2000, 1:04:15 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
b8661e0931a0c7464712ad70a5d8bd33b423a9f7
Parents:
119757281f1af0949ef91c82c7aa9f7f8a614c9b
Message:
*** empty log message ***


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

Legend:

Unmodified
Added
Removed
  • doc/t2h_singular.init

    r119757 ra823a8  
    2929$T2H_IDX_SUMMARY = 'cp';
    3030
    31 $T2H_STANDARD = 1;
    32 
    3331# inside <BODY ..>
    3432$T2H_BODYTEXT = 'LANG="EN"  BACKGROUND="Mybg.gif"';
     
    4442# footer of top_page
    4543
    46 sub t2h_print_Top_footer
     44$T2H_print_Top_footer = \&T2H_SING_print_Top_footer;
     45$T2H_print_page_foot = \&T2H_SING_print_page_foot;
     46
     47sub T2H_SING_print_Top_footer
    4748{
    4849  my $fh = shift;
     
    5354          "</BLOCKQUOTE>";
    5455
    55   t2h_print_foot_navigation($fh);
    56   t2h_print_page_foot($fh) if $T2H_SPLIT;
     56  &$T2H_print_foot_navigation($fh);
     57  &$T2H_print_page_foot($fh) if $T2H_SPLIT;
    5758}
    5859
    5960# footer of page
    60 sub t2h_print_page_foot
     61sub T2H_SING_print_page_foot
    6162{
    6263  my $fh = shift;
    6364  print $fh <<EOT;
    6465<FONT SIZE="-1">
    65 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; User manual for <A HREF="http://www.mathematik.uni-kl.de/~zca/Singular/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE},
     66&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; User manual for <A HREF="http://www.singular.uni-kl.de/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE},
    6667generated by <A HREF="$T2H_HOMEPAGE"><I>texi2html</I></A>.
    6768</FONT>
     
    171172}
    172173
    173 sub t2h_pre_about
     174sub T2H_SING_pre_about
    174175{
    175176  return <<EOT;
    176 This document is the user manual for <A HREF="http://www.mathematik.uni-kl.de/~zca/Singular/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE}.
     177This document is the user manual for <A HREF="http://www.singular.uni-kl.de/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE}.
    177178<BR>   
    178179
     
    181182<P></P> 
    182183This document was generated by <A HREF="$T2H_HOMEPAGE"><I>$THISPROG</I></A>
    183 and <ahref="http://www-dsed.llnl.gov/files/programs/unix/latex2html/manual/">LaTeX2<TT>HTML</TT></a>
     184and <a href="http://www-dsed.llnl.gov/files/programs/unix/latex2html/manual/">LaTeX2<TT>HTML</TT></a>
    184185and is best  viewed with a 16 or 18 point screen font.
    185186<P></P> 
     
    187188}
    188189
    189 $T2H_PRE_ABOUT = \&t2h_pre_about;
     190$T2H_PRE_ABOUT = \&T2H_SING_pre_about;
    190191
    1911921;      # This must be the last line
Note: See TracChangeset for help on using the changeset viewer.