Changeset 460c1e1 in git for doc/t2h_singular.init
- Timestamp:
- Jul 19, 1999, 2:06:33 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- b00a82cbecb96fbd56a19be975fa94c5c6ee3016
- Parents:
- a204eaabfd4864b4c4e333658414701e14bee58f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/t2h_singular.init
ra204ea r460c1e1 38 38 $T2H_IDX_SUMMARY = 'cp'; 39 39 40 $T2H_STANDARD = 1; 41 40 42 # inside <BODY ..> 41 43 $T2H_BODYTEXT = 'LANG="EN" BACKGROUND="bg.jpg"'; … … 61 63 my $fh = shift; 62 64 print $fh <<EOT; 63 <P></P>64 65 <FONT SIZE="-1"> 65 66 User manual for <A HREF="http://www.mathematik.uni-kl.de/~zca/Singular/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE}, … … 71 72 EOT 72 73 } 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 110 sub t2h_pre_about 111 { 112 return <<EOT; 113 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}. 114 <BR> 115 116 For 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> 119 This document was generated by <A HREF="$T2H_HOMEPAGE"><I>$THISPROG</I></A> 120 and <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. 122 <P></P> 123 EOT 124 } 125 126 $T2H_PRE_ABOUT = \&t2h_pre_about; 73 127 74 128 1; # This must be the last line
Note: See TracChangeset
for help on using the changeset viewer.