Re: Problem when using sig-alternate and savebox
- From: Donald Arseneau <asnd@xxxxxxxxx>
- Date: 28 Apr 2006 22:47:47 -0700
"Peng Yu" <PengYu.UT@xxxxxxxxx> writes:
I have the following latex code. But there are something like "AE" to
the left of the figure.
If I change documentclass from sig-alternate to article, the "AE" goes.
Is it a bug of sig-alternate?
Yes.
The offending line is
\newbox\savebox
which erases the pre-existing \savebox command.
It is a surprisingly stupid thing to do because:
a) sig-alternate never uses the \savebox box register
b) it *does* ise the \savebox command
c) if it had been \newsavebox\savebox there would have
been a sensible error message.
Delete that line in your copy; and complain.
--
Donald Arseneau asnd@xxxxxxxxx
.
- References:
- Problem when using sig-alternate and savebox
- From: Peng Yu
- Problem when using sig-alternate and savebox
- Prev by Date: Re: Fun with labels and counters
- Next by Date: Re: Page number location for page with landscape table (sideways)
- Previous by thread: Problem when using sig-alternate and savebox
- Next by thread: Section in Header not in Text
- Index(es):