[top][index]
search for:

texMath -- convert to TeX math

texMath x -- convert x to TeX format for use in TeX math mode.

The main difference between this and tex is that the surrouding dollar signs aren't there.

i1 : R = ZZ[x]

o1 = R

o1 : PolynomialRing
i2 : texMath (x-1)^6

o2 = x^{6}-6 x^{5}+15 x^{4}-20 x^{3}+15 x^{2}-6 x+1

See also:

  • TeX
  • tex -- convert to TeX
  • Class of returned value: String -- the class of all stringsWays to use texMath :

  • texMath Sequence
  • texMath Array
  • texMath List
  • texMath Adjacent
  • texMath Boolean
  • texMath ChainComplex
  • texMath Divide
  • texMath Entity
  • texMath Expression
  • texMath Function
  • texMath FunctionApplication
  • texMath HashTable
  • texMath Holder
  • texMath ITALIC
  • texMath MarkUpList
  • texMath MatrixExpression
  • texMath Minus
  • texMath Net
  • texMath Nothing
  • texMath OneExpression
  • texMath PolynomialRing
  • texMath Power
  • texMath Product
  • texMath QuotientRing
  • texMath RowExpression
  • texMath RR
  • texMath SEQ
  • texMath SparseMonomialVectorExpression
  • texMath SparseVectorExpression
  • texMath String
  • texMath STRONG
  • texMath SUB
  • texMath Subscript
  • texMath Sum
  • texMath SUP
  • texMath Superscript
  • texMath Symbol
  • texMath TABLE
  • texMath TEX
  • texMath Thing
  • texMath TT
  • texMath ZeroExpression
  • texMath ZZ

  • [top][index]
    search for: