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