Julio Rojas wrote:
> I did... I'm goint to print my work today thanks to that solution... But
> I'm curious about a more "elegant" solution...
I would have told you if I knew ;-)
The problem is that [EMAIL PROTECTED] and similar commands (like amsmath's
\numberwithin) need *two* counters. The one who has to be reset (e.g.
footnote) and the one, who decides when the former has to be reset (e.g.
chapter). By design, chapter* does not use a counter. So I fear you have to
reset manually (maybe there's a package for that, dunno).
The alternative is to redefine [EMAIL PROTECTED] [1], but I think it's not
worth it.
Jürgen
[1] something like (for book.cls):
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]@makeschapterhead{#1}]%
\else
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\fi}