summaryrefslogtreecommitdiff
path: root/resources/templates/documents/Safran-doc-booklet.setup
diff options
context:
space:
mode:
Diffstat (limited to 'resources/templates/documents/Safran-doc-booklet.setup')
-rw-r--r--resources/templates/documents/Safran-doc-booklet.setup40
1 files changed, 40 insertions, 0 deletions
diff --git a/resources/templates/documents/Safran-doc-booklet.setup b/resources/templates/documents/Safran-doc-booklet.setup
new file mode 100644
index 0000000..f4cb87d
--- /dev/null
+++ b/resources/templates/documents/Safran-doc-booklet.setup
@@ -0,0 +1,40 @@
+# -*- mode: org; eval: (visual-line-mode); -*- #
+
+
+* Options
+
+#+OPTIONS: tags:nil toc:nil title:nil p:t
+
+** LaTeX
+
+LaTeX is the premier free document preparation system.
+
+
+*** Document class & options
+
+We choose the article class. It is generic, nice and simple.
+
+#+LATEX_CLASS: article
+#+LATEX_CLASS_options: [a5paper]
+
+
+*** Geometry
+
+Thanks to the geometry package, we can set the margin widths on all
+sides.
+
+#+LATEX_HEADER: \usepackage[
+#+LATEX_HEADER: left = 0.5in ,
+#+LATEX_HEADER: right = 0.5in ,
+#+LATEX_HEADER: top = 0.8in ,
+#+LATEX_HEADER: bottom = 1.6in ,]{geometry}
+
+Our main setupfile must be called here, so that the =geometry=
+definition above takes precedence. However, the footer definition
+comes afterwards, in order to override the definition contained in
+=Safran-doc.setup=.
+#+SETUPFILE: "L:/org/templates/Safran-doc.setup"
+
+#+LATEX_HEADER_EXTRA: \fancyfoot[C]{\hrulefill\\[8pt]
+#+LATEX_HEADER_EXTRA: \color{Gray} Page~\thepage/\pageref*{LastPage}\\[8pt]
+#+LATEX_HEADER_EXTRA: \footnotesize \texttt{\textbf{MAG Aerospace Industries, LLC---Proprietary and Confidential.}}}
Copyright 2019--2024 Marius PETER