]>
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 | |
8 | \title{User Manual for wxWindows Dialog Editor Version 1.7} | |
9 | \winhelponly{\author{by Julian Smart, A.I. Applications Institute, University of Edinburgh\\}} | |
10 | \winhelpignore{\author{Julian Smart\\Artificial Intelligence Applications Institute\\ | |
11 | University of Edinburgh\\EH1 1HN} | |
12 | \date{March 1997} | |
13 | } | |
14 | \makeindex | |
15 | \begin{document} | |
16 | \maketitle | |
17 | \pagestyle{fancyplain} | |
18 | \bibliographystyle{plain} | |
19 | \setheader{{\it CONTENTS}}{}{}{}{}{{\it CONTENTS}} | |
20 | \setfooter{\thepage}{}{}{}{}{\thepage}% | |
21 | \pagenumbering{roman} | |
22 | \tableofcontents | |
23 | ||
24 | \chapter*{Copyright notice} | |
25 | \setheader{{\it COPYRIGHT}}{}{}{}{}{{\it COPYRIGHT}}% | |
26 | \setfooter{\thepage}{}{}{}{}{\thepage}% | |
27 | ||
28 | \begin{center} | |
29 | Copyright (c) 1996 Artificial Intelligence Applications Institute, | |
30 | The University of Edinburgh\\ | |
31 | \end{center} | |
32 | ||
33 | Permission to use, copy, modify, and distribute this software and its | |
34 | documentation for any purpose is hereby granted without fee, provided that the | |
35 | above copyright notice, author statement and this permission notice appear in | |
36 | all copies of this software and related documentation. | |
37 | ||
38 | THE SOFTWARE IS PROVIDED ``AS-IS'' AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, | |
39 | IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF | |
40 | MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. | |
41 | ||
42 | IN NO EVENT SHALL THE ARTIFICIAL INTELLIGENCE APPLICATIONS INSTITUTE OR THE | |
43 | UNIVERSITY OF EDINBURGH BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR | |
44 | CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM | |
45 | LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF | |
46 | DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH | |
47 | THE USE OR PERFORMANCE OF THIS SOFTWARE. | |
48 | ||
49 | \input{body.tex} | |
50 | \input{classes.tex} | |
51 | \input{changes.tex} | |
52 | \input{bugs.tex} | |
53 | \input{tech.tex} | |
54 | ||
55 | \newpage | |
56 | ||
57 | \addcontentsline{toc}{chapter}{Index} | |
58 | \setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}}% | |
59 | \setfooter{\thepage}{}{}{}{}{\thepage}% | |
60 | \printindex | |
61 | \end{document} |