N.L.C. Talbot
19 November 2005
This package is distributed with the files nrps.dtx and nrps.ins. To extract the code do:
latex nrps.insThis will create the file nrps.cls and a sample file. Place nrps.cls somewhere where LaTeX will find it (e.g. texmf/tex/latex/nrps/) Remember to refresh the TeX database (using texhash under Linux, for other operating systems check the manual.)
The nrps class file requires the flowfram package. This can be downloaded from http://theoval.cmp.uea.ac.uk/~nlct/latex/packages/index.html#flowfram.
All text should be entered either as the argument of one of the commands described below, or as the contents of one of the environments described below. Once all the information has been entered, the form can be generated using the command
\makeformTo generate a blank version of the form, just do:
\documentclass{nrps} \begin{document} \makeform \end{document}The form information is entered using the following commands and environments:
\title{
text}
\collaborator{
name}{
school/institute}{
ext}
\collaborator
command. Example:
\collaborator{Dr A Person}{CMP}{1234} \collaborator{Dr AN Other}{IFR}{5678}
\queries{
text}
\begin{projectdescription}
\begin{justify}
\begin{strategy}
\notsubmitted
\submitted{
text}
\notsubmitted
to answer
``NO'' and use the command \submitted{
text}
to answer ``YES'', where text is the required information.
\begin{training}
\begin{monitoring}
\noresources{
text}
\resources
\noresources{
text}
to answer ``NO'' where
text is the required information, and use the command
\resources
to answer ``YES''.
\begin{students}
You have omitted the command \makeform
.
You've probably put the command \makeform
in the wrong
place. Remember that you can't make the complete form until
all the information has been entered. Make sure that
\makeform
is at the end of the document environment.
Check you have used the correct command or environment, and make sure you don't have any text outside of any of the above mentioned commands or environments.
First make sure you have used the correct command (e.g.
\submitted
or \resources
), and make
sure you haven't then used the ``NO'' command after it
(e.g. \notsubmitted
or \noresources
).
Reverse the previous answer.