Safran doc template.

Commit
d23a41205d49c757743dc624bf71ad0d08402bac
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
resources/templates/documents/Safran-doc.setup
index aad1eeba..06fd1fbf 100644..100644
@@ -16,6 +16,8 @@
16 16 :UNNUMBERED: t
17 17 :END:
18 18
19 Added: # This first section is a hackish TITLE section.
20 Added:
19 21 #+ATTR_LATEX: :center nil
20 22 | =From= | Marius Peter |
21 23 | =To= | Safran |
@@ -51,18 +53,20 @@
51 53 are a convenient way to render your =#+TITLE=, =#+AUTHOR=, =#+DATE=,
52 54 and other document properties you will have previously defined.
53 55
54 Removed: : * \huge {{{TITLE}}}
55 Removed: : :PROPERTIES:
56 Removed: : :UNNUMBERED: t
57 Removed: : :END:
58 Removed: :
59 Removed: : #+ATTR_LATEX: :center nil
60 Removed: : | =From= | {{{AUTHOR}}} |
61 Removed: : | =To= | Your recipient |
62 Removed: : | =Date= | {{{DATE}}} |
63 Removed: : | =Subject= | Description of the document subject |
64 Removed: :
65 Removed: : #+LATEX: \tableofcontents
56 Added: #+begin_example
57 Added: ,* \huge {{{TITLE}}}
58 Added: :PROPERTIES:
59 Added: :UNNUMBERED: t
60 Added: :END:
61 Added:
62 Added: #+ATTR_LATEX: :center nil
63 Added: | =From= | {{{AUTHOR}}} |
64 Added: | =To= | Your recipient |
65 Added: | =Date= | {{{DATE}}} |
66 Added: | =Subject= | Description of the document subject |
67 Added:
68 Added: #+LATEX: \tableofcontents
69 Added: #+end_example
66 70
67 71
68 72 ** Options