[pstricks] transparency

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sun Dec 12 08:11:43 CET 2010


Am 12.12.2010 00:40, schrieb Jon Joseph:
> My opacity flag has quit working. I know that I had to change a PDF version flag to 1.4 or greater somewhere but I can't for the life of remember where I did that. Anybody have any suggestions?  Thanks, Jon

I know it only for Linux:

voss at shania:~/tmp> cat `which ps2pdf`
#!/bin/sh
# $Id: ps2pdf 11016 2010-04-05 17:22:10Z hintak $
# Convert PostScript to PDF.

# Currently, we produce PDF 1.4 by default, but this is not guaranteed
# not to change in the future.
version=14

ps2pdf="`dirname \"$0\"`/ps2pdf$version"
if test ! -x "$ps2pdf"; then
	ps2pdf="ps2pdf$version"
fi
exec "$ps2pdf" "$@"


HErbert


More information about the PSTricks mailing list