Tagged Questions
5
votes
1answer
103 views
pstricks and admin rights
I am using MiKTeX 2.9 on an XP account with restricted user rights. Unfortunately I was not able to compile a file under xelatex which included pstricks graphics, so I tried everything that I found on ...
5
votes
2answers
471 views
Why can't I get pstricks with auto-pst-pdf (and cropping) running on MikTeX?
\documentclass{minimal}
\usepackage[pdf]{pstricks}
\begin{document}
\begin{pspicture}(-5.25,-5.25)(5.25,5.25)%
\pscircle*[linecolor=cyan]{5}
...
3
votes
1answer
149 views
PSTricks raises an error while using RightAngleType=german
I moved some files from one computer to another. The first computer was able to compile all the files without errors. The second computer is not able to compile these files as soon as a I change the ...
6
votes
2answers
513 views
PSTricks transparency does not work with MikTeX's XeLaTeX
I use MikTeX and have updated all packages several minutes ago. The problem is that XeLaTeX produces a weird result where the transparency parts become opaque. It is not caused by preview as ...
3
votes
1answer
577 views
Using psplot, graphs won't appear on page 2
The following code seems to work (I'm using Texmaker and MiKTeX):
\documentclass[12pt,letterpaper]{article}
\usepackage{pstricks}
\usepackage{pst-plot}
\begin{document}
\begin{center}
...

