psfix in 3.02?
- To: mathgroup at smc.vnet.net
- Subject: [mg17121] psfix in 3.02?
- From: hans.steffani at e-technik.tu-chemnitz.de (Hans Steffani)
- Date: Sat, 17 Apr 1999 03:35:13 -0400
- Sender: owner-wri-mathgroup at wolfram.com
In my old mathematica (2.something I assume) I used psfix[graphik_Graphics, name_String, opts___] := Module[{befehl, breite=AspectRatio(*/.opts*)/.AspectRatio->1}, befehl = "!psfix -width " <> ToString[breite] <> " -height " <> ToString[1/GoldenRatio*breite//N] <> " -epsf > " <> name <> ".eps"; Display[befehl, graphik ]; ]; psfix[__] := Print["Falscher Aufruf"]; to produce PS-Pictures automaticaly from the notebook. Now my systems seems not to have a psfix-executable so this hack does not work anymore. What should I do??? Hans Friedrich Steffani -- Hans Friedrich Steffani Institut fuer Elektrische Maschinen und Antriebe, TU Chemnitz mailto:hans.steffani at e-technik.tu-chemnitz.de http://www.tu-chemnitz.de/~hfst/