]> git.saurik.com Git - wxWidgets.git/blob - contrib/docs/latex/ogl/ogl.tex
Added OGL to contrib
[wxWidgets.git] / contrib / docs / latex / ogl / ogl.tex
1 \documentstyle[a4,makeidx,verbatim,texhelp,fancyhea,mysober,mytitle]{report}
2 \newcommand{\ogl}[0]{{OGL}}%
3 \definecolour{black}{0}{0}{0}%
4 \definecolour{cyan}{0}{255}{255}%
5 \definecolour{green}{0}{255}{0}%
6 \definecolour{magenta}{255}{0}{255}%
7 \definecolour{red}{255}{0}{0}%
8 \definecolour{blue}{0}{0}{200}%
9 \definecolour{yellow}{255}{255}{0}%
10 \definecolour{white}{255}{255}{255}%
11 \input psbox.tex
12 \parindent 0pt
13 \parskip 11pt
14 \title{Object Graphics Library 3.0}
15 \author{Julian Smart}
16 \date{September 1998}
17
18 \makeindex
19 \begin{document}
20 \maketitle
21
22 \pagestyle{fancyplain}
23 \bibliographystyle{plain}
24 \pagenumbering{roman}
25 \setheader{{\it CONTENTS}}{}{}{}{}{{\it CONTENTS}}
26 \setfooter{\thepage}{}{}{}{}{\thepage}
27 \tableofcontents%
28
29 \input{intro.tex}
30 %
31 \input{sample.tex}
32 %
33 \input{classes.tex}
34 %
35 \input{topics.tex}
36 %
37 \input{bugs.tex}
38 %
39 \input{changes.tex}
40
41 %
42 \addcontentsline{toc}{chapter}{Index}
43 \setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}}
44 \setfooter{\thepage}{}{}{}{}{\thepage}%
45 \printindex
46 \end{document}