parent
02ebe845f8
commit
352a63663e
@ -0,0 +1,56 @@ |
||||
%% This is csc-join-flyer, a recuriting flyer for the CSC |
||||
%% Copyright (C) 2009 Computer Science Club of the University of Waterloo |
||||
%% |
||||
%% This program is free software; you can redistribute it and/or modify |
||||
%% it under the terms of the GNU General Public License as published by |
||||
%% the Free Software Foundation; either version 2 of the License, or |
||||
%% (at your option) any later version. |
||||
%% |
||||
%% This program is distributed in the hope that it will be useful, |
||||
%% but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
%% GNU General Public License for more details. |
||||
%% |
||||
%% You should have received a copy of the GNU General Public License |
||||
%% along with this program; if not, write to the Free Software |
||||
%% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
||||
|
||||
\documentclass{article} |
||||
\usepackage{csc-poster} |
||||
|
||||
\begin{document} |
||||
|
||||
%% TITLE |
||||
% This command lays out the top of the document. |
||||
% The first parameter is the title. |
||||
% The second parameter is the speaker. This parameter may be empty. |
||||
\cschead{Join the Computer Science Club}{} |
||||
|
||||
%% SUBTITLE |
||||
% This command prints the sub-title and is completely optional. |
||||
\cscsubtitle{For just \$2} |
||||
|
||||
What does joining get you? |
||||
|
||||
\begin{description} |
||||
|
||||
\item[Workshops] The club organizes workshops on topics ranging from laser cutting |
||||
to basic unix introductions throughout the term. |
||||
|
||||
\item[Talks] Past speakers include: Bill Gates (1989), Richard Stallman(2007,2009), Joel Spolsky (2009), as well as many talks from local professors. |
||||
|
||||
\item[Contests] Test your skill in a variety of AI contests, accessable to first years, and very different ACM or CCC style contests. |
||||
|
||||
\item[Computers] Want a Unix environment and don't want to install Linux? Membership grants you access to the Club's extensive and modern computing environment. |
||||
|
||||
\item[Office] Socialize with other CS Students, check a book out of the library, eat and surf the web without being yelled at. |
||||
|
||||
\end{description} |
||||
|
||||
%% FOOTER |
||||
% The first through third arguments tell us the date and time. |
||||
% The last argument is a pithy saying. It may be empty. |
||||
% Following the footer, the CSC logo is printed. |
||||
\cscfoot{So come by the office,}{any time you like}{MC3036}{You know you want to!} |
||||
|
||||
\end{document} |
Loading…
Reference in new issue