1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
\documentclass{report}
\usepackage{epsfig}
\usepackage{float}
%[11pt,titlepage,psfig]{report}
% PRE-ALPHA VERSION: 12/9/97
% input macros
\newcommand{\RASPATH}{ps}
\newcommand{\INPUTPATH}{}
%\newcommand{\STYLEPATH}{/usr/local/lib/tex/inputs}
%\input{\INPUTPATH/macros}
%\input{\INPUTPATH/margins}
\input{macros}
\input{margins}
%\newcommand{\FIGPATH}{/usr/local/graphics/fig_inputs}
%\input{\FIGPATH/prepictex}
%\input{\FIGPATH/pictex}
%\input{\FIGPATH/postpictex}
%List all files which will be included
\includeonly{frontpage,intro,conventions,oneD,cmd,load,save,filesl,twoDmanifolds,twoD,color,contcolor,threeD,animation,options,print,orbits,continuation,contstate,fixedpoint,parserwin,ccode,porbit,snapshot,selected,browser,function,defaults,help,propagation,multiple,ds_def,parser,tips,dscolor,appendix,acknowledge,install,index}
%Generate the document
\makeindex
\begin{document}
\include{frontpage}
\tableofcontents
\listoffigures
%\listoftables
\include{intro}
\include{conventions}
%\include{tree}
\include{cmd}
\include{parserwin}
\include{ccode}
\include{save}
\include{load}
\include{filesl}
\include{print}
\include{oneD}
\include{twoD}
\include{color}
\include{contcolor}
%\include{options}
\include{snapshot}
\include{threeD}
\include{animation}
\include{selected}
\include{function}
\include{defaults}
\include{browser}
\include{orbits}
\include{propagation}
\include{multiple}
\include{fixedpoint}
%\include{twoDmanifolds}
\include{porbit}
\include{continuation}
\include{contstate}
\include{help}
\include{parser}
\include{tips}
\include{dscolor}
\include{ds_def}
%\include{install} % installation
\input{acknowledge}
\include{appendix}
\bibliographystyle{plain}
\bibliography{\INPUTPATH/refs/refs}
\include{index}
\end{document}
|