↧
Answer by Werner for Reacting to a page break in LaTeX
What about the following idea?It's much different from yours (or perhaps the class author's), but perhaps more robust as it uses the \label-\ref system to determine whether a page break has occurred...
View ArticleAnswer by Ian Thompson for Reacting to a page break in LaTeX
My original idea was to change the footer at the environment start andrevert it at the end, but this fails if the environment ends whilstTeX is storing material that will ultimately contain a page...
View ArticleReacting to a page break in LaTeX
I'm trying to build an environment where if a page breaks in the environment some additional text is automatically printed at the end of the page, while this text is not printed when no page break...
View Article