Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

Why cant I write Tex syntax directly in Mathematica however, I can paste it in from another editor and it is converted to pretty syntax?

share|improve this question
Did you mean 'TeX' instead of 'Lex'? They are quite different! Moreover, this seems more a question about Mathematica than about TeX. This site is focussed primarily on stuff that will be processed with the tex program rather than TeX-like things in other programs. – Andrew Stacey Jul 31 '12 at 19:21
3  
For questions about Mathematica, please consider using the Stack Exchange website on Mathematica. – Bruno Le Floch Jul 31 '12 at 19:24

closed as off topic by Andrew Stacey, lockstep, Torbjørn T., percusse, diabonas Jul 31 '12 at 22:39

Questions on TeX - LaTeX Stack Exchange are expected to relate to TeX, LaTeX or related typesetting systems within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 5 down vote accepted

http://reference.wolfram.com/mathematica/tutorial/GeneratingAndImportingTeX.html

ToExpression["input",TeXForm] converts TeX input to Mathematica

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.