blob: da3c2352d3b737a4553da3abb57c1a358ca7a2bf (
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
|
# -*- mode: org; -*-
# Document number and rev in top-right header
#+LATEX_HEADER_EXTRA: \fancyhead[R]{\color{gray} \texttt{80000-XXX Rev. A}\\ \thedate \\ \texttt{\theauthor}}
# Increase spacing between header rule and main text body
#+LATEX: \rule[-16pt]{0pt}{16pt}\\
#+LATEX: \huge
#+LATEX: \bgroup
#+LATEX: \def\arraystretch{1.4}
#+LATEX: \noindent
#+ATTR_LATEX: :center nil
| \textsc{Document:} | =80000-XXX= |
| \textsc{Revision:} | =A= |
| \textsc{Program:} | XAC MA700 |
| \textsc{Title:} | \thetitle |
| \textsc{System:} | Water and Waste |
| \textsc{ATA No:} | =XXX= |
| \textsc{ECCN:} | =XXX= |
#+LATEX: \vfill
#+LATEX: \noindent
#+LATEX: \large
#+LATEX: \textbf{Original Signatures}
#+LATEX: \vspace{1.0cm}
#+LATEX: \noindent
#+ATTR_LATEX: :center nil
| *Prepared:* | \rule{6.6cm}{1pt} | *Date:* | \rule{2.4cm}{1pt} |
| | Marius Peter, Systems Test Engineer | | |
| | | | |
| *Checked:* | \rule{6.6cm}{1pt} | *Date:* | \rule{2.4cm}{1pt} |
| | Richard Bourne, Sr Systems Engineer | | |
| | | | |
| *Checked:* | \rule{6.6cm}{1pt} | *Date:* | \rule{2.4cm}{1pt} |
| | Jamie Orcutt, Integration Engineer | | |
| | | | |
| *Approved:* | \rule{6.6cm}{1pt} | *Date:* | \rule{2.4cm}{1pt} |
| | Ying Huang-Isella, Chief Engineer | | |
#+LATEX: \egroup
#+LATEX: \normalsize
#+LATEX: \clearpage
#+LATEX: \setcounter{tocdepth}{2}\tableofcontents
#+LATEX: \listoffigures
#+LATEX: \listoftables
#+LATEX: \clearpage
|