e3a43801df
changes.txt files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
48 lines
1.3 KiB
TeX
48 lines
1.3 KiB
TeX
\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
|
|
\title{User Manual for wxWindows Property Sheet Classes Version 2.0}
|
|
\winhelponly{\author{by Julian Smart, Anthemion Software\\$$\image{}{prop1}$$}}
|
|
\winhelpignore{\author{Julian Smart, Anthemion Software}
|
|
\date{December 1998}
|
|
}
|
|
\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}
|
|
Copyright (c) 1998 Julian Smart, Anthemion Software
|
|
\end{center}
|
|
|
|
Please see the wxWindows licence for conditions of use.
|
|
|
|
\input{body.tex}
|
|
\input{classes.tex}
|
|
\input{changes.tex}
|
|
|
|
%\newpage
|
|
%
|
|
% 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}
|
|
\setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}}%
|
|
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
}
|
|
\end{document}
|