TeXForm
Usage
• TeXForm[expr] prints as a TeX version of expr.
Notes
• TeXForm produces AMSLaTeX-compatible TeX output. • TeXForm acts as a "wrapper", which affects printing, but not evaluation. • TeXForm translates standard mathematical functions and operations. • TeXForm[expr] is equivalent to TeXForm[TraditionalForm[expr]]. TeXForm[StandardForm[expr]] can be used to get StandardForm TeX output. • Symbols with names like alpha and ALPHA that correspond to TeX symbols are translated into their corresponding TeX symbols. • Following standard mathematical conventions, single-character symbol names are given in italic font, while multiple character names are given in roman font. • Mathematica special characters are translated whenever possible to their TeX equivalents. • New in Version 1; modified in 5.1.
|