]>
Commit | Line | Data |
---|---|---|
0fc1a713 JS |
1 | \documentstyle[a4,makeidx,verbatim,texhelp,fancyhea,mysober,mytitle]{report} |
2 | \newcommand{\ogl}[0]{{OGL}} | |
3 | \input psbox.tex | |
4 | \parindent 0pt | |
5 | \parskip 11pt | |
6 | \title{Manual for Object Graphics Library 3.0} | |
7 | \author{Julian Smart} | |
8 | \date{July 1998} | |
9 | ||
10 | \makeindex | |
11 | \begin{document} | |
12 | \maketitle | |
13 | ||
14 | \pagestyle{fancyplain} | |
15 | \bibliographystyle{plain} | |
16 | \pagenumbering{roman} | |
17 | \setheader{{\it CONTENTS}}{}{}{}{}{{\it CONTENTS}} | |
18 | \setfooter{\thepage}{}{}{}{}{\thepage} | |
19 | \tableofcontents% | |
20 | ||
21 | \input{intro.tex} | |
22 | % | |
23 | \input{sample.tex} | |
24 | % | |
25 | \input{classes.tex} | |
26 | % | |
27 | \input{topics.tex} | |
28 | % | |
29 | \input{bugs.tex} | |
30 | % | |
31 | \input{changes.tex} | |
32 | ||
33 | % | |
34 | \addcontentsline{toc}{chapter}{Index} | |
35 | \setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}} | |
36 | \setfooter{\thepage}{}{}{}{}{\thepage}% | |
37 | \printindex | |
38 | \end{document} |