]>
Commit | Line | Data |
---|---|---|
9a29912f JS |
1 | ; Tex2RTF initialisation file for 16-bit WinHelp |
2 | runTwice = yes | |
3 | titleFontSize = 12 | |
4 | authorFontSize = 10 | |
5 | chapterFontSize = 12 | |
6 | sectionFontSize = 12 | |
7 | subsectionFontSize = 12 | |
8 | headerRule = yes | |
9 | footerRule = yes | |
10 | useHeadingStyles = yes | |
11 | contentsDepth = 2 | |
12 | listItemIndent=40 | |
13 | winHelpContents = yes | |
14 | winHelpVersion = 3 ; 3 for Windows 3.x, 4 for Windows 95 | |
15 | generateHPJ = yes | |
f6bcfd97 BP |
16 | ;; |
17 | ;; These two are for generating MS HTML Help project, contents and index files. | |
18 | ;; | |
19 | htmlWorkshopFiles = true | |
20 | htmlIndex = true | |
56d34922 JS |
21 | |
22 | ; Finally, a way to specify face names | |
23 | htmlFaceName = "Arial, Lucida, Helvetica" | |
24 | ||
9a29912f | 25 | htmlBrowseButtons = bitmap |
56d34922 JS |
26 | winHelpTitle = "Tex2RTF" |
27 | truncateFilenames = no | |
9a29912f JS |
28 | combineSubSections = yes |
29 | htmlIndex = yes | |
30 | htmlFrameContents = no |