diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/documents/default.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/documents/default.org b/templates/documents/default.org index 4d7e731..5172f97 100644 --- a/templates/documents/default.org +++ b/templates/documents/default.org @@ -9,8 +9,8 @@ #+LATEX_HEADER: \usepackage[left=1in,right=1in,top=1in,bottom=1.75in]{geometry} # Beautiful fonts ONLY #+LATEX_HEADER: \usepackage{fontspec} -#+LATEX_HEADER: \setmainfont{public sans} -#+LATEX_HEADER: \setmonofont{hack} +#+LATEX_HEADER: \setmainfont{Public Sans} +#+LATEX_HEADER: \setmonofont{Hack} # Get total page count to insert in footer #+LATEX_HEADER: \usepackage{lastpage} @@ -34,4 +34,4 @@ #+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/\pageref*{LastPage}\\[0.8em]\footnotesize Compiled with \includegraphics[width=1.618ex]{~/.emacs.d/img/EmacsIcon.png}/\includegraphics[width=1.618ex]{~/.emacs.d/img/Org-mode-unicorn.png}/\includegraphics[width=1.618ex]{~/.emacs.d/img/LuaTeX_logo.png}/...\\ Copyright \copyright~2020 Marius Peter. All rights reserved. } +#+LATEX_HEADER_EXTRA: \fancyfoot[C]{\hrulefill\\[0.8em] Page \thepage/\pageref*{LastPage}\\[0.8em]\footnotesize Compiled 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. } |