You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
572 B
38 lines
572 B
2 years ago
|
%%% \includeonly{
|
||
|
%%% abatitle,
|
||
|
%%% abaintro,
|
||
|
%%% abacmd,
|
||
|
%%% abatrans,
|
||
|
%%% abaerr,
|
||
|
%%% abaexec,
|
||
|
%%% abaref,
|
||
|
%%% abaqus,
|
||
|
%%% abasite,
|
||
|
%%% ../include/appxexodus,
|
||
|
%%% ../include/distrinter}
|
||
|
%
|
||
|
\documentstyle[twoside,12pt,chapter]{sreport}
|
||
|
%
|
||
|
\begin{document}
|
||
|
%
|
||
|
\input{../include/setup}
|
||
|
\newcommand{\PROGRAM}{ABAEXO}
|
||
|
%
|
||
|
\include{abatitle}
|
||
|
\include{abaintro}
|
||
|
\include{abacmd}
|
||
|
\include{abatrans}
|
||
|
\include{abaerr}
|
||
|
\include{abaexec}
|
||
|
\include{abaref}
|
||
|
%
|
||
|
\appendix
|
||
|
%
|
||
|
\include{abaqus}
|
||
|
\include{../include/appxexodus}
|
||
|
\include{abasite}
|
||
|
%
|
||
|
\include{../include/distrinter}
|
||
|
%
|
||
|
\end{document}
|