Big updates :sweat_smile:
diff --git a/.Rproj.user/5271889B/sources/s-2A60C904/1A4D3B2A b/.Rproj.user/5271889B/sources/s-2A60C904/1A4D3B2A
new file mode 100644
index 0000000..568dfb7
--- /dev/null
+++ b/.Rproj.user/5271889B/sources/s-2A60C904/1A4D3B2A
@@ -0,0 +1,22 @@
+{
+    "collab_server" : "",
+    "contents" : "",
+    "created" : 1543863267647.000,
+    "dirty" : false,
+    "encoding" : "UTF-8",
+    "folds" : "",
+    "hash" : "0",
+    "id" : "1A4D3B2A",
+    "lastKnownWriteTime" : 1543863272,
+    "last_content_update" : 1543863272266,
+    "path" : "~/GitHub/posterdown/inst/rmarkdown/templates/posterdown_memoir/resources/template.tex",
+    "project_path" : "inst/rmarkdown/templates/posterdown_memoir/resources/template.tex",
+    "properties" : {
+        "cursorPosition" : "9,33",
+        "scrollLine" : "4"
+    },
+    "relative_order" : 1,
+    "source_on_save" : false,
+    "source_window" : "",
+    "type" : "tex"
+}
\ No newline at end of file
diff --git a/.Rproj.user/5271889B/sources/s-2A60C904/1A4D3B2A-contents b/.Rproj.user/5271889B/sources/s-2A60C904/1A4D3B2A-contents
new file mode 100644
index 0000000..9e043f5
--- /dev/null
+++ b/.Rproj.user/5271889B/sources/s-2A60C904/1A4D3B2A-contents
@@ -0,0 +1,37 @@
+%brent's poster layout :)
+
+\documentclass[60pt,extrafontsizes]{memoir}
+
+%utf-8 seems to be important
+\usepackage[utf8]{inputenc}
+\usepackage{multicol}
+
+%define poster size
+\usepackage[paperwidth=45in,paperheight=38in, text={7in,10in},centering, margin=1in]{geometry}
+
+%define column spacing
+\setlength\columnsep{1.5in}
+
+%begin the document
+\begin{document}
+
+
+% group which adds title author and other infor
+% Used instead of \maketitle for better spacing options
+\begingroup
+  \centering
+  \LARGE $title$\\[0.3in]
+  \footnotesize $author$\par
+\endgroup
+
+\vspace{1in}
+% end title section -------------------
+
+% Brgin body of poster
+\begin{multicols*}{3}
+\footnotesize{
+$body$
+}
+\end{multicols*}
+%end the poster
+\end{document}
diff --git a/.Rproj.user/5271889B/sources/s-2A60C904/lock_file b/.Rproj.user/5271889B/sources/s-2A60C904/lock_file
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.Rproj.user/5271889B/sources/s-2A60C904/lock_file