From efa150b0c0e1c73cf5c5010e782f458720e7d2e7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 1 Jun 2010 16:47:03 +0000 Subject: 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 --- Master/tlpkg/tlpsrc/mptopdf.tlpsrc | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Master/tlpkg/tlpsrc/mptopdf.tlpsrc (limited to 'Master/tlpkg/tlpsrc/mptopdf.tlpsrc') 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. -- cgit v1.2.3