Mathematica 9 is now available

TeXForm

Usage

TeXForm[expr]输出expr作为TeX版本。


Notes

TeXForm 产生普通TeX。它的输出对LaTeX和AMSTeX都适合。
TeXForm 起包装的作用,只影响输出,不影响计算。
TeXForm 翻译标准数学函数和运算。
• 相应于TeX符号的如同alphaALPHA的名字的符号被翻译为它们相应的TeX符号。
• 遵循标准数学惯例,单字符符号名以斜体字体给出,而多字符名字以罗马字体给出。 • 所有Mathematica标准框结构由TeXForm翻译。
• 只要对它们的TeX等价形式可能翻译时,Mathematica 特殊字符就被翻译。
• 参见Mathematica 全书: 1.11.6 and 节 2.8.1.
• 同时参见: TeXSave, StandardForm, TraditionalForm.
Further Examples

Here are two expressions converted to TeX form.

In[1]:=  

Out[1]//TeXForm=

In[2]:=  

Out[2]//TeXForm=



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.