1998-05-20 10:25:30 -04:00
|
|
|
\documentstyle[a4,makeidx,verbatim,texhelp,fancyhea,mysober,mytitle]{report}
|
|
|
|
\input psbox.tex
|
|
|
|
% Remove this for processing with dvi2ps instead of dvips
|
|
|
|
%\special{!/@scaleunit 1 def}
|
|
|
|
\parskip=10pt
|
|
|
|
\parindent=0pt
|
2000-07-15 15:51:35 -04:00
|
|
|
\title{User Manual for Dialog Editor Version 2.1}
|
1998-12-31 13:18:56 -05:00
|
|
|
\winhelpignore{\author{Julian Smart, Anthemion Software}
|
2000-07-15 15:51:35 -04:00
|
|
|
\date{April 2000}
|
1998-05-20 10:25:30 -04:00
|
|
|
}
|
|
|
|
\makeindex
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\pagestyle{fancyplain}
|
|
|
|
\bibliographystyle{plain}
|
|
|
|
\setheader{{\it CONTENTS}}{}{}{}{}{{\it CONTENTS}}
|
|
|
|
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
|
|
\pagenumbering{roman}
|
|
|
|
\tableofcontents
|
|
|
|
|
|
|
|
\chapter*{Copyright notice}
|
|
|
|
\setheader{{\it COPYRIGHT}}{}{}{}{}{{\it COPYRIGHT}}%
|
|
|
|
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
|
|
|
|
|
|
\begin{center}
|
2000-07-15 15:51:35 -04:00
|
|
|
Copyright (c) 2000 Julian Smart, Anthemion Software
|
1998-05-20 10:25:30 -04:00
|
|
|
\end{center}
|
|
|
|
|
1998-12-31 13:18:56 -05:00
|
|
|
Please see the wxWindows licence for conditions of use.
|
1998-05-20 10:25:30 -04:00
|
|
|
|
|
|
|
\input{body.tex}
|
|
|
|
\input{changes.tex}
|
|
|
|
\input{bugs.tex}
|
|
|
|
\input{tech.tex}
|
|
|
|
|
1998-12-31 11:15:45 -05:00
|
|
|
%\newpage
|
|
|
|
%
|
1998-12-31 13:18:56 -05:00
|
|
|
% Note: In RTF, the \printindex must come before the
|
|
|
|
% change of header/footer, since the \printindex inserts
|
|
|
|
% the RTF \sect command which divides one chapter from
|
|
|
|
% the next.
|
|
|
|
\rtfonly{\printindex
|
|
|
|
\addcontentsline{toc}{chapter}{Index}
|
1998-05-20 10:25:30 -04:00
|
|
|
\setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}}%
|
|
|
|
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
1998-12-31 13:18:56 -05:00
|
|
|
}
|
1998-05-20 10:25:30 -04:00
|
|
|
\end{document}
|
1998-12-31 13:18:56 -05:00
|
|
|
|