2018-01-16 20:47:07 -05:00
|
|
|
# -*- mode: snippet -*-
|
|
|
|
# name: Homework Header
|
|
|
|
# key: hwhead
|
|
|
|
# --
|
|
|
|
|
|
|
|
#+Author: Adam Goldsmith
|
|
|
|
#+Title: ${1:title}
|
|
|
|
#+Date: `(format-time-string "%Y-%m-%d")`
|
|
|
|
#+LaTeX_HEADER: \newcommand{\class}{${2:class}}
|
|
|
|
|
|
|
|
#+LATEX_CLASS_OPTIONS: [12pt]
|
|
|
|
#+OPTIONS: toc:nil num:nil ^:{}
|
|
|
|
#+LATEX_HEADER: \usepackage[margin=1in, nohead, nofoot]{geometry}
|
2019-03-27 21:43:49 -04:00
|
|
|
#+LATEX_HEADER: \makeatletter \def\@maketitle{{\noindent\@title} {\hfill\@author\unskip\strut\\\\} {\noindent\class\unskip\strut} {\hfill\@date\par \vspace{\baselineskip}}\makeatother}
|
2018-01-16 20:47:07 -05:00
|
|
|
#+LATEX_HEADER: \pagenumbering{gobble}
|
|
|
|
|
|
|
|
$0
|