Changeset 460c1e1 in git for doc/t2h_singular.init


Ignore:
Timestamp:
Jul 19, 1999, 2:06:33 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b00a82cbecb96fbd56a19be975fa94c5c6ee3016
Parents:
a204eaabfd4864b4c4e333658414701e14bee58f
Message:
* increased version 1o 1-3-4
* parsing of help strings by doc2tex
* much better texi2html
* new directory layout for install in source tree


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

Legend:

Unmodified
Added
Removed
  • doc/t2h_singular.init

    ra204ea r460c1e1  
    3838$T2H_IDX_SUMMARY = 'cp';
    3939
     40$T2H_STANDARD = 1;
     41
    4042# inside <BODY ..>
    4143$T2H_BODYTEXT = 'LANG="EN"  BACKGROUND="bg.jpg"';
     
    6163  my $fh = shift;
    6264  print $fh <<EOT;
    63 <P></P>
    6465<FONT SIZE="-1">
    6566User manual for <A HREF="http://www.mathematik.uni-kl.de/~zca/Singular/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE},
     
    7172EOT
    7273}
     74 
     75$T2H_ICONS = 1;
     76
     77%T2H_ACTIVE_ICONS =
     78  (
     79   'Top',      'blue_top.gif',
     80   'Contents', 'blue_dir.gif',
     81   'Overview', '',
     82   'Index',    'blue_readme.gif',
     83   'Back',     'xy_previous.gif',
     84   'FastBack', 'xy_previoussection.gif',
     85   'Prev',     'xy_previoussection.gif',
     86   'Up',       'xy_up.gif',
     87   'Next',     'xy_nextsection.gif',
     88   'Forward',  'xy_next.gif',
     89   'FastForward', 'xy_nextsection.gif',
     90   'About' ,    'blue_help.gif',
     91   ' ',        ''
     92  );
     93
     94%T2H_PASSIVE_ICONS =
     95  (
     96   'Top',      'blue_top.gif',
     97   'Contents', 'blue_dir.gif',
     98   'Overview', '',
     99   'Index',    'blue_readme.gif',
     100   'Back',     'xy_previous_gr.gif',
     101   'FastBack', 'xy_previoussection_gr.gif',
     102   'Prev',     'xy_previoussection_gr.gif',
     103   'Up',       'xy_up_gr.gif',
     104   'Next',     'xy_nextsection_gr.gif',
     105   'Forward',  'xy_next_gr.gif',
     106   'FastForward', 'xy_nextsection_gr.gif',
     107   'About' ,    'blue_help.gif',
     108  );
     109
     110sub t2h_pre_about
     111{
     112  return <<EOT;
     113This 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}.
     114<BR>   
     115
     116For questions and comments about Singular, send email to <A href="mailto:singular\@mathematik.uni-kl.de">singular\@mathematik.uni-kl.de</a>.
     117 
     118<P></P> 
     119This document was generated by <A HREF="$T2H_HOMEPAGE"><I>$THISPROG</I></A>
     120and <ahref="http://www-dsed.llnl.gov/files/programs/unix/latex2html/manual/">LaTeX2<TT>HTML</TT></a>
     121and is best  viewed with 16 or 18 point screen font.
     122<P></P> 
     123EOT
     124}
     125
     126$T2H_PRE_ABOUT = \&t2h_pre_about;
    73127
    741281;      # This must be the last line
Note: See TracChangeset for help on using the changeset viewer.