tweaking tabular stuff

This commit is contained in:
Edgar Bering 2009-09-13 00:11:03 -04:00
parent d0d9032fb1
commit 21f344fb95
1 changed files with 12 additions and 1 deletions

View File

@ -6,7 +6,7 @@
\pagestyle{empty}
\begin{tabular}{lll}
\begin{tabular}{ccc}
\parbox{3.5in}{
% First inside column
@ -120,6 +120,10 @@ helping hand, so email exec@csclub.uwaterloo.ca and tell us what you can do.
\end{tabular}
\pagebreak
\begin{tabular}{ccc}
\parbox{3.5in}{
% Third Outside Column
\section*{Club Quick Info}
@ -146,8 +150,13 @@ helping hand, so email exec@csclub.uwaterloo.ca and tell us what you can do.
\end{description}
}
&
\hspace{3.5in}
% Second outside Column
&
\parbox{3.5in}{
%First Outside Column
% Logo
@ -158,5 +167,7 @@ Computer Science Club
% small horizontal line
% UW Logo (old)
}
\end{tabular}
\end{document}