The Mathematica program provides a command called TeXForm which can be used to output your expression generated by Mathematica into TEX format. We provide an alternative command NCTeXForm that performs the same task to basic NC constructs, through the file NCTeXForm.m. Examples of what this accomplishes are
tp[x] will have the TeX’ed form xT
aj[x] will have the TeX’ed form x*
rt[x] will have the TeX’ed form x1 2
inv[x] will have the TeX’ed form x-1.
As you might guess if you want to add more its easy. To use this NCTeXForm.m must be loaded; thats all. These are used by NCAlgebra and NCGB. See the demos for more information.