a097c93d4f
uses wxINVERT instead of wxXOR a couple minor tweaks VC makefiles now use Debug and Release for object files depending on FINAL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
47 lines
1000 B
TeX
47 lines
1000 B
TeX
\documentstyle[a4,makeidx,verbatim,texhelp,fancyhea,mysober,mytitle]{report}
|
|
\newcommand{\ogl}[0]{{OGL}}%
|
|
\definecolour{black}{0}{0}{0}%
|
|
\definecolour{cyan}{0}{255}{255}%
|
|
\definecolour{green}{0}{255}{0}%
|
|
\definecolour{magenta}{255}{0}{255}%
|
|
\definecolour{red}{255}{0}{0}%
|
|
\definecolour{blue}{0}{0}{200}%
|
|
\definecolour{yellow}{255}{255}{0}%
|
|
\definecolour{white}{255}{255}{255}%
|
|
\input psbox.tex
|
|
\parindent 0pt
|
|
\parskip 11pt
|
|
\title{Object Graphics Library 3.0}
|
|
\author{Julian Smart}
|
|
\date{September 1998}
|
|
|
|
\makeindex
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
\pagestyle{fancyplain}
|
|
\bibliographystyle{plain}
|
|
\pagenumbering{roman}
|
|
\setheader{{\it CONTENTS}}{}{}{}{}{{\it CONTENTS}}
|
|
\setfooter{\thepage}{}{}{}{}{\thepage}
|
|
\tableofcontents%
|
|
|
|
\input{intro.tex}
|
|
%
|
|
\input{sample.tex}
|
|
%
|
|
\input{classes.tex}
|
|
%
|
|
\input{topics.tex}
|
|
%
|
|
\input{bugs.tex}
|
|
%
|
|
\input{changes.tex}
|
|
|
|
%
|
|
\addcontentsline{toc}{chapter}{Index}
|
|
\setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}}
|
|
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
\printindex
|
|
\end{document}
|