]>
Commit | Line | Data |
---|---|---|
2b5f62a0 VZ |
1 | ;;; Tex2RTF initialisation file, using NO style sheet for HTML. See |
2 | ;;; tex2rtf_css.ini for a version using a style sheet. You can use | |
3 | ;;; -macros tex2rtf.ini to specify the ini file. | |
a660d684 | 4 | runTwice = yes |
d2c2afc9 JS |
5 | titleFontSize = 18 |
6 | authorFontSize = 12 | |
7 | authorFontSize = 12 | |
8 | chapterFontSize = 18 | |
9 | sectionFontSize = 16 | |
a660d684 KB |
10 | subsectionFontSize = 12 |
11 | contentsDepth = 2 | |
12 | headerRule = yes | |
13 | footerRule = yes | |
14 | useHeadingStyles = yes | |
15 | listItemIndent=40 | |
2a47d3c1 | 16 | generateHPJ = yes |
a660d684 KB |
17 | htmlBrowseButtons = bitmap |
18 | winHelpContents = yes | |
2a47d3c1 | 19 | winHelpVersion = 3 ; 3 for Windows 3.x, 4 for Windows 95 |
fc2171bd | 20 | winHelpTitle = "wxWidgets Manual" |
2f1b667b | 21 | truncateFilenames = no |
a660d684 | 22 | combineSubSections = yes |
7b3be6cb RD |
23 | ;; |
24 | ;; These two are for generating MS HTML Help project, contents and index files. | |
25 | ;; | |
1235650f HH |
26 | htmlWorkshopFiles = true |
27 | htmlIndex = true | |
7b3be6cb | 28 | |
d958c9bd JS |
29 | ; Finally, a way to specify face names |
30 | htmlFaceName = "Arial, Lucida, Helvetica" | |
31 | ||
7af3ca16 VZ |
32 | \textasciitilde [0]{{\tt\~}} |
33 | \textasciicircum [0]{{\tt\^}} | |
e119d049 JS |
34 | ; Need to define this as \symbol(94) in 'real' Latex |
35 | \caret [0]{$^$} | |
7af3ca16 VZ |
36 | \textbackslash [0]{{\tt$\backslash$}} |
37 | \gifsep [0]{\par} | |
38 | ignoreInput = "ltx.tex" | |
2b5f62a0 | 39 | ; htmlStylesheet = "wx.css" |
7af3ca16 | 40 | |
2a47d3c1 JS |
41 | ;\overview [2] {\rtfonly{See also }\settransparency{on}\sethotspotcolour{off}\sethotspotunderline{on}\winhelponly{\image{}{books.bmp}\settransparency{off}} |
42 | ;\htmlonly{\image{}{books.gif}}\helpref{#1}{#2} | |
43 | ;\sethotspotcolour{on}\sethotspotunderline{on}} | |
44 | \overview [2] {\helpref{#1}{#2}} | |
a660d684 KB |
45 | \docparam [2]{\parskip{0}{\it #1}\htmlignore{\par}\parskip{10}\indented{1cm}{#2}} |
46 | \wxheading [1]{{\bf \htmlignore{\fcol{blue}{#1}}\htmlonly{\fcol{red}{#1}}}} | |
47 | \const [0] {{\bf const}} | |
48 | \constfunc [3] {{\bf #1} {\bf #2}(#3) {\bf const}\index{#2}} | |
49 | \windowstyle [1] {{\bf #1}\index{#1}} | |
06d20283 | 50 | \bftt [1] {\bf{\tt{#1}}} |
76e1c2de | 51 | \pythonnote [1] {{\bf \fcol{blue}{wxPython note:}} #1} |
06d20283 | 52 | %\pythonnote [1] {} |
159f4b33 MB |
53 | \perlnote [1] {{\bf \fcol{blue}{wxPerl note:}} #1} |
54 | %\perlnote [1] {} | |
bfe1a1f1 | 55 | \arg [1] {{\it #1}} |
5147a986 VS |
56 | \true [0] {{\tt true}} |
57 | \false [0] {{\tt false}} | |
9551b6fe | 58 | \NULL [0] {{\tt NULL}} |
2bf8e417 | 59 | |
b1ef8821 VS |
60 | ; make tex2rtf understand \hbox{} macro: |
61 | \hbox [1] {#1} |