~ubuntu-branches/ubuntu/wily/luatex/wily

« back to all changes in this revision

Viewing changes to source/texk/web2c/man/dmp.man

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2010-04-29 00:47:19 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100429004719-o42etkqe90n97b9e
Tags: 0.60.1-1
* new upstream release, adapt build-script patch
* disable patch: upstream-epstopdf_cc_no_xpdf_patching, included upstream
* disable patch: libpoppler-0.12, not needed anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH DMP 1 "4 January 1998" "Web2C @VERSION@"
2
 
.\"=====================================================================
3
 
.if n .ds MP MetaPost
4
 
.if t .ds MP MetaPost
5
 
.if n .ds MF Metafont
6
 
.if t .ds MF M\s-2ETAFONT\s0
7
 
.if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP
8
 
.if n .ds TX TeX
9
 
.ie t .ds OX \fIT\v'+0.25m'E\v'-0.25m'X\fP for troff
10
 
.el .ds OX TeX for nroff
11
 
.\" the same but obliqued
12
 
.\" BX definition must follow TX so BX can use TX
13
 
.if t .ds BX \fRB\s-2IB\s0\fP\*(TX
14
 
.if n .ds BX BibTeX
15
 
.\" LX definition must follow TX so LX can use TX
16
 
.if t .ds LX \fRL\\h'-0.36m'\\v'-0.15v'\s-2A\s0\\h'-0.15m'\\v'0.15v'\fP\*(TX
17
 
.if n .ds LX LaTeX
18
 
.\"=====================================================================
19
 
.SH NAME
20
 
dmp \- translate Troff output to low-level MetaPost input
21
 
.SH SYNOPSIS
22
 
.B dmp
23
 
.RI [ option ]
24
 
.I ditrofffile
25
 
.RI [ mpxfile ]
26
 
.\"=====================================================================
27
 
.SH DESCRIPTION
28
 
This manual page is not meant to be exhaustive.  The complete
29
 
documentation for this version of \*(TX can be found in the info file
30
 
or manual
31
 
.IR "Web2C: A TeX implementation" .
32
 
.PP
33
 
The
34
 
.B dmp
35
 
program generates \*(MP source code from the
36
 
.IR ditrofffile .
37
 
The generated code is written in
38
 
.I mpxfile
39
 
if it is specified, and to standard output otherwise.
40
 
.PP
41
 
.B dmp
42
 
is typically called from scripts like
43
 
.BR makempx ,
44
 
not from the command line.
45
 
.\"=====================================================================
46
 
.SH OPTIONS
47
 
.B dmp
48
 
accepts the following options:
49
 
.TP
50
 
.B --help
51
 
.rb
52
 
Print help message and exit.
53
 
.TP
54
 
.B --version
55
 
.rb
56
 
Print version information and exit.
57
 
.\"=====================================================================
58
 
.SH "SEE ALSO"
59
 
.BR mpost (1),
60
 
.BR makempx (1).