First batch of Fall 2014 posters

Bill Cook's talk,
and code party 0.
This commit is contained in:
Theo Belaire 2014-11-06 15:55:27 -05:00
parent bdf2d83adf
commit f88e2a3413
2 changed files with 85 additions and 0 deletions

View File

@ -0,0 +1,37 @@
%% Poster, check things over and edit as needed...
\documentclass{article}
\usepackage{csc-poster}
\begin{document}
%% Title, Presenter
\cschead{Unix 101/Code Party 0}{Calum T. Dalek}
%% Subtitle
\cscsubtitle{Hackity hack hack}
%% Poster Body
Interested in Unix, but don't know where to start? Then start in MC
3003 on Friday October 24 with basic topics including interaction with the
shell, motivation for using it, some simple commands, and more.
\vspace{1 pc}
\noindent Afterwards we will be moving over to the MC Comfy Lounge for
a fun night of hacking! Work on a personal project, open source
software, or anything you wish. Food will be available for your
hacking pleasure.
Come join us for an evening of fun, learning, and food!
%% Date, Time, Location, Catchphrase
\cscfoot{Friday, 2014-10-24}{5:00 pm}{MC 3003/Comfy Lounge}{Exterminate!}
\end{document}

View File

@ -0,0 +1,48 @@
%% This is csc-poster-sample, a sample CSC poster
%% Copyright (C) 2003 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{In Pursuit of the Traveling Salesman}{William J. Cook}
%% SUBTITLE
% This command prints the sub-title and is completely optional.
%\cscsubtitle{A study in the proto-Dalek}
The problem is easy to state: given a number of cities along
with the cost of travel between each pair of them, find the cheapest way to visit all of them and return to your starting point. Easy
to state but difficult to solve. In this
talk we discuss the history, applications, and
computation of this fascinating problem.
Refreshments will be served.
%% 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{Wednesday, 2014-10-22}{5:00 PM}{MC 4041}{}
\end{document}