diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-08-30 22:18:48 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-08-30 22:18:48 -0700 |
commit | 398a171594a5ff51416f5eab06037026c419314a (patch) | |
tree | 61bdada05966e6d5e469b4d53d724edfa47544e0 /templates/documents | |
parent | eae3bc506b47603bb01aac11adde581a269b2580 (diff) |
Snippets :-)
Diffstat (limited to 'templates/documents')
-rw-r--r-- | templates/documents/gnu-default.setup | 7 | ||||
-rw-r--r-- | templates/documents/title-default.org (renamed from templates/documents/default-title.org) | 0 | ||||
-rw-r--r-- | templates/documents/title-short.org | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/templates/documents/gnu-default.setup b/templates/documents/gnu-default.setup index a06cbd2..6eec9f5 100644 --- a/templates/documents/gnu-default.setup +++ b/templates/documents/gnu-default.setup @@ -7,10 +7,10 @@ # Ensure room for header and footer #+LATEX_HEADER: \usepackage[ -#+LATEX_HEADER: left = 1.75in, -#+LATEX_HEADER: right = 1.75in, +#+LATEX_HEADER: left = 1.5in, +#+LATEX_HEADER: right = 1.5in, #+LATEX_HEADER: top = 1in , -#+LATEX_HEADER: bottom = 1.75in,]{geometry} +#+LATEX_HEADER: bottom = 1.5in,]{geometry} # Beautiful fonts ONLY #+LATEX_HEADER: \usepackage{fontspec} @@ -19,7 +19,6 @@ # Monospaced font #+LATEX_HEADER: \setmonofont{Courier Prime} - # Get total page count, to later insert in page footer. #+LATEX_HEADER: \usepackage{lastpage} # Provide access to \title, \author, and \date. diff --git a/templates/documents/default-title.org b/templates/documents/title-default.org index c2c3c09..c2c3c09 100644 --- a/templates/documents/default-title.org +++ b/templates/documents/title-default.org diff --git a/templates/documents/title-short.org b/templates/documents/title-short.org index 3a5932d..5f46ef0 100644 --- a/templates/documents/title-short.org +++ b/templates/documents/title-short.org @@ -1,8 +1,8 @@ -# -*- mode: org; -*- # +# -*- mode: org; -*- #+OPTIONS: title:nil toc:nil -#+LATEX: \noindent\jost\huge\textbf{\thetitle}\\[1em] +#+LATEX: \noindent\huge\textbf{\thetitle}\\[1em] #+LATEX: \large\texttt{\theauthor}\\ #+LATEX: \thedate\\[1em] #+LATEX: \normalsize\normalfont |