[racket] slideshow latex generates poor quality pdf

From: Laurent (laurent.orseau at gmail.com)
Date: Thu Aug 8 01:32:16 EDT 2013

I don't have time to dig into this right now, but just for the record it
may be a transparency problem of the pngs. Adding a colored background may
solve the issue.
Changing the resolution of the images with `(latex-dpi 600)' (instead of
150) does not change anything.

Laurent


On Tue, Aug 6, 2013 at 11:28 PM, Laurent <laurent.orseau at gmail.com> wrote:

> Hi,
>
> When generating pdf with the very useful slideshow-latex, equations have a
> very poor quality.
> Has anyone found a solution to this by any chance?
>
> Test case (slidetex.rkt):
> #lang slideshow
>
> (require slideshow/latex)
>
> (slide ($ "\\sum_{x\\in {\\cal X}} x^2"))
>
> Then
> slideshow --trust --pdf slidetex.rkt
>
> Laurent
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130808/2230d453/attachment.html>

Posted on the users mailing list.