|
From: Jouni K. S. <jk...@ik...> - 2009-03-04 06:46:28
|
Daniel Soto <dan...@gm...> writes: > as far as the pdf.compression not working, i was using rcParams in the > script so i'm almost certain the options were being loaded. A quick way to check if your pdf.compression setting is being picked up is to grep the pdf file for /FlateDecode. If pdf.compression is set to 0, the string should not occur (except of course if you use it in a figure title or other text), if it is set to any other value, the string should occur. -- Jouni K. Seppänen http://www.iki.fi/jks |