diff options
author | Marius Peter <blendoit@gmail.com> | 2021-12-12 18:37:13 +0100 |
---|---|---|
committer | Marius Peter <blendoit@gmail.com> | 2021-12-12 18:37:13 +0100 |
commit | 89f9a6db8987d41bf49071bd3f420c8315216748 (patch) | |
tree | 9b50a6dbad33ae938e58523b097402f8a5fba9fb /resources/templates/documents/default.org_title | |
parent | eed187911ed77f7cdd9b77006388b0d12421bca6 (diff) |
Safran templates!
Diffstat (limited to 'resources/templates/documents/default.org_title')
-rw-r--r-- | resources/templates/documents/default.org_title | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/resources/templates/documents/default.org_title b/resources/templates/documents/default.org_title new file mode 100644 index 0000000..c2c3c09 --- /dev/null +++ b/resources/templates/documents/default.org_title @@ -0,0 +1,16 @@ +# -*- mode: org; -*- # + +#+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\texttt{\theauthor}\\ +#+LATEX: \thedate + +#+LATEX: \clearpage + +#+LATEX: \normalsize +#+LATEX: \tableofcontents +#+LATEX: \listoffigures +#+LATEX: \listoftables +#+LATEX: \clearpage |