Postscript file screwed up

Hi,

I want to print multiple canvases into a single postscript file. Doing so I discovered an oddity which might have to do with the path expansion in the file name. The problem occurs when using a leading “./” in the filename which makes the postscript file containing only an empty page. Without the “./” it works just fine.

The attached macro shows the effect.

I am using 4.00/04 on Fermilab Fedora.

Regards,
Jochen
test.C (481 Bytes)

This is a problem with the file name expension. The fact you are using “[” and “]” triggers the filename expension on the opening and closing. I’ll check that. There is a simple workaround: use “(” and “)” instead of “[” and “]”