Index of /ctan/graphics/AddTeX2Eps/

NameLast ModifiedSizeType
../ -  Directory
AddTeX2Eps-Example.nb2012-Nov-02 09:37:383.2Kapplication/mathematica
AddTeX2Eps.m2009-Oct-22 15:29:145.4Kapplication/vnd.wolfram.mathematica.package
README2006-Apr-17 04:34:000.8Ktext/plain;charset=utf-8
default.tex2012-Nov-17 08:14:241.0Kapplication/x-tex
readme.txt2006-Apr-17 04:34:000.8Ktext/plain;charset=utf-8
% Janko Slavic ([email protected])
% 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}"
   }]
%%%%%%%%%%%%
panini/0.0.8 us-west-1 b156048a-bcf3-4b4f-96ed-31e873bb3711