diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-29 17:05:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-29 17:05:12 +0000 |
commit | b0f3361df8e042de432eea3dde12086a360f57eb (patch) | |
tree | 4b1c74956311e6812bd6f7b700b6b0f16e3ca217 /Master/texmf-dist/tex/latex | |
parent | 0b5536b5784d88c5802337d39bc12585aba6cfd8 (diff) |
mpgraphics (21jun12)
git-svn-id: svn://tug.org/texlive/trunk@27230 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/mpgraphics/mpgraphics.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/mpgraphics/mpgraphics.sty b/Master/texmf-dist/tex/latex/mpgraphics/mpgraphics.sty index b00a18b14e8..21353559321 100644 --- a/Master/texmf-dist/tex/latex/mpgraphics/mpgraphics.sty +++ b/Master/texmf-dist/tex/latex/mpgraphics/mpgraphics.sty @@ -7,15 +7,15 @@ %% mpgraphics.dtx (with options: `mpgraphics.sty') %% %% ______________________________________ -%% Copyright © 2011 Vafa Khalighi +%% Copyright © 2011-2012 Vafa Khalighi %% %% License information appended. %% %% \NeedsTeXFormat{LaTeX2e} -\newcommand{\mpgraphics@date}{2011/07/25} -\newcommand{\mpgraphics@version}{v0.2} -\newcommand{\mpgraphics@commit}{commit 7} +\newcommand{\mpgraphics@date}{2012/06/09} +\newcommand{\mpgraphics@version}{v0.3} +\newcommand{\mpgraphics@commit}{commit 2} \ProvidesPackage{mpgraphics}[\mpgraphics@date\space \mpgraphics@version\space <\mpgraphics@commit> inline and display metapost figures in LaTeX] \newcommand{\mpg@graphicsextension}{\ifPDFTeX\ifpdf pdf\else eps\fi\else\ifXeTeX pdf\fi\fi} @@ -75,7 +75,7 @@ inline and display metapost figures in LaTeX] "\unexpanded{\input} #1"} \def\mpg@cmd@extrametapost#1#2{mpost \mpg@metapost@opts\space "\unexpanded{\input} #1"} -\def\mpg@cmd@epstopdf#1#2{epstopdf \mpg@epstopdf@opts\space -o "#2" "#1"} +\def\mpg@cmd@epstopdf#1#2{epstopdf \mpg@epstopdf@opts\space --outfile "#2" "#1"} \def\mpg@nl{^^J\space\space\space\space} \newcommand\mpg@PackageError[2]{% \PackageError{mpgraphics}{\mpg@nl #1^^J}{#2}} @@ -371,7 +371,7 @@ inline and display metapost figures in LaTeX] \expandafter\edef\csname Fig#1\endcsname{TRUE} \fi\fi\d@d} %% -%% Copyright © 2011 Vafa Khalighi <vafa018@gmail.com> +%% Copyright © 2011-2012 Vafa Khalighi <Vafa.Khalighi@student.uts.edu.au> %% %% It may be distributed and/or modified under the LaTeX Project Public License, %% version 1.3c or higher (your choice). The latest version of |