]>
Commit | Line | Data |
---|---|---|
2b5f62a0 VZ |
1 | ;;; Tex2RTF initialisation file, using a style sheet for HTML. |
2 | ;;; See tex2rtf.ini for a version using no style sheet, and instead | |
3 | ;;; setting explicit fonts. You can use -macros tex2rtf_css.ini to | |
4 | ;;; specify the ini file. | |
5 | runTwice = yes | |
6 | titleFontSize = 12 | |
7 | authorFontSize = 10 | |
8 | authorFontSize = 10 | |
9 | chapterFontSize = 12 | |
10 | sectionFontSize = 12 | |
11 | subsectionFontSize = 12 | |
12 | contentsDepth = 2 | |
13 | headerRule = yes | |
14 | footerRule = yes | |
15 | useHeadingStyles = yes | |
16 | listItemIndent=40 | |
17 | generateHPJ = yes | |
18 | htmlBrowseButtons = bitmap | |
19 | winHelpContents = yes | |
20 | winHelpVersion = 3 ; 3 for Windows 3.x, 4 for Windows 95 | |
fc2171bd | 21 | winHelpTitle = "wxWidgets Manual" |
8280918d | 22 | truncateFilenames = no |
2b5f62a0 VZ |
23 | combineSubSections = yes |
24 | ;; | |
25 | ;; These two are for generating MS HTML Help project, contents and index files. | |
26 | ;; | |
27 | htmlWorkshopFiles = true | |
28 | htmlIndex = true | |
29 | ||
30 | ; Finally, a way to specify face names | |
31 | ;htmlFaceName = "Arial, Lucida, Helvetica" | |
32 | ||
33 | \textasciitilde [0]{{\tt\~}} | |
34 | \textasciicircum [0]{{\tt\^}} | |
cc16801f VS |
35 | ; Need to define this as \symbol(94) in 'real' Latex |
36 | \caret [0]{$^$} | |
2b5f62a0 VZ |
37 | \textbackslash [0]{{\tt$\backslash$}} |
38 | \gifsep [0]{\par} | |
39 | ignoreInput = "ltx.tex" | |
40 | htmlStylesheet = "wx.css" | |
41 | ||
2b5f62a0 VZ |
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] {} | |
bfe1a1f1 | 53 | \arg [1] {{\it #1}} |
5147a986 VS |
54 | \true [0] {{\tt true}} |
55 | \false [0] {{\tt false}} | |
89b02325 | 56 | \NULL [0] {{\tt NULL}} |
3692b33c | 57 | \newsince [1] {This function is new since wxWidgets version #1} |
1946085a | 58 | \deprecated [1] {This function is deprecated, please use #1 instead} |
2b5f62a0 | 59 | |
b1ef8821 VS |
60 | ; make tex2rtf understand \hbox{} macro: |
61 | \hbox [1] {#1} |