diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-26 22:48:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-26 22:48:40 +0000 |
commit | 966ab9dfab3de467ef49a1c73f3b9982cd20879c (patch) | |
tree | 4ee9dfa6fe5d1837ad4395169e693e5b3c5d5608 /Master/texmf-dist/doc/man | |
parent | 12a1a9699bdc797f9319d1ee6e7fb479e778d648 (diff) |
musixtex (26jul15)
git-svn-id: svn://tug.org/texlive/trunk@37959 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/musixtex.1 | 24 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/musixtex.man1.pdf | bin | 4562 -> 5613 bytes |
2 files changed, 22 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/man/man1/musixtex.1 b/Master/texmf-dist/doc/man/man1/musixtex.1 index f0b5aa063eb..b06935311e6 100644 --- a/Master/texmf-dist/doc/man/man1/musixtex.1 +++ b/Master/texmf-dist/doc/man/man1/musixtex.1 @@ -1,5 +1,5 @@ .\" This manpage is licensed under the GNU Public License -.TH MUSIXTEX 1 2014-05-18 "musixtex version 0.8" "" +.TH MUSIXTEX 1 2014-07-16 "musixtex version 0.11" "" .SH NAME musixtex \- processes MusiXTeX files, deleting intermediate files @@ -12,9 +12,12 @@ musixtex \- processes MusiXTeX files, deleting intermediate files | .IR jobname [ .tex ] +| +.IR jobname +[ .aspc ] } ... .TP -The default effect is to process each file using +If a jobname argument has a .tex extension, the default effect is to process the file using .TP 12 .BR etex (1) (first pass) @@ -32,6 +35,17 @@ The default effect is to process each file using (Postscript to Portable Document Format) .TP followed by removal of intermediate files. +.P +If a jobname argument has a .aspc extension, the file is first preprocessed using +.BR autosp (1) +and the resulting .tex file is processed as above. +.P +If a jobname argument has neither .tex nor .aspc extension, file +.IR jobname .aspc +will be processed as above if it exists; otherwise file +.IR jobname .tex +will +be processed. .SH OPTIONS .TP 8 @@ -81,6 +95,11 @@ call .BR makeindex (1) to update index database .TP +.B -a +force +.BR autosp (1) +preprocessing +.TP .B -f default processing .TP 0 @@ -91,6 +110,7 @@ rather than .BR -lx . .SH SEE ALSO +.BR autosp (1), .BR etex (1), .BR latex (1), .BR pdfetex (1), diff --git a/Master/texmf-dist/doc/man/man1/musixtex.man1.pdf b/Master/texmf-dist/doc/man/man1/musixtex.man1.pdf Binary files differindex 39026a1043d..aafd17cafd3 100644 --- a/Master/texmf-dist/doc/man/man1/musixtex.man1.pdf +++ b/Master/texmf-dist/doc/man/man1/musixtex.man1.pdf |