Re: EPS Export, Wrong characters
- To: mathgroup at smc.vnet.net
- Subject: [mg31748] Re: EPS Export, Wrong characters
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 1 Dec 2001 02:43:36 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <9u4gmi$lp7$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, your graphics include the special Mathematica fonts for the "(", ")" symbols. You must download the fonts to your printer, or avoid the usage of the fonts by Mathematica. The following URL's may help you: http://support.wolfram.com/mathematica/graphics/textfonts/nomathfonts.html http://support.wolfram.com/mathematica/systems/allplatforms/manualfontdownload.html Regards Jens Christian Eissner wrote: > > 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