I am listing a bunch of pages in an Appendix. If I do the appendix as \appendixpage, after a chapter 1 (for testing), I get all tables numbered 1.1, 1.2, ... 1.436. (Yes, I have 436 tables, and it's only warming up.)
How can I place all of the tables in the appendix so that they are numbered A.1, A.2, ..., A.436? Alternatively, how do I make sure all of the tables in the whole memoir document are numbered continuously, 1, ..., 523 (I have more tables before the Appendix)?
memoirincorporateschngcntrinto the class, so formemoir(which Alexy is using) you don't need the\usepackagecommand. But the general question is better answered without reference tomemoiranyway. – Alan Munn Feb 27 '11 at 19:29\appendixpageis a memoir-specific command, then? – lockstep Feb 27 '11 at 19:32\appendixnamedoes what Alan says, but it doesn't start the appendix by itself -- for this, you have to use\appendix. – lockstep Feb 27 '11 at 19:39\counterwithoutcommand; if you also want your tables in the Appendix to be numbered A1, A2 ... you can add\counterwithin{table}{chapter}right after the\appendixcommand to do this. – Alan Munn Feb 27 '11 at 19:44