]> git.saurik.com Git - wxWidgets.git/blame - contrib/docs/latex/deprecated/tex2rtf.ini
add -mno-cygwin detection: we should treat cygwin as Windows, not Unix, when it's...
[wxWidgets.git] / contrib / docs / latex / deprecated / tex2rtf.ini
CommitLineData
82e20720
JS
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.
4runTwice = yes
5titleFontSize = 12
6authorFontSize = 10
7authorFontSize = 10
8chapterFontSize = 12
9sectionFontSize = 12
10subsectionFontSize = 12
11contentsDepth = 2
12headerRule = yes
13footerRule = yes
14useHeadingStyles = yes
15listItemIndent=40
16generateHPJ = yes
17htmlBrowseButtons = bitmap
18winHelpContents = yes
19winHelpVersion = 3 ; 3 for Windows 3.x, 4 for Windows 95
20winHelpTitle = "wxWindows Deprecated Classes Manual"
21truncateFilenames = yes
22combineSubSections = yes
23;;
24;; These two are for generating MS HTML Help project, contents and index files.
25;;
26htmlWorkshopFiles = true
27htmlIndex = true
28
29; Finally, a way to specify face names
30htmlFaceName = "Arial, Lucida, Helvetica"
31
32\textasciitilde [0]{{\tt\~}}
33\textasciicircum [0]{{\tt\^}}
34\textbackslash [0]{{\tt$\backslash$}}
35\gifsep [0]{\par}
36ignoreInput = "ltx.tex"
37; htmlStylesheet = "wx.css"
38
82e20720
JS
39\overview [2] {\helpref{#1}{#2}}
40\docparam [2]{\parskip{0}{\it #1}\htmlignore{\par}\parskip{10}\indented{1cm}{#2}}
41\wxheading [1]{{\bf \htmlignore{\fcol{blue}{#1}}\htmlonly{\fcol{red}{#1}}}}
42\const [0] {{\bf const}}
43\constfunc [3] {{\bf #1} {\bf #2}(#3) {\bf const}\index{#2}}
44\windowstyle [1] {{\bf #1}\index{#1}}
45\bftt [1] {\bf{\tt{#1}}}
46\pythonnote [1] {{\bf \fcol{blue}{wxPython note:}} #1}
47%\pythonnote [1] {}
48\perlnote [1] {{\bf \fcol{blue}{wxPerl note:}} #1}
49%\perlnote [1] {}
50
51; make tex2rtf understand \hbox{} macro:
52\hbox [1] {#1}