summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/man/man1/pmx2pdf.1
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-07 18:26:53 +0000
committerKarl Berry <karl@freefriends.org>2013-04-07 18:26:53 +0000
commitb04c2e1a42573e9735547702356c7b9a769a6855 (patch)
treec0753443f39500a062d7698fe6b94359c813f871 /Master/texmf/doc/man/man1/pmx2pdf.1
parentfb0bf13304a356f197bfc1add17f98c07e96f17b (diff)
texmf -> texmf-dist: doc
git-svn-id: svn://tug.org/texlive/trunk@29714 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/man/man1/pmx2pdf.1')
-rw-r--r--Master/texmf/doc/man/man1/pmx2pdf.1101
1 files changed, 0 insertions, 101 deletions
diff --git a/Master/texmf/doc/man/man1/pmx2pdf.1 b/Master/texmf/doc/man/man1/pmx2pdf.1
deleted file mode 100644
index 9ffcf094377..00000000000
--- a/Master/texmf/doc/man/man1/pmx2pdf.1
+++ /dev/null
@@ -1,101 +0,0 @@
-.\" This manpage is licensed under the GNU Public License
-.TH pmx2pdf 1 2012-05-15 "pmx2pdf script, version 0.2.1" ""
-
-.SH NAME
-pmx2pdf \- This script processes pmx files and then deletes intermediate files
-
-.SH SYNOPSIS
-[ texlua ]
-.B pmx2pdf
-{
-.IR option
-|
-.IR jobname
-[ .pmx ]
-} ...
-.TP
-The default effect is to process each file using
-.TP 12
-.BR pmxab (1)
-(pre-processing pass)
-.TP
-.BR etex (1)
-(first pass)
-.TP
-.BR musixflx (1)
-(second pass)
-.TP
-.BR etex (1)
-(third pass)
-.TP
-.BR dvips (1)
-(dvi to Postscript)
-.TP
-.BR ps2pdf (1)
-(Postscript to Portable Document Format)
-.TP
-followed by removal of intermediate files.
-
-.SH OPTIONS
-.TP 8
-.B -v
-output program name and version number, and quit
-.TP
-.B -h
-output usage summary and quit
-.TP
-.B -l
-changes the TeX processor to
-.BR latex (1)
-or
-.BR pdflatex (1)
-.TP
-.B -p
-changes the TeX processor to
-.BR pdfetex (1)
-or
-.BR pdflatex (1)
-(and doesn't run
-.BR dvips (1)
-and
-.BR ps2pdf (1)
-or
-.BR dvipdfm (1)
-)
-.TP
-.B -d
-changes the dvi processor to
-.BR dvipdfm (1)
-.TP
-.B -s
-stops processing at the dvi file
-.TP
-.B -t
-stops processing at the tex (and midi) files
-.TP
-.B -i
-retain intermediate files
-.TP
-.B -f
-default processing
-.TP 0
-Options affect processing of all succeeding PMX files unless changed by another option.
-
-.SH SEE ALSO
-.BR pmxab (1)
-.BR scor2prt (1)
-.BR etex (1),
-.BR latex (1),
-.BR pdfetex (1),
-.BR pdflatex (1),
-.BR musixflx (1),
-.BR dvipdfm (1),
-.BR dvips (1),
-.BR ps2pdf (1).
-.br
-pmx260.pdf
-.br
-pmxccn.pdf
-
-.SH AUTHOR
-This manual page was written by Bob Tennent <rdt@cs.queensu.ca>.