Hi,
I've been trying to convert one of my documents over to the ACM
proceedings format (acm_proc_article-sp.cls). I successfully created a
acm_proc_article-sp.layout file with minimal content:
--------------------------------------------------------------------------
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[acm_proc_article-sp]{article (ACM)}
Input article.layout
Columns 2
Preamble
\newtheorem{theorem}{Theorem}
EndPreamble
--------------------------------------------------------------------------
Then, I use LyX to indicate that the document is of type "article (ACM)"
and change the citation format to follow acm format. When, I try to view
the postscript, I get errors for every citation that I just don't understand:
--------------------------------------------------------------------------
Use of [EMAIL PROTECTED] doesn't match its definition.
... sometimes the medium is not enough \cite{
josephNacuConvergence}.
If you say, e.g., `\def\a1{...}', then you must always
put `1' after `\a', since control sequence names are
made up of letters only. The macro here has not been
followed by the required stuff, so I'm ignoring it.
--------------------------------------------------------------------------
What does it mean? The second and the third line are my document in TeX.
It seems that it doesn't understand \cite{}? How can I fix this?
Peace and Luck!
Je77