|
SOLUTIONS
|
MATHEMATICA IMPORT/EXPORT FORMAT
LaTeX (.tex)
MIME type: application/x-tex
LaTeX typesetting system and programming language.
Commonly used for typesetting mathematical and scientific publications.
Plain text format.
Describes the contents and the layout of multi-page documents.
Based on Donald Knuth's TeX typesetting system.
Developed in 1985 by Leslie Lamport as a special-purpose derivative of TeX.
LaTeX typesetting system and programming language.
Commonly used for typesetting mathematical and scientific publications.
Plain text format.
Describes the contents and the layout of multi-page documents.
Based on Donald Knuth's TeX typesetting system.
Developed in 1985 by Leslie Lamport as a special-purpose derivative of TeX.
- Import fully supports AMS-LaTeX and other variants of the LaTeX language.
- See the "TeX" reference page for full information about TeX export capabilities.
Import and ExportImport and Export
- Import["file.tex"] imports a LaTeX document and returns a notebook version of it.
- Import["file.tex"] converts a LaTeX document to a Notebook expression.
- Import["file.tex", elem] imports the specified element from a LaTeX file.
- Import["file.tex", {{elem1, elem2, ...}}] imports multiple elements.
- The import format can be specified with Import["file", "LaTeX"] or Import["file", {"LaTeX", elem, ...}].
- See the reference pages for full general information on Import.
- ImportString supports the LaTeX format.
ElementsElements
- General Import elements:
-
"Elements" list of elements and options available in this file "Rules" full list of rules for each element and option "Options" list of rules for options, properties and settings - Import elements:
-
"Notebook" a Notebook version of the LaTeX file "NotebookObject" LaTeX file represented as a NotebookObject - Mathematica by default uses the
element when importing from LaTeX.
OptionsOptions
- Advanced Import options:
-
"InputPath" {} list of directories to search for TeX input files "LogFile" False whether to create a log file for the conversion process "OutputFile" None file to which to save the Notebook expression "StyleDefinitions" Automatic Mathematica stylesheet to use in the generated notebook
New in 5.1 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

