Re: MathPSfrag 2.0 + Mathematica 8.0

#73345
Up
0
Down
::


`foundCustomTicks = FileNames[“CustomTicks.m”, $Path] =!= {};
If[foundCustomTicks,
Needs[“CustomTicks`”];
okPrint[“Found CustomTicks.”],
warnPrint[
“Did not find CustomTicks. We define our own version of LinTicks \
to make the examples work.”]
];
If[! foundCustomTicks,
CustomTicks`LinTicks[from_, to_] :=
Module[{i},
Table[{i, PaddedForm[i, {2, 1}]}, {i, from, to, 0.5}]]];`

qui come devo impostare la directory del file customtiks.m?

al posto di “$Path” metto: “C:\My Files\MathPSfrag\CustomTicks.m” ??

ho messo la variabile path di ghostscript ma nn funza bisogna mettere a mano la directory che mi ha dato tu..

Go to top