Questions on converting data, graphics, sound etc. from Mathematica into other file formats.
5
votes
1answer
281 views
Image of input and output cells is not exported correctly
Wolfram Blog uses PNG images to display input and output cells in a notebook. For example, the following is an image from Samuel Chen's post:
I should be able to produce a similar image by ...
3
votes
1answer
115 views
Exporting PDF file - incorrect graphic
I export graphics to PDF using:
Export["/path/figure.pdf", plotname]
It gives me more than enough quality for PDFLatex. But somehow, some exported plots have ...
1
vote
1answer
67 views
How can I get Mathematica to include size information in exported SVG?
When I use Export to export graphics in SVG format, the exported file contains no width ...
7
votes
0answers
306 views
How can I export aligned equations to $\LaTeX$?
Using Palettes -> Writing Assistant -> Math Cells, you can enter aligned equations such as:
...
6
votes
0answers
103 views
What are the known differences between Save and DumpSave, and how to account for them?
Edit: I changed the title and (slightly) the wording of this question in order to make it more easily answerable.
If I evaluate this in Mathematica 9:
...
6
votes
0answers
190 views
Export data to Excel with adjusted column size
I'm trying to export some data with formats into Excel. It works ok, but the columns size get not properly adjusted. I don't want to use some complicated solution based on this example.
In my tests, ...
6
votes
0answers
101 views
Is there a way to convert mathematica code to OpenMP or OpenACC?
I see that Mathematica has limited support for things like OpenCL and CUDA, but what about other standards like OpenMP or OpenACC?
6
votes
0answers
341 views
5
votes
0answers
103 views
Can styles be exported in EPS as simple text tags for use by LaTeX's psfrag?
Is there a way to export graphics as EPS so that LaTeX can perform style substitutions or modifications on them?
I know that it is possible to replace simple text elements in imported EPS files using ...
4
votes
0answers
70 views
Export matrix to $\LaTeX$ with style
Is it possible to export a matrix to $\LaTeX$ with style?
For example this code will create a matrix with equal spacing matrix and with background colors in some cell, is it possible to export that ...
2
votes
0answers
67 views
Exporting plots
I want to export a plot which includes curve fitted to a multiple data set.
shortly ( I use autolegend function Here )
...
2
votes
0answers
145 views
Problem displaying eps exported histograms in Word 2010
I am having problems displaying histograms exported as .eps in word 2010. I don't have problems though displaying them in a specialized .eps viewer. (Postsript viewer from Rampant logic) I am writing ...
2
votes
0answers
247 views
Automatically sending to Print (using CutePDF Writer)
I use CutePDF for creating PDF output, but this requires manually selecting Print (Ctrl+P), with CutePDF Writer as the printer, and pressing OK. Can this be automated?
2
votes
0answers
132 views
how do you fix an axis in place for a movie?
I have a series of txyz coordinates, which I am plotting in space to create a movie of the objects' time evolution. With something along the lines of (simplified):
...
2
votes
0answers
70 views
What exactly does AddTeX2Eps do and how does one use it?
What exactly is Janko Slavic's addon package AddTeX2Eps supposed to do, and exactly how does one get it to work?
I do understand it's supposed to allow one to use TeX ...
1
vote
0answers
51 views
Exporting Specific Cells of Many Workbooks into One using Mathematica
I currently have a large number of detailed files from which I would like to extract certain cells' information to make an Archive spreadsheet.
There are approximately 9 parameters of each ...
1
vote
0answers
102 views
Transferring a list from one notebook to another
I have Mathematica code split into two notebooks. The first part is supposed to run and output a list of numbers into a text file, using Export. The second part ...
1
vote
0answers
108 views
Mathematica does not export Turkish characters in a Graphics expression
When I export the following Graphics expression as a PDF (or EPS) file, the Turkish characters ü and ç do not appear.
...
1
vote
0answers
101 views
How to export a range of cells into Mathematica in a for loop?
I am trying to export a range of cells in a column using:
Import["BCD.xls", {"Sheets", "HazardRate", {15, 16, 17, 18, 19}, 3} ]
which works fine as data is what ...
1
vote
0answers
47 views
Exporting CellFrameLabels to HTML
I have a notebook that has several cells with CellFrameLabels and I'd like to export the notebook to HTML. However, the CellFrameLabels are lost during export.
Here's an example of what I'm working ...
0
votes
0answers
94 views
Is there a way to export text to SVG as text, rather than paths?
When I use Export to export graphics in SVG format, all text in the the exported file seems to get converted to paths. Is there a way to prevent this?
Is there a ...
0
votes
0answers
130 views
PDF exportation fails to print depending on method: possible bug in v9?
Admittedly inelegant code (that wasn't intended for public consumption):
...


