For a paper I'm working on they want to have an appendix with all the figures from the main text. That is, figures should be in the main text (for publication), but they should be repeated in an appendix (for easy reviewing). Is there any package that does this? If not, how would I go about renewing the figure environment to create such an appendix?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
migrated from stackoverflow.com Dec 18 '11 at 7:12
|
It's just a matter of gathering the figures during the document in a token register, to be delivered at the end. By changing the counter we ensure that the figures are renumbered in the correct way.
|
|||
|
|

endfloatactive and once without it. You could then useincludepdfto include the last pages with the figures to the normal version. It's a little more work, but should do the trick. – Martin Scharrer♦ Dec 19 '11 at 8:51