summaryrefslogtreecommitdiff
path: root/macros/latex209/contrib/misc/ist21.sty
blob: 487a2d28b751648b1ea234be96be02cec302895b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
% IST21 DOCUMENT-STYPE OPTION -  Wed May 20 17:07:56 BST 1987
%
% derived from
%
% TITLEPAGE DOCUMENT-STYLE OPTION - released 27 January 1985
%    for LaTeX version 2.09
% Copyright (C) 1985 by Leslie Lamport
%
% This style option produces a title appropriate for BSI IST/21 documents,
% and general memos.
%
% In addition to the normal \title, \author (will give rise to the
% source of the document) and \date commands, two further values
% should be set. These are:
%
% \project{Project Reference}
% The project reference for the document. For example,
% \project{97.21.23} or \project{97.21.9 Q45}
%
% \status{Document Status}
% For example \status{UK Position} or \status{UK Expert Contribution}

\def\project#1{\def\@project{{#1}}} \project{\em 97.21.NN} 
\def\status#1{\def\@status{{#1}}}   \status{\em status unset}

\def\maketitle{
 \setcounter{page}{0}
 \begin{Large}
   \begin{description}
     \item[TITLE:] \@title
     \item[SOURCE:] \@author
     \item[DATE:] \@date
     \item[PROJECT:] \@project
     \item[STATUS:] \@status
   \end{description}
 \end{Large}
\bigskip
\null
}