]>
Commit | Line | Data |
---|---|---|
a660d684 KB |
1 | \documentstyle[a4,makeidx,verbatim,texhelp,fancyhea,mysober,mytitle]{report} |
2 | \latexonly{\newcommand{\icon}[2]{\image{1cm;0cm}{#1}}} | |
3 | \input psbox.tex | |
4 | % Remove this for processing with dvi2ps instead of dvips | |
5 | %\special{!/@scaleunit 1 def} | |
6 | \parskip=10pt | |
7 | \parindent=0pt | |
e3a43801 JS |
8 | \title{User Manual for wxWindows Dialog Editor Version 2.0} |
9 | \winhelponly{\author{by Julian Smart, Anthemion Software} | |
10 | \date{December 1998} | |
a660d684 KB |
11 | } |
12 | \makeindex | |
13 | \begin{document} | |
14 | \maketitle | |
15 | \pagestyle{fancyplain} | |
16 | \bibliographystyle{plain} | |
17 | \setheader{{\it CONTENTS}}{}{}{}{}{{\it CONTENTS}} | |
18 | \setfooter{\thepage}{}{}{}{}{\thepage}% | |
19 | \pagenumbering{roman} | |
20 | \tableofcontents | |
21 | ||
22 | \chapter*{Copyright notice} | |
23 | \setheader{{\it COPYRIGHT}}{}{}{}{}{{\it COPYRIGHT}}% | |
24 | \setfooter{\thepage}{}{}{}{}{\thepage}% | |
25 | ||
26 | \begin{center} | |
e3a43801 | 27 | Copyright (c) 1998 Julian Smart et al |
a660d684 KB |
28 | \end{center} |
29 | ||
e3a43801 | 30 | Please see the wxWindows licence for licensing details. |
a660d684 KB |
31 | |
32 | \input{body.tex} | |
a660d684 KB |
33 | \input{changes.tex} |
34 | \input{bugs.tex} | |
35 | \input{tech.tex} | |
36 | ||
e3a43801 JS |
37 | %\newpage |
38 | % | |
39 | \addcontentsline{toc}{chapter}{Index}% | |
40 | \printindex% | |
a660d684 KB |
41 | \setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}}% |
42 | \setfooter{\thepage}{}{}{}{}{\thepage}% | |
a660d684 | 43 | \end{document} |