Adding margins and columns to the brochure

This commit is contained in:
Edgar Bering 2009-08-04 23:16:47 -04:00
parent 85682a4cda
commit 5bba9b50ae
1 changed files with 11 additions and 1 deletions

View File

@ -1,11 +1,15 @@
\documentclass[10pt,letterpaper]{article}
\usepackage[top=.5in,left=.5in,bottom=.5in,right=.5in,landscape]{geometry}
\usepackage{multicol}
\begin{document}
\pagestyle{empty}
% First inside column
\begin{multicols}{3}
\section*{Membership:}
Membership in the Computer Science Club is open to anyone willing to join,
@ -107,8 +111,13 @@ librarian, office manager, webmaster, or ask the office manager about joining
the office staff. In addition to these named positions we can always use a
helping hand, so e-mail exec@csclub.uwaterloo.ca and tell us what you can do.
\end{multicols}
\pagebreak
% Third Outside Column
\begin{multicols}{3}
\section*{Club Quick Info}
\begin{description}
@ -145,5 +154,6 @@ Computer Science Club
% small horizontal line
% UW Logo (old)
\end{multicols}
\end{document}