diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-11-25 21:47:49 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-11-25 21:47:49 +0000 |
commit | 10448afa6c23c9403daf4f67ebd5d01b556b531a (patch) | |
tree | 3b3708480f44540b1e076379209c8dea7a098f88 /Master/texmf-dist/source/generic/mfpic/mfpic.dtx | |
parent | 69aadba877d0390d6f7305803b6bb80bd5251c0d (diff) |
mfpic update (1.02 2009/10/29)
Also prevent ctan2tds from using MAKEflatten with a tds-ready tree.
git-svn-id: svn://tug.org/texlive/trunk@16164 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/mfpic/mfpic.dtx')
-rw-r--r-- | Master/texmf-dist/source/generic/mfpic/mfpic.dtx | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/generic/mfpic/mfpic.dtx b/Master/texmf-dist/source/generic/mfpic/mfpic.dtx index fcc42f917cb..6fa82af9255 100644 --- a/Master/texmf-dist/source/generic/mfpic/mfpic.dtx +++ b/Master/texmf-dist/source/generic/mfpic/mfpic.dtx @@ -1,6 +1,6 @@ % \iffalse %%% File: mfpic.dtx -%%% A part of mfpic 1.00 2009/09/22 +%%% A part of mfpic 1.02 2009/10/29 %%% % ------------------------------------------------------------------- % @@ -22,7 +22,7 @@ %</driver> %<sty>\ProvidesPackage{mfpic} %<*sty> - [2009/09/22 v1.00. Macros for drawing with Metafont/MetaPost.]% + [2009/10/29 v1.02. Macros for drawing with Metafont/MetaPost.]% %</sty> %<*driver> \documentclass[draft]{ltxdoc} @@ -136,7 +136,7 @@ % % This file documents the source code. See \file{mfpic-doc.pdf} (source % \file{mfpic.doc.tex} for the user documentation or \file{mfpguide.pdf} -% (source \file{}mfpguide.tex}) for an introductory guide. +% (source \file{mfpguide.tex}) for an introductory guide. % \end{abstract} % % \StopEventually{\PrintIndex} @@ -170,9 +170,9 @@ \ifx\mfpfileversion\UndEfInEd\else\expandafter\endinput\fi% {% \catcode\lq\.12 \catcode\lq\/12% - \gdef\mfpfileversion{1.00}% - \gdef\mfpfiledate{2009/09/22}% - \gdef\mfpicversion{100}% + \gdef\mfpfileversion{1.02}% + \gdef\mfpfiledate{2009/10/29}% + \gdef\mfpicversion{102}% }% % \end{macrocode} % @@ -1577,7 +1577,8 @@ if unknown Apricot: input dvipsnam.mp; fi\@nl verbatimtex\@nl \ifmfp@verbtex \the\mfp@verbtex\@nl \fi - \the\mfp@commonverbatimtex\@nl + \relax\@nl + \the\mfp@commonverbatimtex \def\noexpand\everylabel{\the\mfp@toks}\@nl etex;\@nl \mfp@ifdefined\mfp@settemplate\mfp@settemplate{}% @@ -5242,7 +5243,7 @@ \@nl beginmfpic(\number\mfp@count); \mfp@p\space\mfp@lineno. \mfp@ifmpost - {\@nl verbatimtex + {\@nl verbatimtex \relax \bgroup\font\noexpand\MFPcfont=\fontname\@tcurr\relax etex;}{}}% % \end{macrocode} @@ -5917,7 +5918,7 @@ % \begin{macrocode} \mfp@DBlog{Definition of closure of mfpic environment.}% \newdef\endmfpic{\every@endmfpic - \mfsrc{\mfp@ifmpost{\@nl verbatimtex \egroup\space etex;}{}\@nl + \mfsrc{\mfp@ifmpost{\@nl verbatimtex \relax\egroup\space etex;}{}\@nl endmfpic; \mfp@p\space(\number\mfp@count) \mfp@lineno.\@nl \mfp@p\mfp@d\mfp@d\mfp@d\@nl}% \ifmfpicdebug\wlog{}\wlog{Mfpic: ENTERED endmfpic.}\wlog{}\fi @@ -6315,7 +6316,7 @@ \endgroup \mfp@ifopengraphsfile {\mfp@ifmpost - {\mfsrc{ verbatimtex\@nl \the\mfp@toks}\mfcmd{etex}}% + {\mfcmd{verbatimtex\@nl\the\mfp@toks\@nl\mfp@p\@nl etex}}% {\mfp@noMP@error\mfpverbtex}% \global\mfp@verbtexfalse\global\mfp@verbtex{}}% {\edef\mfp@tempa{\the\mfp@verbtex\the\mfp@toks}% |