1DMP(1) General Commands Manual DMP(1)
2
3
4
6 dmp - translate Troff output to low-level MetaPost input
7
9 dmp [option] ditrofffile [mpxfile]
10
12 This manual page is not meant to be exhaustive. The complete documenā
13 tation for this version of TeX can be found in the info file or manual
14 Web2C: A TeX implementation.
15
16 The dmp program generates MetaPost source code from the ditrofffile.
17 The generated code is written in mpxfile if it is specified, and to
18 standard output otherwise.
19
20 dmp is typically called from scripts like makempx, not from the command
21 line.
22
24 dmp accepts the following options:
25
26 --help Print help message and exit.
27
28 --version
29 Print version information and exit.
30
32 mpost(1), makempx(1).
33
34
35
36Web2C 7.5.4 4 January 1998 DMP(1)