Penguin
Annotated edit history of makempx(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 MAKEMPX
2 !!!MAKEMPX
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 ----
9 !!NAME
10
11
2 perry 12 makempx - typeset labels in !MetaPost pictures with TeX or Troff
1 perry 13 !!SYNOPSIS
14
15
16 __makempx__ [[''--tex''|''--troff''] ''mpfile
17 mpxfile''
18 !!DESCRIPTION
19
20
21 This manual page is not meant to be exhaustive. The complete
22 documentation for this version of TEX can be found in the
23 info file or manual ''Web2C: A TeX
24 implementation''.
25
26
27 If ''mpxfile'' is older than ''mpfile'', translate the
2 perry 28 labels from the !MetaPost input file ''mpfile'' to
1 perry 29 low-level commands in ''MPXFILE'', by running __mpto
30 -tex__, __tex__, and __dvitomp__ by default; or, if
31 __-troff__ is specified, __mpto -troff__, __eqn -d$$
32 | troff -Tpost__, and __dmp__.
33
34
35 The current directory is used for writing temporary files.
36 Errors are left in ''mpxerr.{tex,log,dvi}''.
37
38
39 If the file named in ''$MPTEXPRE'' (mptexpre.tex by
40 default) exists, it is prepended to the output in tex
41 mode.
42
43
44 __makempx__ is typically called by __mpost__, not from
45 the command line.
46 !!OPTIONS
47
48
49 __makempx__ accepts the following options:
50
51
52 __--help__
53
54
55 Print help message and exit.
56
57
58 __--tex__
59
60
61 Assume input file contains TEX commands.
62
63
64 __--troff__
65
66
67 Assume input file contains Troff commands.
68
69
70 __--version__
71
72
73 Print version information and exit.
74 !!SEE ALSO
75
76
77 mpost(1), mpto(1).
78 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.