summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pgf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/pgf')
-rw-r--r--Master/texmf-dist/tex/latex/pgf/frontendlayer/pgfpict2e.sty4
-rw-r--r--Master/texmf-dist/tex/latex/pgf/utilities/pgfpages.sty6
-rw-r--r--Master/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty3
3 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/pgf/frontendlayer/pgfpict2e.sty b/Master/texmf-dist/tex/latex/pgf/frontendlayer/pgfpict2e.sty
index 04a298eac4e..830fa0c6428 100644
--- a/Master/texmf-dist/tex/latex/pgf/frontendlayer/pgfpict2e.sty
+++ b/Master/texmf-dist/tex/latex/pgf/frontendlayer/pgfpict2e.sty
@@ -50,8 +50,8 @@
\pgfsys@endpurepicture}}
-\def\oval{\pgf@ifnextchar[{\pgfpictIIe@oval}{\pgfpictIIe@oval[20pt]}}
-\def\pgfpictIIe@oval[#1](#2,#3){\pgf@ifnextchar[{\pgfpictIIe@@oval[#1](#2,#3)}{\pgfpictIIe@@oval[#1](#2,#3)[]}}
+\def\oval{\pgfutil@ifnextchar[{\pgfpictIIe@oval}{\pgfpictIIe@oval[20pt]}}
+\def\pgfpictIIe@oval[#1](#2,#3){\pgfutil@ifnextchar[{\pgfpictIIe@@oval[#1](#2,#3)}{\pgfpictIIe@@oval[#1](#2,#3)[]}}
\def\pgfpictIIe@@oval[#1](#2,#3)[#4]{{%
\pgfsys@beginpurepicture%
\@tfor\reserved@a:=#4\do{\csname pgfpictIIe@clip\reserved@a\endcsname}%
diff --git a/Master/texmf-dist/tex/latex/pgf/utilities/pgfpages.sty b/Master/texmf-dist/tex/latex/pgf/utilities/pgfpages.sty
index ed5356f2bbb..639fb071a3f 100644
--- a/Master/texmf-dist/tex/latex/pgf/utilities/pgfpages.sty
+++ b/Master/texmf-dist/tex/latex/pgf/utilities/pgfpages.sty
@@ -62,11 +62,11 @@
%
% \pgfpagesuselayout{resize to}[a4paper]
-\def\pgfpagesuselayout#1{\pgf@ifnextchar[{\pgf@pagelayout{#1}}{\pgf@pagelayout{#1}[]}}
+\def\pgfpagesuselayout#1{\pgfutil@ifnextchar[{\pgf@pagelayout{#1}}{\pgf@pagelayout{#1}[]}}
\def\pgf@pagelayout#1[#2]{
\csname pgfpages@layoutbefore@#1\endcsname
\setkeys{pgfpagesuselayoutoption}{#2}
- \pgf@ifundefined{pgfpages@layout@#1}{
+ \pgfutil@ifundefined{pgfpages@layout@#1}{
\PackageError{pgfpages}{Page layout `#1' undefined.}{}
}
{
@@ -1006,7 +1006,7 @@
\newcommand\pgfsetupphysicalpagesizes{%
% The following code was send to me by Rolf Niepraschk
- \ifx\Gin@driver\pgf@empty\else%
+ \ifx\Gin@driver\pgfutil@empty\else%
\filename@parse{\Gin@driver}\@tempswafalse%
\def\reserved@a{dvips}%
\ifx\filename@base\reserved@a\@tempswatrue\fi%
diff --git a/Master/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty b/Master/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
index 7c0004d3333..05db9decaea 100644
--- a/Master/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
+++ b/Master/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
@@ -7,6 +7,9 @@
%
% See the file doc/generic/pgf/licenses/LICENSE for more details.
+\input pgfutil-common.tex
+\input pgfutil-latex.def
+
\input{pgfrcs.code.tex}
\endinput