|
[Date Index]
[Thread Index]
[Author Index]
Hi all, can somebody tell me how to compile latex file converted from mathematica's nb ?
- To: mathgroup at smc.vnet.net
- Subject: [mg60626] Hi all, can somebody tell me how to compile latex file converted from mathematica's nb ?
- From: "sunny" <sjsongjing at gmail.com>
- Date: Thu, 22 Sep 2005 02:08:22 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
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
Prev by Date:
Re: Bugs in Mathematica 5+
Next by Date:
Re: More strange behavior by ComplexExpand
Previous by thread:
Re: Re: Bugs in Mathematica 5+
Next by thread:
Re: Hi all, can somebody tell me how to compile latex file converted from mathematica's nb ?
|