summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/supp-pdf.tlpsrc
blob: 9a663441b6187673b2735b12f0a2f911b46ef35e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
shortdesc native MetaPost graphics inclusion
longdesc The supp-pdf.* files support native MetaPost graphics inclusion
longdesc in LaTeX (via pdftex.def) and ConTeXt.  They can be used
longdesc independently of the rest of the ConTeXt, yet are maintained as
longdesc part of it.  So in TeX Live we pull them out to this separate
longdesc package for the benefit of LaTeX users who do not install the
longdesc rest of ConTeXt.  They can be found on CTAN in
longdesc macros/pdftex/graphics.
#
runpattern f texmf-dist/tex/context/base/supp-pdf.*

# more info ...
# 
# Date: Mon, 14 Sep 2009 12:15:26
# From: Daniel Luecking
# 
# A simple inclusion via "pdftex mpsproof ..." (that's my mpsproof.tex
# from the metapost distribution) loads only supp-pdf.tex if I use the
# files from CTAN/macros/pdftx/graphics, otherwise it loads supp-pdf.tex
# from tex/context/base/, which then loads supp-pdf.mkii.
# 
# The supp-mpe.* are for context extensions (i.e., certain metapost
# specials), according to pdftex.def (it is loaded by
# \LoadMetaPostSpecialExtensions) and it may require supp-mis.*.
# 
# mptopdf.* are only for turning metapost files into stand-alone PDF.
# The perl component is in texmf-dist/scripts/context/ but maybe it ought
# to be separate from context. It relies on a format created from mptopdf.tex.
# 
# I really have no idea about syst-tex.*, but I suspect it's only needed by
# supp-mpe.*