Re: Hi all, can somebody tell me how to compile latex file converted from mathematica's nb ?
- To: mathgroup at smc.vnet.net
- Subject: [mg60636] Re: Hi all, can somebody tell me how to compile latex file converted from mathematica's nb ?
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Thu, 22 Sep 2005 05:42:23 -0400 (EDT)
- Organization: Uni Leipzig
- References: <dgtjlf$2er$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, you have to add the $TopDirectory/SystemFiles/IncludeFiles/TeX/texmf to the TEXMF roots of you TeX installation and update the file name data base of you TeX system. Regards Jens "sunny" <sjsongjing at gmail.com> schrieb im Newsbeitrag news:dgtjlf$2er$1 at smc.vnet.net... | Hi, | as in title, | the converted tex file is, e.g. | | | %% | %% This is a LaTeX document generated by automatic conversion of a | %% Mathematica notebook using Mathematica 5.0. | %% | %% This document uses special macros that are defined in a LaTeX | %% package file named notebook2e.sty. Appropriate commands for | %% loading the package have been included in this document. | %% | %% The LaTeX package files can be found in a directory with path: | %% | %% E:\Program Files\Wolfram | Research\Mathematica\5.0\SystemFiles\IncludeFiles\TeX\ | %% | %% The LaTeX package used in this document may require that your | %% LaTeX implementation support fonts other than the standard | %% Computer Modern fonts that are used by LaTeX. For more | %% information see the Additional Information under TeXSave | %% in the Help Browser, or at | %% | %% http://documents.wolfram.com/v5/RefGuide/TeXSave.html | %% | %% Implementation-specific instructions for installing TeX-related | %% files can be found at | %% | %% | http://support.wolfram.com/mathematica/interface/export/virtualfonts.html | %% | %% | | \documentclass{article} | \usepackage{notebook2e, latexsym} | | | \begin{document} | | \dispSFinmath{ | \MathBegin{MathArray}[c]{l} | \{\{1,11.4953895000000000000\},\{2,17.9593370000000000000\},\{8,45.4485084375000000000\}\} | \\ | \{\{1,11.4020650000000000000\},\{2,18.0153120000000000000\},\{8,47.4259182500000000000\}\} | \\ | \{\{1,11.1645000000000000000\},\{2,18.2692380000000000000\},\{8,54.8675320000000000000\}\} | | \MathEnd{MathArray} | } | | | \end{document} | | but my latex compiler gave err message: | ********************************************* | ! LaTeX Error: File `notebook2e.sty' not found. | | Type X to quit or <RETURN> to proceed, | or enter new name. (Default extension: sty) | | Enter file name: | ********************************************** | So it seems to fail to implement notebook2e.sty, and even latexsym | | Can anyone tell me how to find the two files and implement them into my | compiler:latex? | | Thanks, | Jing |
- Follow-Ups:
- Re: Re: Hi all, can somebody tell me how to compile latex file converted from mathematica's nb ?
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Re: Hi all, can somebody tell me how to compile latex file converted from mathematica's nb ?