28 Aug
2006
28 Aug
'06
8:31 p.m.
On Mon, 28 Aug 2006 21:42:10 +0200, Hans Hagen
nico wrote:
1) Is it possible, to have only one list of figures, numbering all figures with the same counter? My first attempts with \definecombinedlist did not work.
Defining a new float gives another floating object with its own counter,
\definefloat[myfloat][figure]
will give you \myfloat which inherits from \figure
Hm, the setup is inherited, but it has its own counter, its own label, etc. isn't it? Regards, BG