diff options
author | Marius Peter <marius.peter@tutanota.com> | 2022-03-26 19:15:17 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2022-03-26 19:15:17 +0100 |
commit | d23a41205d49c757743dc624bf71ad0d08402bac (patch) | |
tree | cd7c9e2ea26672e9370ef24ebec998f1530f3f96 /resources/templates/documents | |
parent | ad17f3a47611ac47bb9cdea86a7ad8f290f7cab8 (diff) |
Safran doc template.
Diffstat (limited to 'resources/templates/documents')
-rw-r--r-- | resources/templates/documents/Safran-doc.setup | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/resources/templates/documents/Safran-doc.setup b/resources/templates/documents/Safran-doc.setup index aad1eeb..06fd1fb 100644 --- a/resources/templates/documents/Safran-doc.setup +++ b/resources/templates/documents/Safran-doc.setup @@ -16,6 +16,8 @@ Documents/ distribution. :UNNUMBERED: t :END: +# This first section is a hackish TITLE section. + #+ATTR_LATEX: :center nil | =From= | Marius Peter | | =To= | Safran | @@ -51,18 +53,20 @@ top of your exported PDF. The macros contained in triple curly braces are a convenient way to render your =#+TITLE=, =#+AUTHOR=, =#+DATE=, and other document properties you will have previously defined. -: * \huge {{{TITLE}}} -: :PROPERTIES: -: :UNNUMBERED: t -: :END: -: -: #+ATTR_LATEX: :center nil -: | =From= | {{{AUTHOR}}} | -: | =To= | Your recipient | -: | =Date= | {{{DATE}}} | -: | =Subject= | Description of the document subject | -: -: #+LATEX: \tableofcontents +#+begin_example +,* \huge {{{TITLE}}} +:PROPERTIES: +:UNNUMBERED: t +:END: + +#+ATTR_LATEX: :center nil +| =From= | {{{AUTHOR}}} | +| =To= | Your recipient | +| =Date= | {{{DATE}}} | +| =Subject= | Description of the document subject | + +#+LATEX: \tableofcontents +#+end_example ** Options |