You can get this entire directory bundled as AddTeX2Eps.zip.
| Package | Caption |
|---|---|
| addtex2eps | Use LaTeX syntax on EPS figures, within Mathematica. |
There are no subdirectories here.
| Name | Date | Size | Description | |
|---|---|---|---|---|
| AddTeX2Eps-Example.nb | 2006-04-13 | 3 Kbyte | download | |
| AddTeX2Eps.m | 2006-04-18 | 5 Kbyte | download | |
| README | 2006-04-17 | 836 bytes | download | another name for: graphics/AddTeX2Eps/readme.txt |
| default.tex | 2006-04-11 | 1 Kbyte | download | |
| readme.txt | 2006-04-17 | 836 bytes | download | Shown below |
% Janko Slavic (janko.slavic@fs.uni-lj.si)
% 2006, version 1.1
%%%%%%%%%
% Installation: %
Be sure to have installed psfrag package: http://www.ctan.org/tex-archive/macros/latex/contrib/psfrag/
(If using MikTeX go to MikTeX options/packages and install psfrag).
default.tex is the LaTeX template where you can add packages and define your own LaTeX commands.
Copy default.tex and AddTeX2Eps.m to ..\AddOns\StandardPackages\Graphics\ or to search path.
%%%%%%%%%
%%%%%%%%%%%%
% Example of usage: %
Needs["Graphics`AddTeX2Eps`"];
Options[EpsExport]
CorrectBB::usage
fig = Plot[Sin[x^2], {x, 0, 4}, AxesLabel -> {"a","b"},PlotLabel -> "c"];
EpsExport["d:/test.eps",fig,{
"\\psfrag{a}[c]{$x$}",
"\\psfrag{b}[c]{$\\sin(x^2)$}",
"\\psfrag{c}[c]{Native \\LaTeX via psfrag package}"
}]
%%%%%%%%%%%%
Small print: This listing is regenerated periodically so there is a small chance that the directory has changed from what is shown here; to be sure, check the FTP listing.