From 456bf4870579613c4ff26284ff0d8005a5954499 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Tue, 3 Nov 2020 18:54:12 -0800 Subject: icons --- img/LuaTeX_logo.png | Bin 0 -> 20693 bytes img/LuaTeX_logo.svg | 31 ++++++++++++ img/Org-mode-unicorn.png | Bin 0 -> 13929 bytes img/Org-mode-unicorn.svg | 102 ++++++++++++++++++++++++++++++++++++++++ templates/documents/default.org | 4 +- 5 files changed, 135 insertions(+), 2 deletions(-) create mode 100644 img/LuaTeX_logo.png create mode 100644 img/LuaTeX_logo.svg create mode 100644 img/Org-mode-unicorn.png create mode 100644 img/Org-mode-unicorn.svg diff --git a/img/LuaTeX_logo.png b/img/LuaTeX_logo.png new file mode 100644 index 0000000..3a2134d Binary files /dev/null and b/img/LuaTeX_logo.png differ diff --git a/img/LuaTeX_logo.svg b/img/LuaTeX_logo.svg new file mode 100644 index 0000000..3ea4919 --- /dev/null +++ b/img/LuaTeX_logo.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/img/Org-mode-unicorn.png b/img/Org-mode-unicorn.png new file mode 100644 index 0000000..b886f97 Binary files /dev/null and b/img/Org-mode-unicorn.png differ diff --git a/img/Org-mode-unicorn.svg b/img/Org-mode-unicorn.svg new file mode 100644 index 0000000..150fafd --- /dev/null +++ b/img/Org-mode-unicorn.svg @@ -0,0 +1,102 @@ + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/documents/default.org b/templates/documents/default.org index cc99dc6..8131d3d 100644 --- a/templates/documents/default.org +++ b/templates/documents/default.org @@ -1,4 +1,4 @@ -# -*- mode: org; eval: (visual-line-mode); -*- # +# -*- mode: org; eval: (visual-line-mode); -*- # Hide Org mode tags #+OPTIONS: tags:nil @@ -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\\[10pt] Page \thepage/\pageref*{LastPage}\\[8pt] \footnotesize Compiled with \includegraphics[height=1.8ex]{./img/EmacsIcon.png}\\ Copyright \copyright~2020 Marius Peter. All rights reserved. } +#+LATEX_HEADER_EXTRA: \fancyfoot[C]{\hrulefill\\[10pt] Page \thepage/\pageref*{LastPage}\\[8pt]\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. } -- cgit v1.2.3