summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/oberdiek/picture.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-04-11 23:02:14 +0000
committerKarl Berry <karl@freefriends.org>2007-04-11 23:02:14 +0000
commit6858df01ea6ebb32f4be0f68e4b2e03d8713f38f (patch)
treed0466192a4c6ae7f99e95d2e6e9b613ebcb73d3d /Master/texmf-dist/tex/latex/oberdiek/picture.sty
parent59314283a9039be6cceb0bbee8600837477c9058 (diff)
oberdiek: accsupp, atenddvi, hycolor, iflang (11apr07)
git-svn-id: svn://tug.org/texlive/trunk@4149 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek/picture.sty')
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/picture.sty16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/picture.sty b/Master/texmf-dist/tex/latex/oberdiek/picture.sty
index e88796af38b..4c94e064617 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/picture.sty
+++ b/Master/texmf-dist/tex/latex/oberdiek/picture.sty
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2006 by Heiko Oberdiek <oberdiek@uni-freiburg.de>
+%% Copyright (C) 2006, 2007 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 +29,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{picture}%
- [2006/08/26 v1.0 Dimens for picture macros (HO)]
+ [2007/04/11 v1.1 Dimens for picture macros (HO)]%
\def\Pc@calcname{calc}
\def\Pc@etexname{etex}
\def\Pc@plainname{plain}
@@ -62,7 +62,7 @@
\ProcessOptions*
\begingroup
\let\on@line\@empty
- \PackageInfo{picture}{Calculation method: \Pc@method}
+ \PackageInfo{picture}{Calculation method: \Pc@method}%
\endgroup
\ifx\Pc@method\Pc@calcname
\RequirePackage{calc}%
@@ -186,12 +186,12 @@
\picture@redefine\@bezier{#1(&2,&3)(&4,&5)(&6,&7)}
\picture@redefine\@imakepicbox{(&1,&2)}
\@ifpackageloaded{pspicture}{%
- \picture@redefine\@oval{[&1](&2,&3)}
- \picture@redefine\Line{(&1,&2)}
- \picture@redefine\Curve{(&1,&2)}
- \picture@redefine\Vector{(&1,&2)}
+ \picture@redefine\@oval{[&1](&2,&3)}%
+ \picture@redefine\Line{(&1,&2)}%
+ \picture@redefine\Curve{(&1,&2)}%
+ \picture@redefine\Vector{(&1,&2)}%
}{
- \picture@redefine\@oval{(&1,&2)}
+ \picture@redefine\@oval{(&1,&2)}%
}
\endinput
%%