MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Dashing[] problem with eps -> pdf -> printer

  • To: mathgroup at smc.vnet.net
  • Subject: [mg82015] Re: Dashing[] problem with eps -> pdf -> printer
  • From: Szabolcs Horvát <szhorvat at gmail.com>
  • Date: Tue, 9 Oct 2007 05:43:03 -0400 (EDT)
  • References: <feca8k$fpc$1@smc.vnet.net>

Mark Fisher wrote:
> Hi all,
> 
> I create graphs in Mathematica, export them to EPS, import them into
> my papers using LaTeX and convert the DVI file to PDF. The PDF looks
> great on screen, but there is a problem when I print. The problem is
> that dashing lines (that appear on screen) do not appear in the
> printed version. (With my father's printer, the dashing lines do
> appear, but they are solid, not dashing.)
> 
> The problem can be replicated without using LaTeX, by directly
> distilling the EPS graph to PDF. Here is an example:
> 
> dashingstyle = Dashing[Join[{.10}, Table[.007, {9}], {1}]];
> frameplot =
>  Graphics[{{dashingstyle, Line[{{-1, 0}, {1, 0}}]}}, Frame -> True,
>   FrameTicks -> None, FrameStyle -> dashingstyle, PlotRange -> 1]
> 
> Export["frameplot.eps", frameplot]
> 
> Then distill frameplot.eps -> frameplot.pdf. It looks fine on screen,
> but on my printer (HP LaserJet 1012) the printed version is blank! (If
> I include non-dashing lines, they print fine.)  I use Abode distiller
> Version 7. I've tried Version 5 as well.
> 
> Any ideas as to what's behind this? This may not be a Mathematica
> problem but it is disconcerting.
> 

If the EPS and PDF look fine on screen, then this is not a Mathematica 
problem, but possible an issue with the printer driver.

On a side note:  You can export PDF directly from Mathematica, and 
include PDF figures directly in LaTeX (if you use pdflatex).

-- 
Szabolcs


  • Prev by Date: Re: creating a palette of characters
  • Next by Date: DynamicModule, Speed, and locally static variables.
  • Previous by thread: Dashing[] problem with eps -> pdf -> printer
  • Next by thread: help please with a non-working V6 palette