Jean-Marc Lasgouttes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
(Counters::theCounter): return a representation of a given
counter using its labelstring
I'd write Counters::get() for the same reason as above.
It is now what the method does really. It is an equivalent to LaTeX's
\thefigure, for example, which expands to a textual representation of
the current value of the counter.
What about expand() (or expandCounter()) then? Not everybody knows LateX
and theCounter() is difficult to understand.
Abdel.