]>
Commit | Line | Data |
---|---|---|
a660d684 | 1 | \documentstyle[a4,makeidx,verbatim,texhelp,fancyhea,mysober,mytitle]{report} |
a660d684 KB |
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 | |
f6bcfd97 | 7 | \title{User Manual for Dialog Editor Version 2.1} |
2dc5505e | 8 | \winhelpignore{\author{Julian Smart, Anthemion Software} |
f6bcfd97 | 9 | \date{April 2000} |
a660d684 KB |
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} | |
f6bcfd97 | 26 | Copyright (c) 2000 Julian Smart, Anthemion Software |
a660d684 KB |
27 | \end{center} |
28 | ||
2dc5505e | 29 | Please see the wxWindows licence for conditions of use. |
a660d684 KB |
30 | |
31 | \input{body.tex} | |
a660d684 KB |
32 | \input{changes.tex} |
33 | \input{bugs.tex} | |
34 | \input{tech.tex} | |
35 | ||
e3a43801 JS |
36 | %\newpage |
37 | % | |
2dc5505e JS |
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} | |
a660d684 KB |
44 | \setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}}% |
45 | \setfooter{\thepage}{}{}{}{}{\thepage}% | |
2dc5505e | 46 | } |
a660d684 | 47 | \end{document} |
2dc5505e | 48 |