summaryrefslogtreecommitdiff
path: root/graphics/pstricks/base/generic/pstricks.tex
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pstricks/base/generic/pstricks.tex')
-rw-r--r--graphics/pstricks/base/generic/pstricks.tex17
1 files changed, 11 insertions, 6 deletions
diff --git a/graphics/pstricks/base/generic/pstricks.tex b/graphics/pstricks/base/generic/pstricks.tex
index fdedb8c449..2f87e9895e 100644
--- a/graphics/pstricks/base/generic/pstricks.tex
+++ b/graphics/pstricks/base/generic/pstricks.tex
@@ -88,8 +88,8 @@
\let\pgfforeach\foreach
%
-\def\fileversion{3.19b}
-\def\filedate{2023/11/06}
+\def\fileversion{3.19c}
+\def\filedate{2024/02/02}
\pst@addfams{pstricks}
%
%\define@boolkey[psset]{pstricks}[Pst@]{useURWfonts}[true]{}
@@ -4200,14 +4200,19 @@ pop
\fi
(\jobname-\the\ps@imagectr.psaux) (w) file /CoorFile exch def
(\\gdef\\pscoor{\string\() CoorFile exch writestring
- XMIN \ps@margin@left\space sub 20 string cvs CoorFile exch writestring
+ XMIN %\pst@number\psxunit div
+ \ps@margin@left\space sub 20 string cvs CoorFile exch writestring
(pt, ) CoorFile exch writestring
- YMIN \ps@margin@bottom\space sub 20 string cvs CoorFile exch writestring
+ YMIN %\pst@number\psyunit div
+ \ps@margin@bottom\space sub 20 string cvs CoorFile exch writestring
(pt\string\)\string\() CoorFile exch writestring
- XMAX \ps@margin@right\space add 20 string cvs CoorFile exch writestring
+ XMAX %\pst@number\psxunit div
+ \ps@margin@right\space add 20 string cvs CoorFile exch writestring
(pt, ) CoorFile exch writestring
- YMAX \ps@margin@top\space add 20 string cvs CoorFile exch writestring
+ YMAX %\pst@number\psyunit div
+ \ps@margin@top\space add 20 string cvs CoorFile exch writestring
(pt\string\)}\% ) CoorFile exch writestring
+ %(Unit is \pst@number\psyunit/\pst@number\psyunit) 40 string cvs CoorFile exch writestring
CoorFile closefile
}%
\else