summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/oberdiek/picture.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek/picture.sty')
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/picture.sty24
1 files changed, 21 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/picture.sty b/Master/texmf-dist/tex/latex/oberdiek/picture.sty
index 4c94e064617..849b94fc9db 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/picture.sty
+++ b/Master/texmf-dist/tex/latex/oberdiek/picture.sty
@@ -8,7 +8,8 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2006, 2007 by Heiko Oberdiek <oberdiek@uni-freiburg.de>
+%% Copyright (C) 2006, 2007, 2008 by
+%% Heiko Oberdiek <oberdiek@uni-freiburg.de>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -29,7 +30,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{picture}%
- [2007/04/11 v1.1 Dimens for picture macros (HO)]%
+ [2008/11/26 v1.2 Dimens for picture macros (HO)]%
\def\Pc@calcname{calc}
\def\Pc@etexname{etex}
\def\Pc@plainname{plain}
@@ -190,9 +191,26 @@
\picture@redefine\Line{(&1,&2)}%
\picture@redefine\Curve{(&1,&2)}%
\picture@redefine\Vector{(&1,&2)}%
-}{
+}{%
\picture@redefine\@oval{(&1,&2)}%
}
+\def\Pc@checkpackage#1{%
+ \@ifpackageloaded{#1}{%
+ }{%
+ \AtBeginDocument{%
+ \@ifpackageloaded{#1}{%
+ \PackageWarningNoLine{picture}{%
+ Package `#1' is loaded after `picture'.\MessageBreak
+ Load package `picture' afterwards to get full support%
+ \MessageBreak
+ of its additional syntax with length specifications%
+ }%
+ }{}%
+ }%
+ }%
+}
+\Pc@checkpackage{pict2e}
+\Pc@checkpackage{pspicture}
\endinput
%%
%% End of file `picture.sty'.