I've been playing with the siggraph template - but can't get citations in the teaser section?
Has anyone any quick ideas on how to fix this?
Thanx
Ben
Code: Select all
Error:
Undefined control sequence. \maketitle
Code: Select all
Simplified source include:
\documentclass[conference]{acmsiggraph}
\TOGonlineid{45678}
\TOGvolume{0}
\TOGnumber{0}
\TOGarticleDOI{1111111.2222222}
\TOGprojectURL{}
\TOGvideoURL{}
\TOGdataURL{}
\TOGcodeURL{}
\title{The Title}
\author{Name}
\pdfauthor{Name}
\keywords{radiosity, global illumination, constant time}
\begin{document}
\teaser{
\includegraphics[height=1.5in]{images/sampleteaser}
\caption{Teaser Image. \cite{Sako00} % %???? ERROR Can#'t do this??
}
\label{fig:teaser}
}
\maketitle
\begin{abstract}
The abstract is typically a single paragraph.
\end{abstract}
\keywordlist
\section{Introduction}
Once upon a time - \cite{day2012write}.
\bibliographystyle{acmsiggraph}
\bibliography{report}
\end{document}