texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] graphviz patch and antialiasing patch


From: Joris van der Hoeven
Subject: Re: [Texmacs-dev] graphviz patch and antialiasing patch
Date: Wed, 10 Sep 2003 18:04:16 +0200 (CEST)

> line 90:
>
> change
>   fp = popen( "dot -Tps2 dotty.tmp.dot 2>dotty.tmp.err", "r" );
> to
>   fp = popen( "dot -Tps dotty.tmp.dot 2>dotty.tmp.err", "r" );

Done.

> Also I noticed the antialiasing of embedded pictures was removed, and
> since I don't know when and why this happened, I've made a quick hack to
> enable antialiasing again.
>
> src/Plugins/Ghostscript/ghostscript.cpp
>
> line 82:
>
> change
>   system ("tm_gs", temp_name);
> to
>   system ("tm_gs -sDEVICE=x11alpha", temp_name);

Done in tm_gs.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]