I'm working on a M.A. thesis and have a specific requirement for tables.
They should ideally be on one page but, if they must break, must repeat the table number and the word "continued".
So:
I'm aware that <thead> allows a header row to span page breaks, but <caption> does not function correctly when used as a child within it nor does this method provide for the automated addition of "Continued."
I could float the table to the top of the page, but the table must appear after an in-text explanation and floating it is not accurate enough.
Any ideas?
They should ideally be on one page but, if they must break, must repeat the table number and the word "continued".
So:
Table 1: Some random caption
----- break -----
Table 1: Continued
I'm aware that <thead> allows a header row to span page breaks, but <caption> does not function correctly when used as a child within it nor does this method provide for the automated addition of "Continued."
I could float the table to the top of the page, but the table must appear after an in-text explanation and floating it is not accurate enough.
Any ideas?