source: git/doc/t2h_singular.init @ 351bd1

spielwiese
Last change on this file since 351bd1 was 58f1df7, checked in by Olaf Bachmann <obachman@…>, 25 years ago
* small changes git-svn-id: file:///usr/local/Singular/svn/trunk@3305 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 4.3 KB
Line 
1# -*-perl-*-
2######################################################################
3#
4# File: t2h_singular.init init file for singular t2h
5#
6
7# we only redefine things which ar of relevance to singular
8# all the others we simply "include"
9
10# -prefix
11# Set the output file prefix, prepended to all .html, .gif and .pl files.
12$T2H_PREFIX = 'sing';
13
14# -expand
15# if set to "tex" (or, "info") expand @iftex and @tex (or, @ifinfo) sections
16# else, neither expand @iftex, @tex, nor @ifinfo sections
17$T2H_EXPAND = "tex";
18
19# if set, creates one html file per node
20$T2H_SPLIT = 'node';
21
22# if set, puts html files into current directory, overwrites settings of
23# $T2H_SUBDIR
24$T2H_NO_SUBDIR = 0;
25
26# -short_extn
27# If this is set all HTML file will have extension ".htm" instead of
28# ".html". This is helpful when shipping the document to PC systems.
29$T2H_SHORTEXTN = 1;
30
31#if set cross-references are given without section numbers
32$T2H_SHORT_REF = 1;
33
34# if set, chatter about what we are doing
35$T2H_VERBOSE = 1;
36
37# print index summary for 'cp' index
38$T2H_IDX_SUMMARY = 'cp';
39
40$T2H_STANDARD = 1;
41
42# inside <BODY ..>
43$T2H_BODYTEXT = 'LANG="EN"  BACKGROUND="bg.jpg"';
44
45# after <BODY>
46$T2H_AFTER_BODY_OPEN = <<EOT;
47    <table border="0" cellpadding=2 cellspacing=2>
48      <tr valign="top"><td width="8" rowspan="4">
49          <img src="spacer3.gif" width="8"></td>
50          <td colspan=2>
51EOT
52
53# before </BODY>
54$T2H_PRE_BODY_CLOSE = <<EOT;
55          </td>
56        </tr>
57      </table>
58EOT
59
60# footer of page
61sub t2h_print_page_foot
62{
63  my $fh = shift;
64  print $fh <<EOT;
65<FONT SIZE="-1">
66User manual for <A HREF="http://www.mathematik.uni-kl.de/~zca/Singular/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE},
67generated by <A HREF="$T2H_HOMEPAGE"><I>texi2html</I></A>.
68</FONT>
69$T2H_PRE_BODY_CLOSE
70</BODY>
71</HTML>
72EOT
73}
74 
75$T2H_ICONS = 1;
76@T2H_SECTION_BUTTONS =
77  (
78   'Back', 'Forward', 'FastBack', 'FastForward', 
79   'Up', 'Top', 'Contents', 'Index', 'About', 
80  );
81
82%T2H_ACTIVE_ICONS =
83  (
84   'Top',      'blue_top.gif',
85   'Contents', 'blue_dir.gif',
86   'Overview', '',
87   'Index',    'blue_readme.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',
95   'About' ,    'blue_help.gif',
96   ' ',        ''
97  );
98
99%T2H_PASSIVE_ICONS =
100  (
101   'Top',      'blue_top.gif',
102   'Contents', 'blue_dir.gif',
103   'Overview', '',
104   'Index',    'blue_readme.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',
112   'About' ,    'blue_help.gif',
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#   );
147
148sub t2h_pre_about
149{
150  return <<EOT;
151This 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}.
152<BR>  
153
154For questions and comments about Singular, send email to <A href="mailto:singular\@mathematik.uni-kl.de">singular\@mathematik.uni-kl.de</a>.
155 
156<P></P> 
157This document was generated by <A HREF="$T2H_HOMEPAGE"><I>$THISPROG</I></A>
158and <ahref="http://www-dsed.llnl.gov/files/programs/unix/latex2html/manual/">LaTeX2<TT>HTML</TT></a>
159and is best  viewed with a 16 or 18 point screen font.
160<P></P> 
161EOT
162}
163
164$T2H_PRE_ABOUT = \&t2h_pre_about;
165
1661;      # This must be the last line
Note: See TracBrowser for help on using the repository browser.