View raw

1 # -*- mode: org; -*- # 2 3 # Document number and rev in top-right header 4 #+LATEX_HEADER_EXTRA: \fancyhead[R]{\texttt{[Generic] Draft 1}\\ \thedate} 5 # Increase spacing between header rule and main text body 6 #+LATEX: \rule[-16pt]{0pt}{16pt}\\ 7 #+LATEX: \huge 8 #+LATEX: \bgroup 9 #+LATEX: \def\arraystretch{1.4} 10 #+LATEX: \noindent 11 #+ATTR_LATEX: :center nil 12 | \textsc{Document} | =[Generic] Draft 1= | 13 | \textsc{Program} | =<Default>= | 14 | \textsc{Title} | \thetitle | 15 | \textsc{System} | Water and Waste | 16 | \textsc{Product} | =<Default>= | 17 | \textsc{ATA No} | =<Default>= | 18 | \textsc{ECCN} | =<Default>= | 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{7.0cm}{1pt} | *Date:* | \rule{3.0cm}{1pt} | 29 | | Marius Peter, Systems Test Engineer | | | 30 | | | | | 31 | *Checked:* | \rule{7.0cm}{1pt} | *Date:* | \rule{3.0cm}{1pt} | 32 | | Checker | | | 33 | | | | | 34 | *Approved:* | \rule{7.0cm}{1pt} | *Date:* | \rule{3.0cm}{1pt} | 35 | | Approver | | | 36 #+LATEX: \egroup 37 38 #+LATEX: \normalsize 39 #+LATEX: \clearpage 40 #+LATEX: \tableofcontents 41 #+LATEX: \listoffigures 42 #+LATEX: \listoftables 43 #+LATEX: \clearpage 44