Directory tex-archive/graphics/AddTeX2Eps
% 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}"
}]
%%%%%%%%%%%%
Files
| Name | Size | Date | Notes |
|---|---|---|---|
AddTeX2Eps-Example.nb |
3281 | 2012-11-02 10:37:38 | |
AddTeX2Eps.m |
5614 | 2009-10-22 05:29:14 | |
README |
836 | 2006-04-17 06:34:00 | ==> /graphics/AddTeX2Eps/readme.txt |
default.tex |
1096 | 2012-11-17 09:14:24 | |
readme.txt |
836 | 2006-04-17 06:34:00 |
Download the complete
contents of this directory in one zip archive
(5.5k).
AddTeX2Eps – Use LaTeX syntax on EPS figures, within Mathematica
This Mathematica script permits the user to write psfrag commands at the same place as the fragments for replacement are defined.
| Documentation |
Readme |
| Version | 1.15 |
| License | The LaTeX Project Public License |
| Maintainer | Janko Slavič |
| Topics |
prepare graphics for use with *TeX |
