Tagged Questions
4
votes
2answers
107 views
How to automate generation of image files?
I need to generate a large number of figures as PNG files, and I'm trying to decide whether Mathematica would be the quickest way to do this.
All the figures have the same basic structure, and I'm ...
6
votes
2answers
286 views
How can I convert a formatted text cell to latex code?
I have a formatted text cell, I want to export it as latex. How can I do that?
Since copy as LaTeX doesn't work, I thought of pasting it into a string and exporting, but it's a no go:
...
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:
...
4
votes
1answer
144 views
Where can I find a list of functions, specifically views, that can be translated to a C standalone executable?
I want to create a standalone mathematica executable. I would like to have some view capabilities like CreateDialog or TabView or those kinds of things. I would like my users to have an interface to ...
23
votes
2answers
670 views
Saving a notebook as PDF, preserving syntax highlighting
Currently, one may save notebooks as PDFs from the menu by Save As... and then selecting PDF (on a Mac, I imagine it is similar on other OSs). However, the ...