From 739385b48b68af1f277698ef058f42d40372cee7 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 2 Dec 2018 22:44:30 -0500 Subject: [PATCH] Use newline instead of paragraph break in Org LaTeX homework header --- .emacs.d/snippets/org-mode/hwhead | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/snippets/org-mode/hwhead b/.emacs.d/snippets/org-mode/hwhead index ae8deee..0cb59cc 100644 --- a/.emacs.d/snippets/org-mode/hwhead +++ b/.emacs.d/snippets/org-mode/hwhead @@ -11,7 +11,7 @@ #+LATEX_CLASS_OPTIONS: [12pt] #+OPTIONS: toc:nil num:nil ^:{} #+LATEX_HEADER: \usepackage[margin=1in, nohead, nofoot]{geometry} -#+LATEX_HEADER: \makeatletter \def\@maketitle{{\noindent\@title} {\hfill\@author\unskip\strut\par} {\noindent\class\unskip\strut} {\hfill\@date\par \vspace{\baselineskip}}\makeatother} +#+LATEX_HEADER: \makeatletter \def\@maketitle{{\noindent\@title} {\hfill\@author\unskip\strut\\} {\noindent\class\unskip\strut} {\hfill\@date\par \vspace{\baselineskip}}\makeatother} #+LATEX_HEADER: \pagenumbering{gobble} $0 \ No newline at end of file