From 09ba9a2ed8275cf743889e7dcf610dbe3a41c393 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Mon, 24 Apr 2017 02:07:09 -0400 Subject: [PATCH] Fixed template to address some potential errors. --- .gitignore | 3 ++- templates/syncleus-white.tex | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aa98502..4bb4777 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,5 @@ MyGraph.pdf *.log *.out *.toc - +*.pdf +*.mw diff --git a/templates/syncleus-white.tex b/templates/syncleus-white.tex index 86b6c62..891830e 100644 --- a/templates/syncleus-white.tex +++ b/templates/syncleus-white.tex @@ -1,5 +1,6 @@ \documentclass[fleqn,12pt]{templates/syncleus-white} % Document font size and equations flushed left +\usepackage{morewrites} \usepackage{mathtools} \usepackage{amssymb} \usepackage{amsmath} -- GitLab