GeneralCitation in the teaser - before maketitle

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
BinaryBen
Posts: 15
Joined: Mon Feb 18, 2013 8:54 pm

Citation in the teaser - before maketitle

Post by BinaryBen »

Hi everyone,
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}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Citation in the teaser - before maketitle

Post by Johannes_B »

Can you link to the template file?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply