diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-24 21:04:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-24 21:04:37 +0000 |
commit | b5cfe0628998f7a30d60ece2bc23d785102d6bc3 (patch) | |
tree | 849fe45c6f99d04016620ddcce01484cf2c43ed0 /Master/texmf-dist/tex/latex/picture/picture.sty | |
parent | f579cd3953cc1f63f679445666d047843c1482eb (diff) |
picture (24apr20)
git-svn-id: svn://tug.org/texlive/trunk@54867 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/picture/picture.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/picture/picture.sty | 20 |
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}{% }{% |