17 Aug
2009
17 Aug
'09
6:22 p.m.
Brian R. Landy wrote:
Hi, I have a small equation I am attempting to typeset. Using MKII it comes out fine, but under MKIV the text "non-perf. bal." is not typeset correctly (non-perf is instead nonperf with the dash under the 'p', and extra space appears after 'bal.')
\starttext \math{\text{adjusted smm}={{(\text{vTr}+\alpha\times\text{sTr})\times(\text{perf. scheduled bal.})+\text{iTr}\times(\text{non||perf. bal.})}\over\text{balance}}} \stoptext
It could be an engine problem in the handling of \mathchoice, I am checking it out. A slightly smaller erroneous file is: \starttext \math {(\text{non\discretionary{-}{}{-}perf.})\over1} \stoptext more later. Best wishes, Taco