[NTG-context] Footnotes in formulas
Wolfgang Schuster
schuster.wolfgang at googlemail.com
Thu Mar 15 15:34:43 CET 2012
Am 15.03.2012 um 15:23 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:
> ... Actually, I'm using \st-formula to center members on the line. Something similar to what you get using:
>
> \hbox to\textwidth{\hfil a\hfil b\hfil c\hfil}
>
> I was thinking about \st-combination, too:
>
> \startcombination[3*1]
> {a}
> {b}
> {c}
> \stopcombination
>
> But \st-combination doesn't work with non-floats.
What’s a “non-float” and why can’t you use combinations?
\starttext
\midaligned
{\startcombination[3*1]
{A}{}
{B}{}
{C}{}
\stopcombination}
\stoptext
Wolfgang
More information about the ntg-context
mailing list