diff options
author | Blendoit <blendoit@gmail.com> | 2020-09-12 12:34:41 -0700 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-09-12 12:34:41 -0700 |
commit | 6df26c02303da93ae592b58c06e18adb646f47db (patch) | |
tree | 835836b64f49f50175de2fb3fa4a5b0ed88499c6 /templates/documents/general.org_title | |
parent | 233720211252c748e98e350c4eab0284371b9df6 (diff) |
Minted---colored source blocks in Org LaTeX exports.
Diffstat (limited to 'templates/documents/general.org_title')
-rw-r--r-- | templates/documents/general.org_title | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/documents/general.org_title b/templates/documents/general.org_title index 3cf4431..c2c3c09 100644 --- a/templates/documents/general.org_title +++ b/templates/documents/general.org_title @@ -1,8 +1,10 @@ +# -*- mode: org; -*- # + #+OPTIONS: title:nil toc:nil # Increase spacing between header rule and main text body #+LATEX: \rule[-2in]{0pt}{0pt}\\ #+LATEX: \Huge\textbf{\thetitle}\\[1in] -#+LATEX: \LARGE\theauthor\\ +#+LATEX: \LARGE\texttt{\theauthor}\\ #+LATEX: \thedate #+LATEX: \clearpage |