CTAN Comprehensive TeX Archive Network

Verzeichnis graphics/AddTeX2Eps

README
% 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}"
   }]
%%%%%%%%%%%%

Herunterladen des vollständigen Inhalts dieses Pakets in einem Zip-Archiv (5.5k).

Add2Eps – Use 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.

PaketAddTeX2Eps
Version1.15
LizenzenThe Project Public License
BetreuerJanko Slavič
ThemenGrafikvorbereitung
...
Gästebuch Seiten-Struktur Impressum Autor kontaktieren