summaryrefslogtreecommitdiff
path: root/macros/latex209/contrib/misc/sc21-wg1.sty
blob: c52003945dd6bf106949d9a6fbf75a78aa8df39a (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
% ISO/TC97/SC21 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 cover page appropriate for
% ISO/TC97/SC21 documents.
%
% In addition to the normal \title, \author (will give rise to the
% source of the document) and \date commands, three further values
% should be set. These are:
%
% \nnumber{NNN}
% The N Number of the document. Put something like \nnumber{\sl XXXX},
% if you are not sure of the number.
%
% \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\nnumber#1{\def\@nnumber{{#1}}} \nnumber{\em NNNN}
\def\project#1{\def\@project{{#1}}} \project{\em 97.21.NN} 
\def\status#1{\def\@status{{#1}}}   \status{\em status unset}

\def\maketitle{\begin{titlepage}
 \setcounter{page}{0}
 \begin{flushright}
     \shortstack[l]{ ISO/TC 97/SC 21 N {\LARGE \bf \@nnumber} \\
		     {\sl Project: \@status} \\
		     Date: \@date}
 \end{flushright}
 \vfil
 \begin{center}
   {\LARGE I S O } \\[3ex]
   {\Large \sc International Organisation for Standardisation } \\[2ex]
   {\Large \sc Organisation Internationale de Normalisation } \\[5ex]
   \fbox{
       \shortstack{
           {\Huge ISO/TC 97/SC 21} \\[1ex]
	   {\Huge WG 1} \\[2ex]
           {\LARGE OSI --- Architecture}
       }
   }
 \end{center}
 \vskip 70pt                   % To adjust centering.
 \begin{Large}
   \begin{description}
     \item[TITLE:] \@title
     \item[SOURCE:] \@author
     \item[DATE:] \@date
     \item[PROJECT:] \@project
     \item[STATUS:] \@status
   \end{description}
 \end{Large}
 \vfil
\null
\end{titlepage}
}