summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/latexmp/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-08-08 21:50:40 +0000
committerKarl Berry <karl@freefriends.org>2007-08-08 21:50:40 +0000
commit650cdd5b518f5b67a30cce8bdc9f894d3b57e755 (patch)
tree971d62cfc32b9fd0fa42cfb9753a63c94c8f2cf8 /Master/texmf-dist/doc/metapost/latexmp/README
parentb88972521e85212bc48e30f7dff70d5d8b6a8fda (diff)
belated latexmp update per florent, 08 Aug 2007 11:31:12, debigan bug 435132
git-svn-id: svn://tug.org/texlive/trunk@4720 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/metapost/latexmp/README')
-rw-r--r--Master/texmf-dist/doc/metapost/latexmp/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/metapost/latexmp/README b/Master/texmf-dist/doc/metapost/latexmp/README
index 829eeb5943c..604654ab872 100644
--- a/Master/texmf-dist/doc/metapost/latexmp/README
+++ b/Master/texmf-dist/doc/metapost/latexmp/README
@@ -3,9 +3,10 @@ interface to access LaTeX-based typesetting capabilities in
MetaPost.
The text to be typeset is given as string. This allows even
dynamic text elements, for example counters, to be used in
-labels. Compared to other implementations it is much more
-flexible, since it can be used as direct replacement for
-btex..etex, and much faster, compared for example to
-the solution provided by tex.mp.
+labels.
All files of the package belong to the Public Domain.
+
+Since version 1.2 the MP prologues value is not set by
+latexMP anymore. Additionally, the compatibility with
+the normal btex..etex behaviour has been improved.