From 40b3d2962c3a2471227538afa5e8ea7a6c8a24e2 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Mon, 12 Nov 2012 23:01:29 +1100 Subject: Poster stuff. --- tex/poster/poster.tex | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 tex/poster/poster.tex (limited to 'tex/poster/poster.tex') diff --git a/tex/poster/poster.tex b/tex/poster/poster.tex new file mode 100644 index 0000000..e044895 --- /dev/null +++ b/tex/poster/poster.tex @@ -0,0 +1,64 @@ +% documentclass options are: +% portrait -- portrait with SIT-desired padding +% landscape -- landscape with SIT-desired padding +% conference -- landscape with much smaller padding +% engineering -- use engineering blue rather than usyd blue +\documentclass[portrait,engineering]{usydposter} +\usepackage{LI} +\usepackage{natbib} +\usepackage{xspace} + +\newcommand{\acronym}[1]{\textsc{#1}\xspace} +\newcommand{\cf}[1]{\mbox{$\it{#1}$}} +\newcommand{\todo}[1]{{\color{red} #1}} + +\newcommand{\ngram}{n-gram\xspace} +\newcommand{\ngrams}{{\ngram}s\xspace} +\newcommand{\candc}{C\&C\xspace} +\newcommand{\ccgbank}{CCGBank\xspace} +\newcommand{\ccg}{\acronym{ccg}} +\newcommand{\cky}{\acronym{cky}} +\newcommand{\nlp}{\acronym{nlp}} +\newcommand{\np}{\acronym{np}} +\newcommand{\pos}{\acronym{pos}} +\newcommand{\wsj}{\acronym{wsj}} + +\flushbottom + +\title{Implementing a Strategy-Iteration Based Static Analyser with LLVM/Clang} +\author{Carlo Zancanaro} +\email{czan8762@uni.sydney.edu.au} +\school{School of Information Technologies} + +\begin{document} +\makeheader + +\vspace{1cm} +\begin{multicols}{3} + +% ============================================================================= +\section*{Introduction} +\begin{itemize} + \item Bugs are expensive (time/money) + \item +\end{itemize} + + +% ============================================================================= +\section*{Background} +% ============================================================================= +\section*{Implementation} +% ============================================================================= +\section*{Results} +% ============================================================================= +\section*{Conclusion} + +\cite{abney-etal:91} + +% ============================================================================= +\bibliographystyle{plainnat} +\references +\bibliography{references} + +\end{multicols} +\end{document} -- cgit v1.2.3