From 1cba415ebeedc3dbbf550ff22b897aa941989248 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 27 Mar 2019 21:43:49 -0400 Subject: [PATCH] Fix missing backslash in org hwhead snippet --- .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 0cb59cc..b176d74 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\\} {\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