summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/picture/picture.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/picture/picture.sty')
-rw-r--r--Master/texmf-dist/tex/latex/picture/picture.sty20
1 files changed, 16 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/picture/picture.sty b/Master/texmf-dist/tex/latex/picture/picture.sty
index 14d2fee1654..00373abd441 100644
--- a/Master/texmf-dist/tex/latex/picture/picture.sty
+++ b/Master/texmf-dist/tex/latex/picture/picture.sty
@@ -9,11 +9,11 @@
%% This is a generated file.
%%
%% Project: picture
-%% Version: 2019/12/09 v1.5
+%% Version: 2020-04-22 v1.6
%%
%% Copyright (C)
%% 2006-2009 Heiko Oberdiek
-%% 2016-2019 Oberdiek Package Support Group
+%% 2016-2020 Oberdiek Package Support Group
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -31,7 +31,6 @@
%% Heiko Oberdiek and the Oberdiek Package Support Group
%% https://github.com/ho-tex/picture/issues
%%
-%%
%% This work consists of the main source file picture.dtx
%% and the derived files
%% picture.sty, picture.pdf, picture.ins, picture.drv,
@@ -39,7 +38,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{picture}%
- [2019/12/09 v1.5 Dimens for picture macros (HO)]%
+ [2020-04-22 v1.6 Dimens for picture macros (HO)]%
\def\Pc@calcname{calc}
\def\Pc@etexname{etex}
\def\Pc@plainname{plain}
@@ -219,6 +218,19 @@
}{%
\picture@redefine\@oval{(&1,&2)}%
}
+\@ifpackageloaded{pict2e}{%
+ \AtBeginDocument{%
+ \picture@redefine\@cbezier{[#1](&2,&3)(&4,&5)(&6,&7)(&8,&9)}%
+ }
+ \picture@redefine\pIIe@arc@@{(#1,#2)&3}
+ \picture@redefine\polyline{(&1,&2)}
+ \picture@redefine\@polyline{(&1,&2)}
+ \picture@redefine\@polygon{(&1,&2)}
+ \picture@redefine\@@polygon{(&1,&2)}
+ \picture@redefine\moveto{(&1,&2)}
+ \picture@redefine\lineto{(&1,&2)}
+ \picture@redefine\curveto{(&1,&2)(&3,&4)(&5,&6)}
+}{}
\def\Pc@checkpackage#1{%
\@ifpackageloaded{#1}{%
}{%