0fc1a7137c
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
39 lines
734 B
TeX
39 lines
734 B
TeX
\documentstyle[a4,makeidx,verbatim,texhelp,fancyhea,mysober,mytitle]{report}
|
|
\newcommand{\ogl}[0]{{OGL}}
|
|
\input psbox.tex
|
|
\parindent 0pt
|
|
\parskip 11pt
|
|
\title{Manual for Object Graphics Library 3.0}
|
|
\author{Julian Smart}
|
|
\date{July 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}
|