Robin Houston | 3 Sep 11:22
Picon

Re: Poor quality (unsmooth) shade with pdflatex that looks smooth with latex->dvips->ps2pdf

The pdflatex version actually looks better/smoother here, using
Apple's Preview.app.

Which viewer are you seeing problems with?

Robin

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
mbutala | 3 Sep 19:40
Picon
Favicon

Re: Poor quality (unsmooth) shade with pdflatex that looks smooth with latex->dvips->ps2pdf


Robin,

I use evince (the default pdf viewer in ubuntu linux).

I fired up my apple laptop and I agree - the pdflatex version does indeed
look better in Preview.app.

Thanks for taking a look!

Robin Houston wrote:
> 
> The pdflatex version actually looks better/smoother here, using
> Apple's Preview.app.
> 
> Which viewer are you seeing problems with?
> 
> Robin
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> pgf-users mailing list
> pgf-users <at> lists.sourceforge.net
(Continue reading)

Kjell Magne Fauske | 3 Sep 11:36
Picon

Re: Poor quality (unsmooth) shade with pdflatex that looks smooth with latex->dvips->ps2pdf

On Wed, Sep 3, 2008 at 11:22 AM, Robin Houston <robin.houston <at> gmail.com> wrote:
> The pdflatex version actually looks better/smoother here, using
> Apple's Preview.app.
>
> Which viewer are you seeing problems with?
>
> Robin
>

The same for me. The pdflatex version looks better in Adobe Acrobat
7.0 (professional) than the other version.

For reference. Her is a version made with a recent version of pdflatex and PGF:
http://media.texample.net/testing/parabola-plot.pdf

Regards,
Kjell Magne Fauske

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Mark Butala | 2 Sep 04:57
Picon
Favicon

Poor quality (unsmooth) shade with pdflatex that looks smooth with latex->dvips->ps2pdf

Hello all,

I have noticed some quality issues with gradients (shades) produced with pgf.  The problem only happens with I compile with pdflatex but I do not see the problem when I do latex->dvips->ps2pdf.  I am running on a stock ubuntu hardy machine which installs pgf version 1.18 (I do not know if this is still a problem with version 2.0).

You can reproduce my problem with the following steps or (or download the output of my steps from the links I include):

1) Download the following example from the PGF and TikZ examples gallery (I have this issue with any tikzpicture with a shade - just using a standard example):

http://www.fauskes.net/pgftikzexamples/parabola-plot/

2) Compile with latex->dvips->ps2pdf  (I did the following)

latex parabola-plot.tex; dvips -o parabola-plot_dvips.ps parabola-plot.dvi; ps2pdf parabola-plot_dvips.ps

You can download the output here:

http://butala.csl.uiuc.edu/~butala/parabola-plot_dvips.pdf

3) Compile with pdflatex  (I did the following)

pdflatex parabola-plot.tex

You can download the output here:

http://butala.csl.uiuc.edu/~butala/parabola-plot.pdf


Note that the gradient in the output generated with pdflatex (parabola-plot.pdf) seems to be composed of many horizontal lines whereas the gradient in the latex->dvips->ps2pdf version (parabola-plot_dvips.pdf) is perfectly smooth.

OK, now this may just be an artifact of my pdf viewer (I use evince).&nbsp ; However, the real reason that I am asking about this is that I use the following to produce a nice background for large (4 feet by 3 feet) posters:

\newenvironment{poster}
{%
\small\noindent\ignorespaces\pagestyle{empty}
\begin{tikzpicture}[remember picture,overlay]
\shade [top color=bgGradOne,bottom color=bgGradTwo]
(current page.north west) rectangle +(\paperwidth,-0.1\paperheight);
\shade [top color=bgGradTwo,bottom color=bgGradOne]
(current page.south east) rectangle +(-\paperwidth,0.9\paperheight);
\end{tikzpicture}
\vfill\begin{center}\begin{minipage}[c][\posterheight]{\posterwidth}
}
{\end{minipage}\end{center}\vfill\ignorespacesafterend}


When I printed a poster at kinkos using the above to produce the gradient background, I noticed the unsmooth horizontal lines - just like in the example I showed above with pdflatex.  I did not try to print a latex->dvips-&gt ;ps2pdf version of the poster - poor grad. students usually cannot afford to burn $100 for testing purposes :).

Any ideas?  Thanks in advance for any ideas!

---
- Mark

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
pgf-users mailing list
pgf-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgf-users

Gmane