Changeset 58f1df7 in git for doc


Ignore:
Timestamp:
Jul 20, 1999, 4:59:16 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bb9d6dea650af33c4445435cce27a639c58d4a08
Parents:
f5a73477b5c707d3e6dde2b8ca46f6f7b5d59ea6
Message:
* small changes


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

Legend:

Unmodified
Added
Removed
  • doc/t2h_singular.init

    rf5a734 r58f1df7  
    7474 
    7575$T2H_ICONS = 1;
     76@T2H_SECTION_BUTTONS =
     77  (
     78   'Back', 'Forward', 'FastBack', 'FastForward', 
     79   'Up', 'Top', 'Contents', 'Index', 'About',
     80  );
    7681
    7782%T2H_ACTIVE_ICONS =
     
    8186   'Overview', '',
    8287   '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',
     88   'Back',     'blue_prev.gif',
     89   'FastBack', 'blue_pprev.gif',
     90   'Prev',     'blue_pprev.gif',
     91   'Up',       'blue_up.gif',
     92   'Next',     'blue_nnext.gif',
     93   'Forward',  'blue_next.gif',
     94   'FastForward', 'blue_nnext.gif',
    9095   'About' ,    'blue_help.gif',
    9196   ' ',        ''
     
    98103   'Overview', '',
    99104   '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',
     105   'Back',     'blue_prev.gif',
     106   'FastBack', 'blue_pprev.gif',
     107   'Prev',     'blue_pprev.gif',
     108   'Up',       'blue_up.gif',
     109   'Next',     'blue_nnext.gif',
     110   'Forward',  'blue_next.gif',
     111   'FastForward', 'blue_nnext.gif',
    107112   'About' ,    'blue_help.gif',
    108113  );
     114
     115# %T2H_ACTIVE_ICONS =
     116#   (
     117#    'Top',      'blue_top.gif',
     118#    'Contents', 'blue_dir.gif',
     119#    'Overview', '',
     120#    'Index',    'blue_readme.gif',
     121#    'Back',     'xy_previous.gif',
     122#    'FastBack', 'xy_previoussection.gif',
     123#    'Prev',     'xy_previoussection.gif',
     124#    'Up',       'xy_up.gif',
     125#    'Next',     'xy_nextsection.gif',
     126#    'Forward',  'xy_next.gif',
     127#    'FastForward', 'xy_nextsection.gif',
     128#    'About' ,    'blue_help.gif',
     129#    ' ',        ''
     130#   );
     131
     132# %T2H_PASSIVE_ICONS =
     133#   (
     134#    'Top',      'blue_top.gif',
     135#    'Contents', 'blue_dir.gif',
     136#    'Overview', '',
     137#    'Index',    'blue_readme.gif',
     138#    'Back',     'xy_previous_gr.gif',
     139#    'FastBack', 'xy_previoussection_gr.gif',
     140#    'Prev',     'xy_previoussection_gr.gif',
     141#    'Up',       'xy_up_gr.gif',
     142#    'Next',     'xy_nextsection_gr.gif',
     143#    'Forward',  'xy_next_gr.gif',
     144#    'FastForward', 'xy_nextsection_gr.gif',
     145#    'About' ,    'blue_help.gif',
     146#   );
    109147
    110148sub t2h_pre_about
     
    119157This document was generated by <A HREF="$T2H_HOMEPAGE"><I>$THISPROG</I></A>
    120158and <ahref="http://www-dsed.llnl.gov/files/programs/unix/latex2html/manual/">LaTeX2<TT>HTML</TT></a>
    121 and is best  viewed with 16 or 18 point screen font.
     159and is best  viewed with a 16 or 18 point screen font.
    122160<P></P> 
    123161EOT
Note: See TracChangeset for help on using the changeset viewer.