summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r--Master/texmf-dist/tex/generic/pstricks/pstricks-color.tex2
-rw-r--r--Master/texmf-dist/tex/generic/pstricks/pstricks-xetex.def5
-rw-r--r--Master/texmf-dist/tex/generic/pstricks/pstricks.tex10
3 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks-color.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks-color.tex
index 7a7b5622d57..e2d9085937e 100644
--- a/Master/texmf-dist/tex/generic/pstricks/pstricks-color.tex
+++ b/Master/texmf-dist/tex/generic/pstricks/pstricks-color.tex
@@ -1,4 +1,4 @@
-%% $Id: pstricks-color.tex 260 2021-09-23 19:22:36Z herbert $
+%% $Id: pstricks-color.tex 455 2022-03-01 10:42:02Z herbert $
%%
%% This is file `pstricks-color.tex',
%%
diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks-xetex.def b/Master/texmf-dist/tex/generic/pstricks/pstricks-xetex.def
index 68049094a24..61495720b20 100644
--- a/Master/texmf-dist/tex/generic/pstricks/pstricks-xetex.def
+++ b/Master/texmf-dist/tex/generic/pstricks/pstricks-xetex.def
@@ -1,7 +1,5 @@
-%% $Id: pstricks-xetex.def 4 2020-06-09 08:32:19Z herbert $
+%% $Id: pstricks-xetex.def 276 2021-09-27 11:28:22Z herbert $
%%
-%% Copyright 2019- Herbert Voss
-%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -13,6 +11,7 @@
% The xdvipdfmx driver does not support all node macros. In the following
% there are alternatives defined:
%
+%% fileversion and filedate see main file pstricks.tex
%% \ncput -> \NCput
%
\def\NCput{\pst@object{NCput}}
diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
index 9d741d115ac..264fb01e1a2 100644
--- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
+++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
@@ -27,6 +27,9 @@
%
\edef\PstAtCode{\the\catcode`\@}
\catcode`\@=11\relax
+
+\newif\if@pstLaTeX
+\@pstLaTeXtrue
%
%\if@check@engine
\ifx\c@lor@to@ps\@undefined
@@ -34,6 +37,7 @@
\fi
%\fi
\expandafter\ifx\csname @latexerr\endcsname\relax % do we have TeX? then @latexerr isn't defined
+ \@pstLaTeXfalse
\input pstricks-tex.def
\fi
@@ -75,7 +79,7 @@
%\def\ProvidesPackageRCS@i[#1]#2{}
\ifx\pgfkeysloaded\relax\else
- \ifdefined\@latexerr % format is latex
+ \if@pstLaTeX
\RequirePackage{pgffor} % pgffor depends on pgfkeys
\else % format is plaintex
\input pgffor.tex
@@ -84,8 +88,8 @@
\let\pgfforeach\foreach
%
-\def\fileversion{3.17}
-\def\filedate{2022/10/23}
+\def\fileversion{3.18}
+\def\filedate{2022/11/28}
\pst@addfams{pstricks}
%
%\define@boolkey[psset]{pstricks}[Pst@]{useURWfonts}[true]{}