On Fri, Jul 9, 2010 at 10:06 PM, Zbigniew Komarnicki <cblasius at gmail.com> wrote:
> (%i1) load("mactex-utilities")$
Not necessary, the texput stuff was merged into the main Maxima
source some years ago.
> (%i3) matchfix("transpose(", ")")$
> (%i4) texput ("transpose(", [" (", ")^T "], matchfix)$
I can't try it now, but I think you want to omit the call to
matchfix and change texput to texput(something, postfix).
See the reference manual for texput and look for the postfix flag.
best
Robert Dodier