Penguin
Annotated edit history of mpto(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 MPTO
2 !!!MPTO
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 ----
9 !!NAME
10
11
2 perry 12 mpto - extract labels in !MetaPost pictures for typesetting
1 perry 13 !!SYNOPSIS
14
15
16 __mpto__ [[''-tex''|''-troff'']
17 ''mpfile''
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 Strip ''btex..etex'' and ''verbatimtex...etex'' parts
2 perry 28 from !MetaPost input file ''mpfile'', converting to either
1 perry 29 TEX or Troff (TEX by default). The generated code is dumped
30 on standard output.
31
32
33 __mpto__ is typically called by __makempx__, not from
34 the command line.
35 !!OPTIONS
36
37
38 __mpto__ accepts the following options:
39
40
41 __--help__
42
43
44 Print help message and exit.
45
46
47 __-tex__
48
49
50 Assume input file contains TEX commands.
51
52
53 __-troff__
54
55
56 Assume input file contains Troff commands.
57
58
59 __--version__
60
61
62 Print version information and exit.
63 !!SEE ALSO
64
65
66 mpost(1), makempx(1).
67 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.