]>
Commit | Line | Data |
---|---|---|
a660d684 KB |
1 | ;;; Tex2RTF initialisation file |
2 | runTwice = yes | |
3 | titleFontSize = 12 | |
4 | authorFontSize = 10 | |
5 | authorFontSize = 10 | |
6 | chapterFontSize = 12 | |
7 | sectionFontSize = 12 | |
8 | subsectionFontSize = 12 | |
9 | contentsDepth = 2 | |
10 | headerRule = yes | |
11 | footerRule = yes | |
12 | useHeadingStyles = yes | |
13 | listItemIndent=40 | |
2a47d3c1 | 14 | generateHPJ = yes |
a660d684 KB |
15 | htmlBrowseButtons = bitmap |
16 | winHelpContents = yes | |
2a47d3c1 | 17 | winHelpVersion = 3 ; 3 for Windows 3.x, 4 for Windows 95 |
a660d684 KB |
18 | winHelpTitle = "wxWindows Manual" |
19 | truncateFilenames = yes | |
20 | combineSubSections = yes | |
7b3be6cb RD |
21 | ;; |
22 | ;; These two are for generating MS HTML Help project, contents and index files. | |
23 | ;; | |
1235650f HH |
24 | htmlWorkshopFiles = true |
25 | htmlIndex = true | |
7b3be6cb | 26 | |
d958c9bd JS |
27 | ; Finally, a way to specify face names |
28 | htmlFaceName = "Arial, Lucida, Helvetica" | |
29 | ||
7af3ca16 VZ |
30 | \textasciitilde [0]{{\tt\~}} |
31 | \textasciicircum [0]{{\tt\^}} | |
32 | \textbackslash [0]{{\tt$\backslash$}} | |
33 | \gifsep [0]{\par} | |
34 | ignoreInput = "ltx.tex" | |
35 | htmlStylesheet = "wx.css" | |
36 | ||
2a47d3c1 JS |
37 | ;\overview [2] {\rtfonly{See also }\settransparency{on}\sethotspotcolour{off}\sethotspotunderline{on}\winhelponly{\image{}{books.bmp}\settransparency{off}} |
38 | ;\htmlonly{\image{}{books.gif}}\helpref{#1}{#2} | |
39 | ;\sethotspotcolour{on}\sethotspotunderline{on}} | |
40 | \overview [2] {\helpref{#1}{#2}} | |
a660d684 KB |
41 | \docparam [2]{\parskip{0}{\it #1}\htmlignore{\par}\parskip{10}\indented{1cm}{#2}} |
42 | \wxheading [1]{{\bf \htmlignore{\fcol{blue}{#1}}\htmlonly{\fcol{red}{#1}}}} | |
43 | \const [0] {{\bf const}} | |
44 | \constfunc [3] {{\bf #1} {\bf #2}(#3) {\bf const}\index{#2}} | |
45 | \windowstyle [1] {{\bf #1}\index{#1}} | |
06d20283 | 46 | \bftt [1] {\bf{\tt{#1}}} |
76e1c2de | 47 | \pythonnote [1] {{\bf \fcol{blue}{wxPython note:}} #1} |
06d20283 | 48 | %\pythonnote [1] {} |
5873607e | 49 | \perlnote [1] {{\bf \fcol{blue}{wxPerl note:}} #1} |
2bf8e417 | 50 |