5.2 TEX Typesetting with NCTEXForm

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.

5.2.1 NCTeXForm[exp]

Aliases: None
Description: NCTeXForm[exp] produces output that can be compiled by LATEX. It assumes the user has the package amsmath installed.
Arguments: exp is any mathematica expression or lists of expressions.
Comments / Limitations: Not available before NCAlgebra 3.9.

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.