\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}