I have two tables (created with tabularx in the memoir class):
[ Table 1 ]
[ Table 2 ]
They may be adjacent on the same page, or split across two pages like this:
[ Table 1 ]
---- page break ----
[ Table 2 ]
If and only if a page break occurs between Table 1 and Table 2 I would like to add text of the following sort:
[ Table 1 ]
continued on page M
---- page break ----
continued from page N
[ Table 2 ]
I am not sure whether it is relevant that the blocks being split are tables, but I thought to include just in case.
Is this possible in LaTeX? If so, how?
Thanks for reading.
ltxtablesolves the problem, and due to a caveat I cannot use it: First, unless I misunderstand,LTXtableseems to be for splitting a single table whereas I have two separate tables. In any case, due to constraints on the system I am using I cannot import an external file withLTXtable. Is the solution you proposing to wrapTable 1andTable 2in alongtableenvironment? That may work. Thanks. – Brian M. Hunt Mar 06 '12 at 19:00