Is it possible to copy a float environment, such as e.g. the figure environment, to create a new environment, with identical properties except for the name (e.g. create a 'Ancillary Figure' instead of 'Figure' name) and float-counter?
In short, I would like to have a situation where I could have two distinct but concurrent figure-environments, one for "primary" figures and one for "auxiliary/ancillary" figures.
I expect that the float package would be handy here, but cannot see how to copy an environment.
floatpackage usage, with\newfloatand some configuration of the caption, that should be done withcaptionpackage, of course. There's also a\newfloatpackage, by the same author ascaption. Copying is more than just renaming the macro names ;-) – Sep 09 '16 at 18:21