diff options
author | Blendoit <blendoit@gmail.com> | 2020-08-11 18:30:03 -0700 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-08-11 18:30:03 -0700 |
commit | 0898dcd51db89960e9bd44bed98ca138d51c8969 (patch) | |
tree | 5a2c035a6df7f796efa180a10818df3bba2266c2 /templates/documents/personal.org_title | |
parent | a69ff789a488a31f6f6b4f7fc34ef32a3a667a0d (diff) |
Roll templates from ~/org/ to ~/.emacs.d
Diffstat (limited to 'templates/documents/personal.org_title')
-rw-r--r-- | templates/documents/personal.org_title | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/documents/personal.org_title b/templates/documents/personal.org_title new file mode 100644 index 0000000..3cf4431 --- /dev/null +++ b/templates/documents/personal.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 |