11 Jun
2013
11 Jun
'13
9:30 a.m.
Am 11.06.2013 um 07:38 schrieb Steffen Wolfrum
Am 10.06.2013 um 17:31 schrieb Wolfgang Schuster:
Am 10.06.2013 um 16:43 schrieb Steffen Wolfrum
: Hi,
\setupformulas[way=bychapter,prefixsegments=chapter]
gives (A..1)
But I need (A-1)!
Any idea how the key is called to change this?
You can change the separator between the section prefix and the formula number with \setupformula[prefixconnector=-].
Is there also a key for a own prefix, eg. "my": (my-1)?
It’s not a prefix but you can set a labeltext. \setupformula[prefix=no] \setuplabeltext[formula=Steffen-] \starttext \chapter{Chapter} \placeformula \startformula c^2 = a^2 + b^2 \stopformula \stoptext Wolfgang