a Computer Algebra System (CAS) used for symbolic manipulation, graphing, and many more mathematical/scientific tasks. There is a SE site dedicated to it at mathematica.stackexchange.com.

learn more… | top users | synonyms

0
votes
1answer
38 views

dvipng error when using htlatex on eps file. includegraphics Unrecoverable error 36096

I am hoping someone here can give me a hint about this error. I am not really sure this is latex problem, but part of the software that I am using to process the latex document. The setup is very ...
5
votes
1answer
77 views

How to align this long equation which out put from Mathematica

I use Mathematica, and use the command TeXForm from Mathematica, I get \{\{x\to -19,y\to 4,z\to 11,t\to -14,m\to 11,n\to 19\},\{x\to -19,y\to 4,z\to 11,t\to 19,m\to 11,n\to ...
8
votes
2answers
235 views

Drawing spherical harmonics with pst-3dplot

For my lecture notes in theoretical physics (namely quantum mechanics) I'm trying to visualize the spherical harmonics. I got Mathematica to plot them an this is what I did: ...
4
votes
2answers
507 views

Fanciest way to include Mathematica code in LaTeX

I am trying to include a Mathematica code in LaTeX. To obtain the Mathematica code I just exported notebook as PDF. I didn't like the way it was included in my TEX code so I just thought of adding a ...
4
votes
2answers
79 views

Figure from Mathematica is printed on separate page

I am trying to include a Mathematica code in LaTeX. To do that, I just exported the code as PDF. The thing is that when I am trying to include the PDF figure in my TeX code, the figure is printed on ...
4
votes
1answer
349 views

LaTeX: Syntax highlighting for Maple, Mathematica, Sage

I'm typing up a short comparison of Maple, Mathematica, and Sage in LaTeX. My problem is this: I'd like to include highlighted source code in one column (left) and output in another (right). I ...
0
votes
2answers
233 views

Formatting LaTeX-dump from Mathematica equations for A4-paper without manual adjusting?

I asked this question here in Mathematica.SE but they encouraged to ask also on this site. How can make this writing process easier from Mathematica to LaTeX? Please, note that I have a lot of ...
0
votes
1answer
211 views

TeX Syntax In Mathematica [closed]

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?
12
votes
2answers
521 views

convert Mathematica LaTeX to regular LaTeX

I often want to copy formulas from Mathematica into a LaTeX document. Mathematica has a “copy as LaTeX” function, but it gives me not really the results that I want: \text{Cos}[x]+\text{Sin}[x] I ...
5
votes
1answer
212 views

Is there a way to change styles in imported EPS files?

I know how to replace simple textual tags in imported EPS files using psfrag; but to ensure a consistent appearance for graphics in my documents, I would like to also be able to make substitutions to ...
0
votes
0answers
166 views

MathPSfrag 2.0 + Mathematica 8.0 Error [closed]

i have the error in the picture while i esporting with MathPSfrag 2.0 in Mathematica 8.0.. How can i solve this problem? Thanks
2
votes
0answers
233 views

How can I add automatic consistency tests for formulas in my paper? [closed]

Let me start with an analogy: In test driven software development, you craft a couple of tests that describe what your program is supposed to do. When introducing a new feature, you start with a test ...
9
votes
1answer
598 views

How use Mathematica fonts with LaTeX - which method?

I want to be able to use Mathematica fonts with LaTeX. I find two sets of instructions for this: Robert's post there Kuska's instructions in mysymdoc.pdf, a file in the Mathematica 8 folder ...
1
vote
0answers
178 views

MathPSFrag, Bounding box [closed]

I have been trying to use the MathPSFrag package to get a some of those super sweet figures we are all dreaming about. In running the MathPSFrag-Test.nb I pass all the test but trying a simple plot ...
1
vote
0answers
213 views

How to change a font in Maple plot to Computer Modern? [closed]

I would like to change a font in a plot that outputs from Maple to Computer Modern, it is an .eps file that I convert to .pdf to use with PDFLaTeX. The problem is that I really have to use Maple ...
4
votes
1answer
443 views

TikZ semi transparent contiguous shapes with no gaps

Short Question: The short question can be stated as follows: Is there a way to perfectly align filled (but possibly not drawn) shapes that completely cover contiguous areas? Consider the MWE: ...
6
votes
1answer
690 views

Mathematica code into TikZ code

In my search to understand the creation of a guilloche and in relation to my post Recreating a guilloche with TikZ, I came about the code below, Guilloche[a_, b_, c_, d_, e_, f_] := ...
2
votes
1answer
374 views

Problem with installing Wolfram Mathematica fonts in TeX Live

I've been trying to install the Wolfram Mathematica fonts in my installation of TeX Live 2011, running under OS X Lion. I used a mangled version of these instructions. I placed the files in ...
0
votes
1answer
364 views

Mathematica Diagrams in LyX

Is is possible to use diagrams from Mathematica and put them in a LyX document? This is not just restricted to a graph or table. Also, I am wondering if one can import diagrams from wolframalpha to ...
10
votes
3answers
2k views

How can I include Mathematica code in a document?

I want to include some Mathematica code in a LaTeX document. It's along the lines of f[a_,b_]:=a^2+b^2+4b^3+25a*b*c ; However, when I build my PDF, the _ and ^ always render. Is there a way to get ...
0
votes
1answer
150 views

src2(la)tex doesnt really interpret mathematica notebook?

src2(la)tex is a linux application that takes input from different commercial file formats like maple, mathematica,... notebooks and emits them as (la)tex code. But when I feed it a certain notebook ...
14
votes
4answers
1k views

Plotting the solution of inequalities with WolframAlpha or Maple

I want to plot the solution of two inequalities and include them in a LaTeX paper. I really like they way this looks: Wolfram Alpha. Unfortunately, I have no idea how to export this into a ...
4
votes
1answer
189 views

Implementing Moving Graphics from Computational Software Packages

I know that you can implement movies into your LaTeX document, but I wanted to know is there a way to implement moving graphics after source code is compiled in Matlab? This questions can really ...
5
votes
1answer
554 views

Can I use Wolfram Mathematica fonts in XeTeX / LuaTeX?

Wolfram Mathematica comes with full (?) set of math fonts. Is it possible to use these fonts in XeLaTeX and LuaLaTeX? I mean something like \usepackage[math-style=ISO,bold-style=ISO]{unicode-math} ...
9
votes
2answers
1k views

Export Mathematica 8 plot to TikZ

Is it possible to generate a plot in Mathematica 8 and then somehow export the data so that I can plot it using TikZ? I do not like how Mathematica's plots are rendered and would like to use proper ...
1
vote
0answers
634 views

Exporting 3D graphics from Mathematica to TeX [closed]

So far, whenever I had to use a 3D plot generated in Mathematica in a LaTeX document, I used exported the graphics to either of the following: PDF PNG file format. Then I could easily include the ...
20
votes
4answers
953 views

Can I have a flexible partial derivative macro?

I was thinking about writing a partial derivative macro that has a similar syntax to the Mathematica D function. (example) The syntax could be like this: \D{f}{x} expands to \frac{\partial ...
7
votes
1answer
2k views

LaTeX and Mathematica

Does anyone any have experience with writing large works (fx. a thesis, BA, ...) in Mathematica and then successfully converting it to LaTeX code of reasonably quality or should I just stick to my ...
16
votes
1answer
922 views

Does a tool exist which can take a LaTeX equation and convert it to a format suitable for evaluation in Wolfram's Mathematica?

I use LaTeX to type up my homework, but as I work I often need to pop things into Mathematica (or manually type them in, or manually use my Ti-89, etc) Currently, I've been manually translating ...