diff options
Diffstat (limited to 'templates/documents')
-rw-r--r-- | templates/documents/default-title.org (renamed from templates/documents/default.org_title) | 0 | ||||
-rw-r--r-- | templates/documents/wealthy-title.org | 16 | ||||
-rw-r--r-- | templates/documents/wealthy.org | 8 |
3 files changed, 20 insertions, 4 deletions
diff --git a/templates/documents/default.org_title b/templates/documents/default-title.org index c2c3c09..c2c3c09 100644 --- a/templates/documents/default.org_title +++ b/templates/documents/default-title.org diff --git a/templates/documents/wealthy-title.org b/templates/documents/wealthy-title.org new file mode 100644 index 0000000..50afd73 --- /dev/null +++ b/templates/documents/wealthy-title.org @@ -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 diff --git a/templates/documents/wealthy.org b/templates/documents/wealthy.org index 79b846f..af83f52 100644 --- a/templates/documents/wealthy.org +++ b/templates/documents/wealthy.org @@ -3,7 +3,7 @@ #+LATEX_HEADER: \usepackage[]{geometry} #+LATEX_HEADER: \usepackage{fontspec} #+LATEX_HEADER: \setmainfont{EB Garamond} -#+LATEX_HEADER: \setmonofont{Liberation Mono} +#+LATEX_HEADER: \setmonofont{Courier Prime} # Get total page count to insert in footer #+LATEX_HEADER: \usepackage{lastpage} @@ -13,8 +13,8 @@ # Space in the header for a logo or image. #+LATEX_HEADER: \setlength{\headheight}{36pt} #+LATEX_HEADER_EXTRA: \pagestyle{fancy} -#+LATEX_HEADER_EXTRA: \fancyhead[L]{\rule[-12pt]{0pt}{0pt}\texttt{Lord \theauthor}} -#+LATEX_HEADER_EXTRA: \fancyhead[C]{\large\textbf{\thetitle}} -#+LATEX_HEADER_EXTRA: \fancyhead[R]{\thedate} +#+LATEX_HEADER_EXTRA: \fancyhead[L]{\rule[-12pt]{0pt}{0pt}\texttt{\textit{Lord \theauthor}}} +#+LATEX_HEADER_EXTRA: \fancyhead[C]{\Large\textbf{\thetitle}} +#+LATEX_HEADER_EXTRA: \fancyhead[R]{\texttt{\textit{\thedate}}} #+LATEX_HEADER_EXTRA: \renewcommand{\headrulewidth}{1.5pt} #+LATEX_HEADER_EXTRA: \fancyfoot[C]{\hrulefill\\[0.8em] Page \thepage\\[0.8em]\footnotesize Tastefully assembled with \includegraphics[width=1.618ex]{~/.emacs.d/img/icons/EmacsIcon.png}/\includegraphics[width=1.618ex]{~/.emacs.d/img/icons/Org-mode-unicorn.png}/\includegraphics[width=1.618ex]{~/.emacs.d/img/icons/LuaTeX_logo.png}/...\\ Copyright \copyright~2020 Marius Peter. All rights reserved. } |