summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/mptopdf.tlpsrc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-01 16:47:03 +0000
committerKarl Berry <karl@freefriends.org>2010-06-01 16:47:03 +0000
commitefa150b0c0e1c73cf5c5010e782f458720e7d2e7 (patch)
tree5c2c80c18820a48f0dcac7c691822362fd65b44e /Master/tlpkg/tlpsrc/mptopdf.tlpsrc
parentdda232091b98442362506b0d26d69c91ba207b07 (diff)
rename supp-pdf to mptopdf, and include the other mptopdf-related files, while excluding them from context. enable mptopdf.fmt. after discussions with taco.
git-svn-id: svn://tug.org/texlive/trunk@18674 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/mptopdf.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/mptopdf.tlpsrc35
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/mptopdf.tlpsrc b/Master/tlpkg/tlpsrc/mptopdf.tlpsrc
new file mode 100644
index 00000000000..04f4b0921b7
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/mptopdf.tlpsrc
@@ -0,0 +1,35 @@
+shortdesc mpost to PDF, native MetaPost graphics inclusion
+
+longdesc The mptopdf script does standalone conversion from mpost to
+longdesc PDF, using the supp-* and syst-* files. They also native
+longdesc MetaPost graphics inclusion in LaTeX (via pdftex.def) and
+longdesc ConTeXt. They can be used independently of the rest of
+longdesc ConTeXt, yet are maintained as part of it. So in TeX Live we
+longdesc pull them out to this separate package for the benefit of LaTeX
+longdesc users who do not install the rest of ConTeXt.
+longdesc
+longdesc This can be found on CTAN in macros/pdftex/graphics.
+
+execute AddFormat name=mptopdf engine=pdftex \
+ options="-translate-file=cp227.tcx mptopdf.tex"
+
+runpattern f texmf-dist/tex/context/base/supp-mis.mkii
+runpattern f texmf-dist/tex/context/base/supp-mpe.mkii
+runpattern f texmf-dist/tex/context/base/supp-pdf.mkii
+runpattern f texmf-dist/tex/context/base/syst-tex.mkii
+runpattern f texmf-dist/scripts/context/perl/mptopdf.pl
+runpattern f texmf-dist/tex/generic/context/mptopdf.pl
+#
+binpattern f bin/${ARCH}/mptopdf
+
+# more info:
+#
+# supp-pdf is the main thing.
+#
+# supp-mpe is for ConTeXt extensions (i.e., certain MetaPost specials),
+# according to pdftex.def (it is loaded by
+# \LoadMetaPostSpecialExtensions) and it may require supp-mis.
+#
+# mptopdf is for turning MetaPost files into stand-alone PDF.
+# mptopdf.pl relies on a format created from mptopdf.tex, which in turn
+# reads all the above supp-* files.