summaryrefslogtreecommitdiff
path: root/macros/latex209/contrib/bookform/bookform.tex
blob: de2fe12c830e75dbffe958cbfc724293316ab69d (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
\documentstyle[12pt]{bookform}
\documentnumber{DO 1000}
\documentdate{\today}
\title{Document Title\\
\docnumber \\         % DO NOT DELETE \docnumber or
\docdate \\           % \docdate.
Contract XXXXXX \\    % The contract or PO number must be filled in.
Data Item No. XXX  \\ % The data item number must be filled in.
}

\begin{document}

\begin{titlepage}
\maketitle
\end{titlepage}

\cleardoublepage
%
% Page 1 reserved for revision history page
%
\setcounter{page}{2}
\tableofcontents
\newpage

% Since all bookform documents don't necessarily follow the same
% section structure, the author must layout the document as desired.

\section{Scope}

This is the scope of this document.

\section{Applicable Documents}

The following documents are applicable:
\begin{documentlist}
\item[MIL-STD-490\\Notice 1] Title of MIL-STD-490 \\

\item[MIL-S-52779] Title of MIL-S-52779
\end{documentlist}

\section{Next Section}

\subsection{First subsection}

\appendix

\section{Appendix}

The \verb"\appendix" command redefines the \verb"\section" command to produce
appendices as shown here.

\section{Another Appendix} 

\end{document}