]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/manual.tex
documented Harm's changes to wxHTML help
[wxWidgets.git] / docs / latex / wx / manual.tex
CommitLineData
b8de493f 1\documentstyle[a4,11pt,makeidx,verbatim,texhelp,fancyheadings,palatino]{report}
62448488 2% JACS: doesn't make it through Tex2RTF, sorry. I'll put it into texhelp.sty
81d66cf3 3% since Tex2RTF doesn't parse it.
b8de493f 4% BTW, style MUST be report for it to work for Tex2RTF.
e14dccff 5%KB:
81d66cf3
JS
6%\addtolength{\textwidth}{1in}
7%\addtolength{\oddsidemargin}{-0.5in}
8%\addtolength{\topmargin}{-0.5in}
9%\addtolength{\textheight}{1in}
10%\sloppy
e14dccff 11%end of my changes
a660d684
KB
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}%
22%
23\input psbox.tex
24% Remove this for processing with dvi2ps instead of dvips
25%\special{!/@scaleunit 1 def}
26\parskip=10pt
27\parindent=0pt
ac1edf35 28\title{wxWindows 2.1: a portable C++ GUI toolkit}
750b78ba 29\winhelponly{\author{by Julian Smart et al
a660d684
KB
30%\winhelponly{\\$$\image{1cm;0cm}{wxwin.wmf}$$}
31}}
91b8de8d 32\winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin et al}
a6f3598d 33\date{August 27th 1999}
a660d684
KB
34}
35\makeindex
36\begin{document}
37\maketitle
38\pagestyle{fancyplain}
39\bibliographystyle{plain}
40\setheader{{\it CONTENTS}}{}{}{}{}{{\it CONTENTS}}
41\setfooter{\thepage}{}{}{}{}{\thepage}%
42\pagenumbering{roman}
43\tableofcontents
44
45% A special table of contents for the WinHelp manual
46\begin{comment}
47\winhelponly{
48\chapter*{wxWindows class library reference}\label{winhelpcontents}
49
50\center{
51%\image{}{wxwin.wmf}
52}%
53
54\sethotspotcolour{off}%
55\sethotspotunderline{on}%
56\large{
57\image{}{cpp.bmp} \helpref{Alphabetical class reference}{classref}
58
59\image{}{shelves.bmp} \helpref{Classes by category}{classesbycat}
60
61\image{}{book1.bmp} \helpref{Topic overviews}{overviews}
62
63\image{}{hand1.bmp} \helpref{Guide to wxWindows}{wxwinchapters}
64}
65\sethotspotcolour{on}%
66\sethotspotunderline{on}%
67
68\chapter*{Overview of wxWindows}\label{wxwinchapters}
69
70\helpref{Introduction}{introduction}\\
71%\helpref{Resource guide}{resguide}\\
72%\helpref{Comparison with other GUI models}{comparison}\\
73%\helpref{Multi-platform development with wxWindows}{multiplat}\\
74%\helpref{Tutorial}{tutorial}\\
75\helpref{The wxWindows resource system}{resourceformats}\\
76\helpref{Utilities}{utilities}\\
77\helpref{Programming strategies}{strategies}\\
78\helpref{Bugs and future directions}{bugs}\\
79\helpref{References}{bibliography}
80}
81\end{comment}
82
83\chapter*{Copyright notice}
84\setheader{{\it COPYRIGHT}}{}{}{}{}{{\it COPYRIGHT}}%
85\setfooter{\thepage}{}{}{}{}{\thepage}%
86
87\begin{center}
448af9a4 88Copyright \copyright{} 1999 Julian Smart, Robert Roebling, Vadim Zeitlin and other
bd0df01f 89members of the wxWindows team\\
06d20283 90Portions \copyright{} 1996 Artificial Intelligence Applications Institute\\
a660d684
KB
91\end{center}
92
62448488
JS
93Please see the wxWindows licence files (preamble.txt, lgpl.txt, gpl.txt, licence.txt,
94licendoc.txt) for conditions of software and documentation use.
a660d684
KB
95
96\input{body.tex}
97\helpinput{classes.tex}
98\helpinput{category.tex}
99\helpinput{topics.tex}
b453e1b2 100\helpinput{wxhtml.tex}
06d20283 101\helpinput{wxPython.tex}
a660d684 102
bd0df01f 103\begin{comment}
a660d684
KB
104\newpage
105
106% Puts books in the bibliography without needing to cite them in the
107% text
108\nocite{helpbook}%
109\nocite{wong93}%
110\nocite{pree94}%
111\nocite{gamma95}%
112\nocite{smart95a}%
113\nocite{smart95b}%
114
115\bibliography{refs}
116\addcontentsline{toc}{chapter}{Bibliography}
117\setheader{{\it REFERENCES}}{}{}{}{}{{\it REFERENCES}}%
118\setfooter{\thepage}{}{}{}{}{\thepage}%
bd0df01f 119\end{comment}
a660d684
KB
120
121\newpage
62448488
JS
122% Note: In RTF, the \printindex must come before the
123% change of header/footer, since the \printindex inserts
124% the RTF \sect command which divides one chapter from
125% the next.
126\rtfonly{\printindex
a660d684
KB
127\addcontentsline{toc}{chapter}{Index}
128\setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}}%
62448488
JS
129\setfooter{\thepage}{}{}{}{}{\thepage}
130}
131% In Latex, it must be this way around (I think)
132\latexonly{\addcontentsline{toc}{chapter}{Index}
133\setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}}%
134\setfooter{\thepage}{}{}{}{}{\thepage}
a660d684 135\printindex
62448488
JS
136}
137
a660d684 138\end{document}