]>
Commit | Line | Data |
---|---|---|
1 | \documentstyle[a4,makeidx,verbatim,texhelp,fancyheadings]{report} | |
2 | \definecolour{black}{0}{0}{0}% | |
3 | \definecolour{cyan}{0}{255}{255}% | |
4 | \definecolour{green}{0}{255}{0}% | |
5 | \definecolour{magenta}{255}{0}{255}% | |
6 | \definecolour{red}{255}{0}{0}% | |
7 | \definecolour{blue}{0}{0}{200}% | |
8 | \definecolour{yellow}{255}{255}{0}% | |
9 | \definecolour{white}{255}{255}{255}% | |
10 | \input psbox.tex | |
11 | \parindent 0pt | |
12 | \parskip 11pt | |
13 | \title{MMedia for wxWindows} | |
14 | \author{Guilhem Lavaux} | |
15 | \date{March 2000} | |
16 | ||
17 | \makeindex | |
18 | \begin{document} | |
19 | \maketitle | |
20 | ||
21 | \pagestyle{fancyplain} | |
22 | \bibliographystyle{plain} | |
23 | \pagenumbering{roman} | |
24 | \setheader{{\it CONTENTS}}{}{}{}{}{{\it CONTENTS}} | |
25 | \setfooter{\thepage}{}{}{}{}{\thepage} | |
26 | \tableofcontents% | |
27 | ||
28 | \input{intro.tex} | |
29 | % | |
30 | \input{sample.tex} | |
31 | % | |
32 | \input{classes.tex} | |
33 | % | |
34 | \input{topics.tex} | |
35 | % | |
36 | \input{bugs.tex} | |
37 | % | |
38 | \input{changes.tex} | |
39 | ||
40 | % | |
41 | \addcontentsline{toc}{chapter}{Index} | |
42 | \setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}} | |
43 | \setfooter{\thepage}{}{}{}{}{\thepage}% | |
44 | \printindex | |
45 | \end{document} |