Changeset 58f1df7 in git for doc/t2h_singular.init
- Timestamp:
- Jul 20, 1999, 4:59:16 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- bb9d6dea650af33c4445435cce27a639c58d4a08
- Parents:
- f5a73477b5c707d3e6dde2b8ca46f6f7b5d59ea6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/t2h_singular.init
rf5a734 r58f1df7 74 74 75 75 $T2H_ICONS = 1; 76 @T2H_SECTION_BUTTONS = 77 ( 78 'Back', 'Forward', 'FastBack', 'FastForward', 79 'Up', 'Top', 'Contents', 'Index', 'About', 80 ); 76 81 77 82 %T2H_ACTIVE_ICONS = … … 81 86 'Overview', '', 82 87 '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', 90 95 'About' , 'blue_help.gif', 91 96 ' ', '' … … 98 103 'Overview', '', 99 104 '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', 107 112 'About' , 'blue_help.gif', 108 113 ); 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 # ); 109 147 110 148 sub t2h_pre_about … … 119 157 This document was generated by <A HREF="$T2H_HOMEPAGE"><I>$THISPROG</I></A> 120 158 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.159 and is best viewed with a 16 or 18 point screen font. 122 160 <P></P> 123 161 EOT
Note: See TracChangeset
for help on using the changeset viewer.