jengelh-datetimespielwiese
Last change
on this file since 6b80bb was
6b80bb,
checked in by Olaf Bachmann <obachman@…>, 24 years ago
|
* as we go along
git-svn-id: file:///usr/local/Singular/svn/trunk@3272 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
1.0 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 | # -expand |
---|
11 | # if set to "tex" (or, "info") expand @iftex and @tex (or, @ifinfo) sections |
---|
12 | # else, neither expand @iftex, @tex, nor @ifinfo sections |
---|
13 | $T2H_EXPAND = "tex"; |
---|
14 | |
---|
15 | # if set, creates one html file per node |
---|
16 | $T2H_SPLIT = 'node'; |
---|
17 | |
---|
18 | # if set, puts html files into current directory, overwrites settings of |
---|
19 | # $T2H_SUBDIR |
---|
20 | $T2H_NO_SUBDIR = 0; |
---|
21 | |
---|
22 | # -short_extn |
---|
23 | # If this is set all HTML file will have extension ".htm" instead of |
---|
24 | # ".html". This is helpful when shipping the document to PC systems. |
---|
25 | $T2H_SHORTEXTN = 1; |
---|
26 | |
---|
27 | # -prefix |
---|
28 | # Set the output file prefix, prepended to all .html, .gif and .pl files. |
---|
29 | $T2H_PREFIX = ''; |
---|
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 | 1; # This must be the last line |
---|
Note: See
TracBrowser
for help on using the repository browser.