diff options
author | Blendoit <blendoit@gmail.com> | 2020-11-21 11:45:57 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-11-21 11:45:57 -0800 |
commit | ebaced20146761e81be1f5bed04c9c250d8b9119 (patch) | |
tree | f068f7813759c09a892f514809db8d512d574106 /templates/documents | |
parent | a487ae46eb3bc3d6f2e01c71b2fd4d2be70a498b (diff) |
Templates
Diffstat (limited to 'templates/documents')
-rw-r--r-- | templates/documents/wealthy.org | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/documents/wealthy.org b/templates/documents/wealthy.org new file mode 100644 index 0000000..79b846f --- /dev/null +++ b/templates/documents/wealthy.org @@ -0,0 +1,20 @@ +# -*- mode: org; eval: (visual-line-mode); -*- + +#+LATEX_HEADER: \usepackage[]{geometry} +#+LATEX_HEADER: \usepackage{fontspec} +#+LATEX_HEADER: \setmainfont{EB Garamond} +#+LATEX_HEADER: \setmonofont{Liberation Mono} + +# Get total page count to insert in footer +#+LATEX_HEADER: \usepackage{lastpage} +#+LATEX_HEADER: \usepackage{titling} + +#+LATEX_HEADER: \usepackage{fancyhdr} +# 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: \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. } |