]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/tex2rtf.ini
On wxMac don't call Refresh from FullPaint as that is the biggest
[wxWidgets.git] / docs / latex / wx / tex2rtf.ini
... / ...
CommitLineData
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 = 18
6authorFontSize = 12
7authorFontSize = 12
8chapterFontSize = 18
9sectionFontSize = 16
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 = "wxWidgets Manual"
21truncateFilenames = no
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; Need to define this as \symbol(94) in 'real' Latex
35\caret [0]{$^$}
36\textbackslash [0]{{\tt$\backslash$}}
37\gifsep [0]{\par}
38ignoreInput = "ltx.tex"
39; htmlStylesheet = "wx.css"
40
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}}
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] {\func{#1}{#2}{#3} {\bf const}\index{#2}}
49\windowstyle [1] {{\bf #1}\index{#1}}
50\bftt [1] {\bf{\tt{#1}}}
51\pythonnote [1] {{\bf \fcol{blue}{wxPython note:}} #1}
52%\pythonnote [1] {}
53\perlnote [1] {{\bf \fcol{blue}{wxPerl note:}} #1}
54%\perlnote [1] {}
55\arg [1] {{\it #1}}
56\true [0] {{\tt true}}
57\false [0] {{\tt false}}
58\NULL [0] {{\tt NULL}}
59\newsince [1] {This function is new since wxWidgets version #1}
60\deprecated [1] {This function is deprecated, please use #1 instead}
61
62; make tex2rtf understand \hbox{} macro:
63\hbox [1] {#1}