summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pstricks
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-06 21:14:44 +0000
committerKarl Berry <karl@freefriends.org>2021-09-06 21:14:44 +0000
commitebf646b3f72db03de82b02580e5a68b878a5a067 (patch)
tree21e0d00387766a355ab1a02ab0dd760d5a4f2169 /Master/texmf-dist/tex/latex/pstricks
parent6b55d156e26232afcb59f5e05cc912afa1fac942 (diff)
pstricks (6sep21)
git-svn-id: svn://tug.org/texlive/trunk@60436 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pstricks')
-rw-r--r--Master/texmf-dist/tex/latex/pstricks/pst-doc.cls21
-rw-r--r--Master/texmf-dist/tex/latex/pstricks/pstricks-pdf.sty2
-rw-r--r--Master/texmf-dist/tex/latex/pstricks/pstricks.sty3
3 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/pstricks/pst-doc.cls b/Master/texmf-dist/tex/latex/pstricks/pst-doc.cls
index e54d5e9893a..9e4b244dab2 100644
--- a/Master/texmf-dist/tex/latex/pstricks/pst-doc.cls
+++ b/Master/texmf-dist/tex/latex/pstricks/pst-doc.cls
@@ -23,12 +23,13 @@
%
\RequirePackage[dvipsnames,x11names,svgnames,table]{xcolor}
\RequirePackage{iftex}
+\RequirePackage{everyshi}
\RequirePackage{amsmath, amssymb}
-\ifxetex
+\iftutex
\usepackage{unicode-math}
\usepackage{libertinus-otf}
\setmonofont[Scale=MatchLowercase,FakeStretch=0.92]{DejaVu Sans Mono}
- \setmathfont{XITS Math}
+% \setmathfont{XITS Math}
\else
\RequirePackage[T1]{fontenc}
\RequirePackage{textcomp}
@@ -252,16 +253,17 @@ xleftmargin=0pt,xrightmargin=0pt,
% Inhalte von List of Figures
\IfPackageLoaded{subfig}{\setcounter{lofdepth}{1} %1 = nur figures, 2 = figures + subfigures
}
+\RequirePackage{xurl}
\RequirePackage[colorlinks,
urlcolor=pdfurlcolor,
filecolor=pdffilecolor,
linkcolor=pdflinkcolor,
breaklinks,
linktocpage=true]{hyperref}
-\ifxetex
-\else
- \RequirePackage{breakurl}
-\fi
+%\ifxetex
+%\else
+% \RequirePackage{breakurl}
+%\fi
\newsavebox\TBox
\newenvironment{Bsp}[1]{%
\par\bigskip%
@@ -459,13 +461,12 @@ xleftmargin=0pt,xrightmargin=0pt,
\parbox{17cm}{\sffamily\RaggedRight\bfseries\huge\@title}\\[5pt]
\parbox{15cm}{\sffamily\Large\@subtitle}
- \vspace{5cm}
+ \vspace{4cm}
\parbox{10cm}{\sffamily\@date}
\vfill
- ~\\
- \makebox[.5\textwidth]{\put(0,0){\bgImage}}\\
- ~
+ \makebox[\textwidth]{\bgImage}
+
\vfill
\parbox[b]{19cm}{\sffamily\RaggedRight
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks-pdf.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks-pdf.sty
index 8fe00f7bc74..9923109fbba 100644
--- a/Master/texmf-dist/tex/latex/pstricks/pstricks-pdf.sty
+++ b/Master/texmf-dist/tex/latex/pstricks/pstricks-pdf.sty
@@ -1,4 +1,4 @@
-% $Id: pstricks-pdf.sty 25 2020-09-18 06:59:21Z herbert $
+% $Id: pstricks-pdf.sty 23 2020-09-18 06:29:04Z herbert $
%%
%% This is file `pstricks-pdf.sty'.
%%
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty
index e6189b72035..ad58f86fcab 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 155 2021-08-23 17:27:13Z herbert $
+% $Id: pstricks.sty 181 2021-09-04 06:35:45Z herbert $
%%
%% This is file `pstricks.sty'.
%%
@@ -84,7 +84,6 @@
\DeclareOption*{\PassOptionsToPackage\CurrentOption{\pst@ColorPackage}}
\ProcessOptions\relax
-
%\RequirePackage{iftex}
\ifpst@useCalc
\RequirePackage{pst-calculate}