On Tuesday 16 July 2002 9:12 pm, Martin Vermeer wrote: > Let me make this perfectly clear: this just compiles. And looks > beautiful (doesn't it?). And is believed to be politically correct. > Thanks... I'm slowly getting this C++ philosophy :-)
;-) Well make it useful then! What about this comment? Do you plan to address it? +Counters::Counters() { + // Ehh, should this take a textclass arg? + + // Sectioning counters: + newCounter("part"); + newCounter("chapter"); + newCounter("section", "chapter"); + newCounter("subsection", "section"); + newCounter("subsubsection", "subsection"); + newCounter("paragraph", "subsubsection"); + newCounter("subparagraph", "paragraph"); + + // Enumeration counters: + newCounter("emumi"); + newCounter("emumii", "enumi"); + newCounter("enumiii", "enumii"); + newCounter("enumiv", "enumiii"); + + // Float counters: + newCounter("figure"); + newCounter("table"); } If you did, then the ugliness that is numberlabel might become less horrible and more beauiful. A suitable guest indeed at your summer cottage. Angus