On Mon, Oct 26, 2020 at 10:42:47PM +0100, Wolfgang Schuster wrote:
Oleg schrieb am 26.10.2020 um 21:03:
It seems that reseting once at table start is simpler, isn't it :-)?
Try your method with natural table or tabulate and it won't work anymore.
ok.
What is the difference between \rawcounter and \convertedcounter? \rawcounter give me the plain number as i want.
In this case there is no difference but I suggest to use \rawcounter only when you need the value of the counter, e.g. counter>... or counter=...
With \convertedcounter you have always the option to change the style of the value, e.g. number conversion, prefixes etc.
What's about \newcount&\advance variant? Why it not work?
Short answer: expansion
You're using advance in a place where it is just ignored, there are ways to get rid of these limitations with Luametatex but it's better to use \incrementcounter.
ok. Thanks! -- Олег Неманов (Oleg Nemanov)