I have generated a PS-file, containg the following code:
Code: Select all
\documentclass{article}
\usepackage{pstricks, pst-node, pst-plot, pst-circ}
\usepackage{moredefs}
\usepackage[%
paperwidth = 11.508871cm, % add 0.5%
paperheight= 5.0827586cm, % add 0.5%
lmargin = -5.25mm, % do not know why this offset is needed.
rmargin = 0mm, %
tmargin = 0mm, %
bmargin = 0mm, %
]{geometry}
\begin{document}
% Global Parameters that can be changed:
\providelength{\AxesLineWidth} \setlength{\AxesLineWidth}{0.5pt}%
\providelength{\GridLineWidth} \setlength{\GridLineWidth}{0.4pt}%
\providelength{\GridLineDotSep} \setlength{\GridLineDotSep}{0.4pt}%
\providelength{\MinorGridLineWidth} \setlength{\MinorGridLineWidth}{0.4pt}%
\providelength{\MinorGridLineDotSep} \setlength{\MinorGridLineDotSep}{0.8pt}%
\providelength{\plotwidth} \setlength{\plotwidth}{10cm}% width of the axes only
\providelength{\LineWidth} \setlength{\LineWidth}{0.7pt}%
\providelength{\MarkerSize} \setlength{\MarkerSize}{4pt}%
\newrgbcolor{GridColor}{0.8 0.8 0.8}%
\psset{xunit=0.020000\plotwidth,yunit=0.000500\plotwidth}%
\begin{pspicture}(-16.336406,-574.712644)(40.921659,436.781609)%
\end{pspicture}%
\end{document}
I have tried varying the measures of the geometry-package, but it doesn't help at all. Can anyone spot the error?
Thanks in advance.
Best,
Niles.