23 lines
203 B
TeX
23 lines
203 B
TeX
|
|
\ifthenelse {\boolean{paper}}
|
|
{
|
|
\input{abstract}
|
|
\input{fmmd}
|
|
\input{introduction}
|
|
}
|
|
{
|
|
\input{introduction}
|
|
}
|
|
|
|
\input{topbot}
|
|
|
|
\input{sys_abs}
|
|
|
|
\input{process}
|
|
|
|
\input{algorithm}
|
|
|
|
\vspace{40pt}
|
|
\today
|
|
|