1
0
Fork 0

Extracted raterspec document structure into separate source file

master
Mike Gerwitz 2014-05-16 09:43:45 -04:00
parent bf20425c75
commit 2945e5fd2a
1 changed files with 11 additions and 33 deletions

View File

@ -60,8 +60,6 @@
\input{raterspec/sec/rater-dfn} \input{raterspec/sec/rater-dfn}
} }
%% note: \pnumoff and \pnumon are temporary kluges (...hopefully)
%% %%
% Beginning of document % Beginning of document
@ -94,33 +92,19 @@
\fi \fi
\global\let\@@madespec1 \global\let\@@madespec1
\input{raterspec/parts}
\pnumoff\part{General System}\pnumon
\chapter{Host Environment}
\input{raterspec/sec/hostenv}
\chapter{Input Data}
\index{input data|(}
\input{raterspec/sec/input}
% implementation-specific parameter types
\section{Program-Specific Parameter Types}
\sectiondept{it/uw}
\@raterspec@inputtypes
\index{input data|)}
\chapter{Input Parameters}
\index{input data!parameters|(}
\index{parameter|(}
\input{raterspec/sec/params}
\@raterspec@inputparams
\index{input data!parameters|)}
\index{parameter|)}
} }
\AtEndDocument{
\ifx\@@madespec0
\PackageError{raterspec}{\protect\makespec\space was not called}
\fi
}
%%
% Document hooks
%%
\@raterspec@mkhook{inputtypes}{input types} \@raterspec@mkhook{inputtypes}{input types}
{% {%
@ -136,12 +120,6 @@
{} {}
{} {}
\AtEndDocument{
\ifx\@@madespec0
\PackageError{raterspec}{\protect\makespec\space was not called}
\fi
}
%% %%