summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/mfpic/mfpic-doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/mfpic/mfpic-doc.tex')
-rw-r--r--Master/texmf-dist/doc/generic/mfpic/mfpic-doc.tex16
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/mfpic/mfpic-doc.tex b/Master/texmf-dist/doc/generic/mfpic/mfpic-doc.tex
index bee22641385..73b5b1fafd7 100644
--- a/Master/texmf-dist/doc/generic/mfpic/mfpic-doc.tex
+++ b/Master/texmf-dist/doc/generic/mfpic/mfpic-doc.tex
@@ -1,5 +1,5 @@
%%% File: mfpic-doc.tex
-%%% A part of mfpic 1.00 2009/09/22
+%%% A part of mfpic 1.02 2009/10/29
%%%
% Documentation of mfpic macros
\documentclass[letterpaper]{article}
@@ -3998,10 +3998,12 @@ This writes a \mfc{verbatimtex} block to the \file{.mp} file. It makes
sense only if the \opt{mplabels} option is used and so only for \MP{}.
The \meta{\TeX{}-cmds} in the argument are written to the \file{.mp}
file, preceded by the \MP{} command \mfc{verbatimtex} and followed by
-\mfc{etex}. Line breaks within the \meta{\TeX{}-cmd} are preserved. The
-\cs{mfpverbtex} command must come before any \cs{tlabel} that is to be
-affected by it. Any settings common to all \env{mfpic} environments
-should be in a \cs{mfpverbtex} command preceding all such environments.
+\mfc{etex}. Line breaks within the \meta{\TeX{}-cmd} are preserved.
+There is also a linebreak between the end of \meta{\TeX-cmds} and the
+\mfc{etex}. The \cs{mfpverbtex} command must come before any \cs{tlabel}
+that is to be affected by it. Any settings common to all \env{mfpic}
+environments should be in a \cs{mfpverbtex} command preceding all such
+environments.
It may be issued at any point after \mfp{} is loaded, and any number of
times. If it is issued after \cs{opengraphsfile}, its contents are
@@ -6130,11 +6132,11 @@ with the \cs{opengraphsfile} commands reading of these booleans.
\end{cd}
This expands to the current \mfp{} version multiplied by 100. At this
-writing, it produces `\texttt{100}' because the version is 1.0. It can
+writing, it produces `\texttt{102}' because the version is 1.02. It can
be used to test the version:
\begin{verbatim}
\ifx\mfpicversion\undefined \def\mfpicversion{0}\fi
-\ifnum\mfpicversion>70 ... \else ... \fi
+\ifnum\mfpicversion<70 ... \else ... \fi
\end{verbatim}
\cs{mfpicversion} was added in version 0.7.