![](https://secure.gravatar.com/avatar/93131e1e6e2204bd13501390d768dbdc.jpg?s=120&d=mm&r=g)
4 Dec
2008
4 Dec
'08
2:28 p.m.
Am 04.12.2008 um 12:46 schrieb Steffen Wolfrum:
Hi,
this code \setupformulas[location=left] \placeformula \startformula K = V + W(V) × S (Gleichung 1) \stopformula
gives, as expected: (1.1) K = V + W(V ) × S
But I need the following label ("Gleichung" means "formula"): (Gleichung 1) K = V + W(V ) × S
How can this be done (in Mk II) ?
In the same way as you do it in MkIV :) \setupformulas[way=bytext] \setuplabeltext[de][formula=Gleichung~] Wolfgang