20 Sep
2007
20 Sep
'07
noon
Dear all, I'm wondering how to typeset a sequence of pluses such that each plus is placed with "normal" math character spacing around it ... In this snippet I guess a plus (or at least the majority of pluses) is simply treated as a binary operator with appropriate spacing: --- \def\ket#1{\lvert#1\rangle} \starttext Note the spacing in \startformula \startmathalignment \NC\ket{+}\NR \NC\ket{++}\NR \NC\ket{+++}\NR \NC\ket{++++}\NR \NC\ket{000}\NR \stopmathalignment \stopformula \stoptext --- Cheerio, Oliver