diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-12 23:28:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-12 23:28:12 +0000 |
commit | 5d4c8dc9b9eedf00ef981be81f2ac073102fb67f (patch) | |
tree | b100dd5470942272e3c2a2c7200c9596df09ae36 /Master/texmf-dist/tex/generic | |
parent | 641952c28af814cb2ba30f4f57dc83222e8ba80f (diff) |
mfpic update (11jun10)
git-svn-id: svn://tug.org/texlive/trunk@18920 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/mfpic/mfpic.sty | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/mfpic/mfpic.tex | 15 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/mfpic/mfppatch.tex | 4 |
3 files changed, 13 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/generic/mfpic/mfpic.sty b/Master/texmf-dist/tex/generic/mfpic/mfpic.sty index 54577c9fd10..733961888dc 100644 --- a/Master/texmf-dist/tex/generic/mfpic/mfpic.sty +++ b/Master/texmf-dist/tex/generic/mfpic/mfpic.sty @@ -8,7 +8,7 @@ %% %% ------------------------------------------------------------------- %% -%% Copyright 2002--2009, Daniel H. Luecking +%% Copyright 2002--2010, Daniel H. Luecking %% %% Mfpic may be distributed and/or modified under the conditions of the %% LaTeX Project Public License, either version 1.3c of this license or (at @@ -22,10 +22,10 @@ %% with mfpic: plain TeX, LaTeX, plain Metafont and plain MetaPost. %% %%% File: mfpic.dtx -%%% A part of mfpic 1.04 2010/03/30 +%%% A part of mfpic 1.05 2010/06/10 %%% \ProvidesPackage{mfpic} - [2010/03/30 v1.04. Macros for drawing with Metafont/MetaPost.]% + [2010/06/10 v1.05. Macros for drawing with Metafont/MetaPost.]% \DeclareOption{draft}{\mfpicdraft}% \DeclareOption{final}{% \mfpicfinal\PassOptionsToPackage{final}{graphics}}% diff --git a/Master/texmf-dist/tex/generic/mfpic/mfpic.tex b/Master/texmf-dist/tex/generic/mfpic/mfpic.tex index cc2e0f27e3b..fc6efa8e1cc 100644 --- a/Master/texmf-dist/tex/generic/mfpic/mfpic.tex +++ b/Master/texmf-dist/tex/generic/mfpic/mfpic.tex @@ -8,7 +8,7 @@ %% %% ------------------------------------------------------------------- %% -%% Copyright 2002--2009, Daniel H. Luecking +%% Copyright 2002--2010, Daniel H. Luecking %% %% Mfpic may be distributed and/or modified under the conditions of the %% LaTeX Project Public License, either version 1.3c of this license or (at @@ -22,14 +22,14 @@ %% with mfpic: plain TeX, LaTeX, plain Metafont and plain MetaPost. %% %%% File: mfpic.dtx -%%% A part of mfpic 1.04 2010/03/30 +%%% A part of mfpic 1.05 2010/06/10 %%% \ifx\mfpfileversion\UndEfInEd\else\expandafter\endinput\fi% {% \catcode\lq\.12 \catcode\lq\/12% - \gdef\mfpfileversion{1.04}% - \gdef\mfpfiledate{2010/03/30}% - \gdef\mfpicversion{104}% + \gdef\mfpfileversion{1.05}% + \gdef\mfpfiledate{2010/06/10}% + \gdef\mfpicversion{105}% }% \let\mfpsaveplus\+% \let\+\tabalign% @@ -1743,7 +1743,6 @@ \afterassignment\mfp@writetex\global\mfp@toks}% \newif\ifmfp@verbtex \def\mfp@writetex{% - \endgroup \mfp@ifopengraphsfile {\mfp@ifmpost {\mfcmd{verbatimtex\@nl\the\mfp@toks\@nl\mfp@p\@nl etex}}% @@ -1751,7 +1750,9 @@ \global\mfp@verbtexfalse\global\mfp@verbtex{}}% {\edef\mfp@tempa{\the\mfp@verbtex\the\mfp@toks}% \global\mfp@verbtex\@xp{\mfp@tempa}% - \global\mfp@verbtextrue}}% + \global\mfp@verbtextrue}% + \endgroup +}% \mfpicnumber{1}% \InputIfFileExists{mfppatch.tex}{}{}% \mfp@ifdefined\mfpdraftfont{}{\newdef\mfpdraftfont{\tt}}% diff --git a/Master/texmf-dist/tex/generic/mfpic/mfppatch.tex b/Master/texmf-dist/tex/generic/mfpic/mfppatch.tex index 64b8d7bda31..f11c19525ed 100644 --- a/Master/texmf-dist/tex/generic/mfpic/mfppatch.tex +++ b/Master/texmf-dist/tex/generic/mfpic/mfppatch.tex @@ -1,7 +1,7 @@ %%% File: mfppatch.tex -%%% A part of mfpic 1.04 2010/03/30 +%%% A part of mfpic 1.05 2010/06/10 %%% -\def\mfp@versionpatched{1.04}% +\def\mfp@versionpatched{1.05}% \def\mfp@patchinfo{% \Mfpic@warn{This patch is only for mfpic version \mfp@versionpatched!\@nl}}% \let\mfp@dopatches\endinput |