]>
Commit | Line | Data |
---|---|---|
1 | \documentstyle[a4,makeidx,verbatim,texhelp,fancyhea,mysober,mytitle]{report} | |
2 | \input psbox.tex | |
3 | % Remove this for processing with dvi2ps instead of dvips | |
4 | %\special{!/@scaleunit 1 def} | |
5 | \parskip=10pt | |
6 | \parindent=0pt | |
7 | \title{User Manual for Dialog Editor Version 2.1} | |
8 | \winhelpignore{\author{Julian Smart, Anthemion Software} | |
9 | \date{April 2000} | |
10 | } | |
11 | \makeindex | |
12 | \begin{document} | |
13 | \maketitle | |
14 | \pagestyle{fancyplain} | |
15 | \bibliographystyle{plain} | |
16 | \setheader{{\it CONTENTS}}{}{}{}{}{{\it CONTENTS}} | |
17 | \setfooter{\thepage}{}{}{}{}{\thepage}% | |
18 | \pagenumbering{roman} | |
19 | \tableofcontents | |
20 | ||
21 | \chapter*{Copyright notice} | |
22 | \setheader{{\it COPYRIGHT}}{}{}{}{}{{\it COPYRIGHT}}% | |
23 | \setfooter{\thepage}{}{}{}{}{\thepage}% | |
24 | ||
25 | \begin{center} | |
26 | Copyright (c) 2000 Julian Smart, Anthemion Software | |
27 | \end{center} | |
28 | ||
29 | Please see the wxWindows licence for conditions of use. | |
30 | ||
31 | \input{body.tex} | |
32 | \input{changes.tex} | |
33 | \input{bugs.tex} | |
34 | \input{tech.tex} | |
35 | ||
36 | %\newpage | |
37 | % | |
38 | % Note: In RTF, the \printindex must come before the | |
39 | % change of header/footer, since the \printindex inserts | |
40 | % the RTF \sect command which divides one chapter from | |
41 | % the next. | |
42 | \rtfonly{\printindex | |
43 | \addcontentsline{toc}{chapter}{Index} | |
44 | \setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}}% | |
45 | \setfooter{\thepage}{}{}{}{}{\thepage}% | |
46 | } | |
47 | \end{document} | |
48 |