EPS Export, Wrong characters
- To: mathgroup at smc.vnet.net
- Subject: [mg31728] EPS Export, Wrong characters
- From: "Christian Eissner" <christian.eissner at web.de>
- Date: Thu, 29 Nov 2001 00:13:51 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Dear Newsgroup, I own Mathematica Version 4.1.1 on a (german) Windows 98 system. With the commands meinegraphik = MultipleListPlot[Take[data[[1]], {3, 82}], Take[data[[1]], {83, 162}], PlotLegend -> {"Wt(h_i)", "p(h_i)"}, PlotRange -> {0.0, 0.12}, PlotJoined -> True, AxesLabel -> {"i", "N/m"}, LegendOrientation -> Horizontal, LegendSize -> {1, 0.12}, LegendPosition -> {-0.4, -0.8}, SymbolShape -> None, PlotStyle -> {{RGBColor[1, 0, 0]}, {RGBColor[0, 0, 1]}}] and Export["C:\\EigeneDateien\\Diplomarbeit\\LaTex\\Diplomarbeit\\graphikm05 0a30t2.eps", meinegraphik, ImageResolution -> 300] I export the graphik in a EPS-File Format. I use AxesLabel -> {"i", "N/m"} to name the axes and PlotLegend -> {"Wt(h_i)", "p(h_i)"} to name the legend. The problem is that I get in the printer-output for the Legend and the Axes (only eps-printout) the legend-text "WtHh_iL pHh_iL" and the axes text "N m". Obviously the "(" will be printed as "H", the ")" as "L" and the "/" as space. In the mathematica FrontEnd the charakters are shown correct. Is anybody able to help me? Maybe there is a problem with the mathematica eps-export? Thank for the answers in advance. Christian