Hi,
I just wanted to make a small chart and suddenly I am spending hours trying to find out why I am getting this error:
Code: Select all
MiKTeX GPL Ghostscript 8.60: Unrecoverable error, exit code 1
So, I am including pstricks-add (and only that) and try to do this:
Code: Select all
\psbrace(4.0, 1.5)(14.0, 1.5){Text}
\psbrace(16.0, 1.5)(23.0, 1.5){Other Text}
If I delete these lines, I will not get the above error. Why could that be? I am using
Code: Select all
xelatex -interaction=nonstopmode %.tex
to compile my document. I tried using the -no-pdf option. That makes the above error message disappear. But for some reason my MikTex 2.7 does not seem to come with "xdv2pdf" (I could not find such a file on my computer and it is also not a registered command) so I could not compile the .xdv file.
I would be very grateful if you could point me in the right direction
