Commit 68237ad1 by Mark Cohen

Add TeX template

parent 69fcaaf7
Showing with 34 additions and 0 deletions
\documentclass[12pt]{article}
\usepackage{amssymb, amsmath, amsthm, amsrefs}
\usepackage{parskip, setspace, fullpage}
\usepackage[margin = 1in]{geometry}
\onehalfspacing
\setlength\parindent{0pt}
\usepackage[english = american]{csquotes}
\MakeOuterQuote{"}
%% better code font
% https://tex.stackexchange.com/q/88001/5764
\usepackage{listings, plex-mono, letltxmacro}
\lstset{basicstyle=\ttfamily\footnotesize, breaklines=true}
\LetLtxMacro\oldttfamily\ttfamily
\DeclareRobustCommand{\ttfamily}{\oldttfamily\csname ttsize\endcsname}
\newcommand{\setttsize}[1]{\def\ttsize{#1}}%
\setttsize{\footnotesize}
% ONE MOTHERFUCKING SPACE AFTER EACH MOTHERFUCKING SENTENCE
\frenchspacing
\title{[TITLE]}
\author{Mark Cohen, Adam Shaw}
\date{5 June 2019}
\begin{document}
\maketitle
\end{document}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment