1 \documentstyle[a4,
11pt,makeidx,verbatim,texhelp,fancyheadings,palatino
]{report}
2 % JACS: doesn't make it through Tex2RTF, sorry. I'll put it into texhelp.sty
3 % since Tex2RTF doesn't parse it.
4 % BTW, style MUST be report for it to work for Tex2RTF.
6 %\addtolength{\textwidth}{1in}
7 %\addtolength{\oddsidemargin}{-0.5in}
8 %\addtolength{\topmargin}{-0.5in}
9 %\addtolength{\textheight}{1in}
12 \newcommand{\indexit}[1]{#1\index{#1}}%
13 \newcommand{\pipe}[0]{$\|$\
}%
14 \definecolour{black
}{0}{0}{0}%
15 \definecolour{cyan
}{0}{255}{255}%
16 \definecolour{green
}{0}{255}{0}%
17 \definecolour{magenta
}{255}{0}{255}%
18 \definecolour{red
}{255}{0}{0}%
19 \definecolour{blue
}{0}{0}{200}%
20 \definecolour{yellow
}{255}{255}{0}%
21 \definecolour{white
}{255}{255}{255}%
24 % Remove this for processing with dvi2ps instead of dvips
25 %\special{!/@scaleunit 1 def}
28 \title{wxWindows
2.1: A portable C++ and Python GUI toolkit
}
29 \winhelponly{\author{by Julian Smart et al
30 %\winhelponly{\\$$\image{1cm;0cm}{wxwin.wmf}$$}
32 \winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin,
34 \date{November
8th
1999}
39 \pagestyle{fancyplain
}
40 \bibliographystyle{plain
}
41 \setheader{{\it CONTENTS
}}{}{}{}{}{{\it CONTENTS
}}
42 \setfooter{\thepage}{}{}{}{}{\thepage}%
46 % A special table of contents for the WinHelp manual
49 \chapter*
{wxWindows class library reference
}\label{winhelpcontents
}
55 \sethotspotcolour{off
}%
56 \sethotspotunderline{on
}%
58 \image{}{cpp.bmp
} \helpref{Alphabetical class reference
}{classref
}
60 \image{}{shelves.bmp
} \helpref{Classes by category
}{classesbycat
}
62 \image{}{book1.bmp
} \helpref{Topic overviews
}{overviews
}
64 \image{}{hand1.bmp
} \helpref{Guide to wxWindows
}{wxwinchapters
}
66 \sethotspotcolour{on
}%
67 \sethotspotunderline{on
}%
69 \chapter*
{Overview of wxWindows
}\label{wxwinchapters
}
71 \helpref{Introduction
}{introduction
}\\
72 %\helpref{Resource guide}{resguide}\\
73 %\helpref{Comparison with other GUI models}{comparison}\\
74 %\helpref{Multi-platform development with wxWindows}{multiplat}\\
75 %\helpref{Tutorial}{tutorial}\\
76 \helpref{The wxWindows resource system
}{resourceformats
}\\
77 \helpref{Utilities
}{utilities
}\\
78 \helpref{Programming strategies
}{strategies
}\\
79 \helpref{Bugs and future directions
}{bugs
}\\
80 \helpref{References
}{bibliography
}
84 \chapter*
{Copyright notice
}
85 \setheader{{\it COPYRIGHT
}}{}{}{}{}{{\it COPYRIGHT
}}%
86 \setfooter{\thepage}{}{}{}{}{\thepage}%
89 (c)
1999 Julian Smart, Robert Roebling, Vadim Zeitlin and other
90 members of the wxWindows team\\
91 Portions (c)
1996 Artificial Intelligence Applications Institute\\
94 Please see the wxWindows licence files (preamble.txt, lgpl.txt, gpl.txt, licence.txt,
95 licendoc.txt) for conditions of software and documentation use.
98 \helpinput{classes.tex
}
99 \helpinput{category.tex
}
100 \helpinput{topics.tex
}
101 \helpinput{wxhtml.tex
}
102 \helpinput{wxPython.tex
}
107 % Puts books in the bibliography without needing to cite them in the
117 \addcontentsline{toc
}{chapter
}{Bibliography
}
118 \setheader{{\it REFERENCES
}}{}{}{}{}{{\it REFERENCES
}}%
119 \setfooter{\thepage}{}{}{}{}{\thepage}%
123 % Note: In RTF, the \printindex must come before the
124 % change of header/footer, since the \printindex inserts
125 % the RTF \sect command which divides one chapter from
128 \addcontentsline{toc
}{chapter
}{Index
}
129 \setheader{{\it INDEX
}}{}{}{}{}{{\it INDEX
}}%
130 \setfooter{\thepage}{}{}{}{}{\thepage}
132 % In Latex, it must be this way around (I think)
133 \latexonly{\addcontentsline{toc
}{chapter
}{Index
}
134 \setheader{{\it INDEX
}}{}{}{}{}{{\it INDEX
}}%
135 \setfooter{\thepage}{}{}{}{}{\thepage}