Closed HassanAkbar closed 1 year ago
As mentioned here https://github.com/metanorma/stepmod2mn/issues/93#issuecomment-1805476482
We need to use bb() and ii() for bold and italics respectively in equations e.g
bb()
ii()
<eqn> <b> λ</b><i>(u)</i> = <b>C</b> +R(cos(<i>u</i>)<b>x</b> + sin(<i>u</i>)<b>y</b>) </eqn>
Will be converted to
[stem] ++++ bb(λ)ii((u)) = bb(C) +R(cosii((u))bb(x) + sin(ii(u))b(y)) ++++
As mentioned here https://github.com/metanorma/stepmod2mn/issues/93#issuecomment-1805476482
We need to use
bb()
andii()
for bold and italics respectively in equations e.gWill be converted to