summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-08-12 18:13:11 -0700
committerBlendoit <blendoit@gmail.com>2020-08-12 18:13:11 -0700
commitde0a93daf707f76a9a0f1a964661fc38729e41b0 (patch)
treec7150c7ef34e5d97c2112c4c103ab300739357de /templates
parent0898dcd51db89960e9bd44bed98ca138d51c8969 (diff)
Default font is now Hack.
Diffstat (limited to 'templates')
-rw-r--r--templates/documents/general.org34
-rw-r--r--templates/documents/general.org_title14
-rw-r--r--templates/documents/safran-report-MA700.org_title43
-rw-r--r--templates/documents/safran-report.org24
4 files changed, 115 insertions, 0 deletions
diff --git a/templates/documents/general.org b/templates/documents/general.org
new file mode 100644
index 0000000..1bca0b2
--- /dev/null
+++ b/templates/documents/general.org
@@ -0,0 +1,34 @@
+# -*- mode: org; -*-
+
+#+OPTIONS: tags:nil
+
+#+LATEX_CLASS: article
+
+#+LATEX_HEADER: \usepackage[left=1in,right=1in,top=1in,bottom=1.75in]{geometry}
+#+LATEX_HEADER: \usepackage{fourier}
+
+#+LATEX_HEADER: \usepackage{caption}
+#+LATEX_HEADER: \captionsetup[table]{skip=1ex}
+
+# #+LATEX_HEADER: \usepackage[compact]{titlesec}
+# #+LATEX_HEADER: \usepackage[section]{placeins}
+
+#+LATEX_HEADER: \usepackage{lastpage}
+#+LATEX_HEADER: \usepackage{titling}
+#+LATEX_HEADER: \usepackage{enumitem}
+#+LATEX_HEADER: \setlist{noitemsep}
+
+# Required to reset numbering of table rows from table to table.
+#+LATEX_HEADER: \usepackage{etoolbox}
+#+LATEX_HEADER: \makeatletter
+#+LATEX_HEADER: \gpreto\tabular{\renewcommand{\arraystretch}{1.4}\rownum=\z@}
+#+LATEX_HEADER: \makeatother
+
+#+LATEX_HEADER: \usepackage{fancyhdr}
+#+LATEX_HEADER: \setlength{\headheight}{40pt}
+#+LATEX_HEADER_EXTRA: \pagestyle{fancy}
+#+LATEX_HEADER_EXTRA: \fancyhead[L]{\rule[-12pt]{0pt}{0pt}\theauthor}
+#+LATEX_HEADER_EXTRA: \fancyhead[C]{\large\textbf{\thetitle}}
+#+LATEX_HEADER_EXTRA: \fancyhead[R]{\thedate}
+#+LATEX_HEADER_EXTRA: \renewcommand{\headrulewidth}{1.4pt}
+#+LATEX_HEADER_EXTRA: \fancyfoot[C]{Page \thepage/\pageref*{LastPage}\\ \hrulefill \\ \footnotesize Copyright \copyright~2020 Marius Peter. All rights reserved.}
diff --git a/templates/documents/general.org_title b/templates/documents/general.org_title
new file mode 100644
index 0000000..3cf4431
--- /dev/null
+++ b/templates/documents/general.org_title
@@ -0,0 +1,14 @@
+#+OPTIONS: title:nil toc:nil
+# Increase spacing between header rule and main text body
+#+LATEX: \rule[-2in]{0pt}{0pt}\\
+#+LATEX: \Huge\textbf{\thetitle}\\[1in]
+#+LATEX: \LARGE\theauthor\\
+#+LATEX: \thedate
+
+#+LATEX: \clearpage
+
+#+LATEX: \normalsize
+#+LATEX: \tableofcontents
+#+LATEX: \listoffigures
+#+LATEX: \listoftables
+#+LATEX: \clearpage
diff --git a/templates/documents/safran-report-MA700.org_title b/templates/documents/safran-report-MA700.org_title
new file mode 100644
index 0000000..25fa621
--- /dev/null
+++ b/templates/documents/safran-report-MA700.org_title
@@ -0,0 +1,43 @@
+# -*- mode: org; -*-
+
+# Document number and rev in top-right header
+#+LATEX_HEADER_EXTRA: \fancyhead[R]{80000-XXX Rev. A\\ \thedate}
+# 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
+*Original Signatures*
+#+LATEX: \vspace{1.0cm}
+
+#+LATEX: \noindent
+#+ATTR_LATEX: :center nil
+| *Prepared:* | \rule{7.0cm}{1pt} | *Date:* | \rule{3.0cm}{1pt} |
+| | Marius Peter, Systems Test Engineer | | |
+| | | | |
+| *Checked:* | \rule{7.0cm}{1pt} | *Date:* | \rule{3.0cm}{1pt} |
+| | Richard Bourne, Sr Systems Engineer | | |
+| | | | |
+| *Approved:* | \rule{7.0cm}{1pt} | *Date:* | \rule{3.0cm}{1pt} |
+| | Tim Morse, Chief Sr Engineer | | |
+#+LATEX: \egroup
+
+#+LATEX: \normalsize
+#+LATEX: \clearpage
+#+LATEX: \tableofcontents
+#+LATEX: \listoffigures
+#+LATEX: \listoftables
+#+LATEX: \clearpage
diff --git a/templates/documents/safran-report.org b/templates/documents/safran-report.org
new file mode 100644
index 0000000..d62bfff
--- /dev/null
+++ b/templates/documents/safran-report.org
@@ -0,0 +1,24 @@
+# -*- mode: org; -*-
+
+#+LATEX_CLASS: article
+
+#+LATEX_HEADER: \usepackage[left=1in,right=1in,top=1in,bottom=1.75in]{geometry}
+#+LATEX_HEADER: \usepackage{fourier}
+
+# For referencing the Org document title in the text body and fancy header
+#+LATEX_HEADER: \usepackage{titling}
+
+# For page numbering purposes
+#+LATEX_HEADER: \usepackage{lastpage}
+
+# Keep 'em lists compact!
+#+LATEX_HEADER: \usepackage{enumitem}
+#+LATEX_HEADER: \setlist{noitemsep}
+
+#+LATEX_HEADER: \usepackage{fancyhdr}
+#+LATEX_HEADER: \setlength{\headheight}{40pt}
+#+LATEX_HEADER_EXTRA: \pagestyle{fancy}
+#+LATEX_HEADER_EXTRA: \fancyhead[L]{\rule[-20pt]{0pt}{0pt} \includegraphics[height=20pt]{~/org/templates/documents/Safran_logo.png}}
+#+LATEX_HEADER_EXTRA: \fancyhead[R]{\thetitle \\ \thedate}
+#+LATEX_HEADER_EXTRA: \renewcommand{\headrulewidth}{1.2pt}
+#+LATEX_HEADER_EXTRA: \fancyfoot[C]{Page~\thepage~of~\pageref*{LastPage}\\ \hrulefill \\ \footnotesize This document contains proprietary information of \texttt{Safran Passenger Solutions}. This information may not, in whole or in part, be duplicated, reproduced, disclosed, or used in any way except as expressly authorized in writing by \texttt{Safran Passenger Solutions}.}
Copyright 2019--2024 Marius PETER