From 82d2678cfffd780c8fccf25ca3167bfb2d6d2d83 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Mon, 19 Apr 2021 20:46:49 -0700 Subject: Setupfiles and Title Pages. 2 separate document types. --- templates/documents/wealthy-title.setup | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/documents/wealthy-title.setup (limited to 'templates/documents/wealthy-title.setup') diff --git a/templates/documents/wealthy-title.setup b/templates/documents/wealthy-title.setup new file mode 100644 index 0000000..50afd73 --- /dev/null +++ b/templates/documents/wealthy-title.setup @@ -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{Lord \theauthor}\\ +#+LATEX: \thedate + +#+LATEX: \clearpage + +#+LATEX: \normalsize +#+LATEX: \tableofcontents +#+LATEX: \listoffigures +#+LATEX: \listoftables +#+LATEX: \clearpage -- cgit v1.2.3