View raw

1 # -*- mode: org; eval: (visual-line-mode); -*- # 2 3 # Document number and rev in top-right header 4 #+LATEX_HEADER_EXTRA: \fancyhead[R]{\texttt{80000-XXX Rev. A}\\ \thedate \\ \texttt{\theauthor}} 5 # Increase spacing between header rule and main text body 6 #+LATEX: \rule[-16pt]{0pt}{16pt}\\ 7 #+LATEX: \bgroup 8 #+LATEX: \huge 9 #+LATEX: \def\arraystretch{1.4} 10 #+LATEX: \noindent 11 #+ATTR_LATEX: :center nil 12 | \textsc{Document:} | =80000-XXX= | 13 | \textsc{Revision:} | A | 14 | \textsc{Program:} | XAC MA700 | 15 | \textsc{Title:} | \thetitle | 16 | \textsc{System:} | Water and Waste | 17 | \textsc{ATA No:} | XXX | 18 | \textsc{ECCN:} | XXX | 19 20 #+LATEX: \vfill 21 #+LATEX: \noindent 22 #+LATEX: \large 23 #+LATEX: \textbf{Original Signatures} 24 #+LATEX: \vspace{1.0cm} 25 26 #+LATEX: \noindent 27 #+ATTR_LATEX: :center nil 28 | *Prepared:* | \rule{8.0cm}{1pt} | *Date:* | \rule{3.0cm}{1pt} | 29 | | Marius Peter, Systems Test Engineer | | | 30 | | | | | 31 | *Checked:* | \rule{8.0cm}{1pt} | *Date:* | \rule{3.0cm}{1pt} | 32 | | Richard Bourne, Sr Systems Engineer | | | 33 | | | | | 34 | *Approved:* | \rule{8.0cm}{1pt} | *Date:* | \rule{3.0cm}{1pt} | 35 | | Ying Huang-Isella, Chief Engineer | | | 36 #+LATEX: \egroup 37 38 #+LATEX: \clearpage 39 #+LATEX: \tableofcontents 40 #+LATEX: \listoffigures 41 #+LATEX: \listoftables 42 #+LATEX: \clearpage 43