summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-11-09 22:13:18 +0000
committerKarl Berry <karl@freefriends.org>2023-11-09 22:13:18 +0000
commitebf692e007651e0838fcfdae747d0c13943da249 (patch)
treee36f6578254b7fd41f8a4b83723e4a1fabe93cf8 /Master/texmf-dist/tex
parentdfb9505006497a024ba5b60a6fe101495b3092e9 (diff)
pstricks (8nov23)
git-svn-id: svn://tug.org/texlive/trunk@68767 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/pstricks/pstricks.tex4
-rw-r--r--Master/texmf-dist/tex/latex/pstricks/pstricks.sty17
2 files changed, 4 insertions, 17 deletions
diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
index 34a8898279b..fdedb8c4493 100644
--- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
+++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
@@ -88,8 +88,8 @@
\let\pgfforeach\foreach
%
-\def\fileversion{3.19a}
-\def\filedate{2023/10/30}
+\def\fileversion{3.19b}
+\def\filedate{2023/11/06}
\pst@addfams{pstricks}
%
%\define@boolkey[psset]{pstricks}[Pst@]{useURWfonts}[true]{}
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
index 407ecae7b58..686bb4363e4 100644
--- a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
+++ b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
@@ -1,4 +1,4 @@
-% $Id: pstricks.sty 792 2023-10-30 17:30:03Z herbert $
+% $Id: pstricks.sty 806 2023-11-06 20:39:03Z herbert $
%%
%% This is file `pstricks.sty'.
%%
@@ -17,7 +17,7 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{pstricks}[2023/10/05 v0.73 LaTeX wrapper for `PSTricks' (RN,HV)]
+\ProvidesPackage{pstricks}[2023/11/06 v0.74 LaTeX wrapper for `PSTricks' (RN,HV)]
%
\def\documentclass{%
\edef\@tempa{\jobname.tex }%
@@ -44,7 +44,6 @@
\newif\if@check@engine \@check@enginetrue
\newif\ifpst@xetex \pst@xetexfalse
\newif\ifpst@autopdf \pst@autopdffalse
-\newif\ifpst@metadata \pst@metadatatrue
\DeclareOption{useCalc}{\pst@useCalctrue}
\DeclareOption{gsfonts}{\pstGSfontstrue}
@@ -52,7 +51,6 @@
\DeclareOption{noEngineCheck}{\@check@enginefalse}
\DeclareOption{pdf}{\global\pst@autopdftrue}
\DeclareOption{xetex}{\global\pst@xetextrue}
-\DeclareOption{nometadata}{\global\pst@metadatafalse}
%
%---------------------------------DISTILLER --------------------------------
\newif\ifpst@distiller\pst@distillerfalse
@@ -89,17 +87,6 @@
\let\pgfutil@protected\protected
\let\pgfutil@unexpanded\unexpanded
-\ifpst@metadata
- \ifluatex
- \@ifclassloaded{beamer}{}{% do not execute \DocumentMetadata
-% \RequirePackage{pdfmanagement-testphase}
- \typeout{>>>Setting Metadata ... }%
- \DocumentMetadata{}%
- \makeatletter
- }
- \fi
-\fi
-
\ifpst@useCalc
\RequirePackage{pst-calculate}
\fi