Woooooooooooo
diff --git a/.Rproj.user/5271889B/sources/per/t/1A4D3B2A-contents b/.Rproj.user/5271889B/sources/per/t/1A4D3B2A-contents
new file mode 100644
index 0000000..04f24b2
--- /dev/null
+++ b/.Rproj.user/5271889B/sources/per/t/1A4D3B2A-contents
@@ -0,0 +1,52 @@
+%brent's poster layout :)
+
+\documentclass[60pt,extrafontsizes]{memoir}
+
+%utf-8 seems to be important
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{palatino}
+\usepackage{multicol}
+\usepackage{graphicx}
+
+% this is for keeping figures within the coloumns ----
+\usepackage{nonfloat}
+
+\newcommand\myfigure[1]{%
+\medskip\noindent\begin{minipage}{\columnwidth}
+\centering%
+#1%
+%figure,caption, and label go here
+\end{minipage}\medskip}
+%-----------------------------------------------------
+
+
+%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}