Templates.

Commit
09df21cb42af825acdac08723f7c5976c0fb13a0
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
Changed files
templates/documents/default-title.org
index 00000000..c2c3c093 000000..100644
@@ -0,0 +1,16 @@
1 Added: # -*- mode: org; -*- #
2 Added:
3 Added: #+OPTIONS: title:nil toc:nil
4 Added: # Increase spacing between header rule and main text body
5 Added: #+LATEX: \rule[-2in]{0pt}{0pt}\\
6 Added: #+LATEX: \Huge\textbf{\thetitle}\\[1in]
7 Added: #+LATEX: \LARGE\texttt{\theauthor}\\
8 Added: #+LATEX: \thedate
9 Added:
10 Added: #+LATEX: \clearpage
11 Added:
12 Added: #+LATEX: \normalsize
13 Added: #+LATEX: \tableofcontents
14 Added: #+LATEX: \listoffigures
15 Added: #+LATEX: \listoftables
16 Added: #+LATEX: \clearpage
templates/documents/default.org_title
index c2c3c093..00000000 100644..000000
@@ -1,16 +0,0 @@
1 Removed: # -*- mode: org; -*- #
2 Removed:
3 Removed: #+OPTIONS: title:nil toc:nil
4 Removed: # Increase spacing between header rule and main text body
5 Removed: #+LATEX: \rule[-2in]{0pt}{0pt}\\
6 Removed: #+LATEX: \Huge\textbf{\thetitle}\\[1in]
7 Removed: #+LATEX: \LARGE\texttt{\theauthor}\\
8 Removed: #+LATEX: \thedate
9 Removed:
10 Removed: #+LATEX: \clearpage
11 Removed:
12 Removed: #+LATEX: \normalsize
13 Removed: #+LATEX: \tableofcontents
14 Removed: #+LATEX: \listoffigures
15 Removed: #+LATEX: \listoftables
16 Removed: #+LATEX: \clearpage
templates/documents/wealthy-title.org
index 00000000..50afd73a 000000..100644
@@ -0,0 +1,16 @@
1 Added: # -*- mode: org; -*- #
2 Added:
3 Added: #+OPTIONS: title:nil toc:nil
4 Added: # Increase spacing between header rule and main text body
5 Added: #+LATEX: \rule[-2in]{0pt}{0pt}\\
6 Added: #+LATEX: \Huge\textbf{\thetitle}\\[1in]
7 Added: #+LATEX: \LARGE\texttt{Lord \theauthor}\\
8 Added: #+LATEX: \thedate
9 Added:
10 Added: #+LATEX: \clearpage
11 Added:
12 Added: #+LATEX: \normalsize
13 Added: #+LATEX: \tableofcontents
14 Added: #+LATEX: \listoffigures
15 Added: #+LATEX: \listoftables
16 Added: #+LATEX: \clearpage
templates/documents/wealthy.org
index 79b846ff..af83f52e 100644..100644
@@ -3,7 +3,7 @@
3 3 #+LATEX_HEADER: \usepackage[]{geometry}
4 4 #+LATEX_HEADER: \usepackage{fontspec}
5 5 #+LATEX_HEADER: \setmainfont{EB Garamond}
6 Removed: #+LATEX_HEADER: \setmonofont{Liberation Mono}
6 Added: #+LATEX_HEADER: \setmonofont{Courier Prime}
7 7
8 8 # Get total page count to insert in footer
9 9 #+LATEX_HEADER: \usepackage{lastpage}
@@ -13,8 +13,8 @@
13 13 # Space in the header for a logo or image.
14 14 #+LATEX_HEADER: \setlength{\headheight}{36pt}
15 15 #+LATEX_HEADER_EXTRA: \pagestyle{fancy}
16 Removed: #+LATEX_HEADER_EXTRA: \fancyhead[L]{\rule[-12pt]{0pt}{0pt}\texttt{Lord \theauthor}}
17 Removed: #+LATEX_HEADER_EXTRA: \fancyhead[C]{\large\textbf{\thetitle}}
18 Removed: #+LATEX_HEADER_EXTRA: \fancyhead[R]{\thedate}
16 Added: #+LATEX_HEADER_EXTRA: \fancyhead[L]{\rule[-12pt]{0pt}{0pt}\texttt{\textit{Lord \theauthor}}}
17 Added: #+LATEX_HEADER_EXTRA: \fancyhead[C]{\Large\textbf{\thetitle}}
18 Added: #+LATEX_HEADER_EXTRA: \fancyhead[R]{\texttt{\textit{\thedate}}}
19 19 #+LATEX_HEADER_EXTRA: \renewcommand{\headrulewidth}{1.5pt}
20 20 #+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. }