On Thu, Dec 12, 2002 at 12:10:22PM -0500, Diab Jerius wrote:
> I'm trying to create a layout for a memo style which requires the
> following Format:
> \begin{document}
>
> \From{<From>}
> \To{<To>}
> \Subject{<Subject>}
> \ShortSubj{<Subject for page headers>}
> \RE{<In Regards to>}
> \Cc{<Carbon Copy list>}
> \File{<File name>}
> \Version{<Version>}
>
> \memo{}
>
> The problem is that \memo{} MUST appear after the field
> specifications, but before the memo text. That's the macro which
> outputs the memo header.
Add
InTitle 1
to all the fields layout.
This will add a \maketitle command after the all the field layouts.
Additionally, add the the layout file
Preamble
\let\maketitle=\memo
EndPreamble