diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-08 21:42:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-08 21:42:32 +0000 |
commit | 8853974591602003b6ea3948c580bcd7ad2b8784 (patch) | |
tree | 844ae5b27257b58543a5ef2ade4bebc077bd0f77 /Master/texmf-dist/doc/latex/ptex2pdf | |
parent | ba00aa69508ba23aa5ea249f2b8cf351ab5b9ef5 (diff) |
ptex2pdf
git-svn-id: svn://tug.org/texlive/trunk@54179 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ptex2pdf')
-rw-r--r-- | Master/texmf-dist/doc/latex/ptex2pdf/README.md | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/ptex2pdf/README.md b/Master/texmf-dist/doc/latex/ptex2pdf/README.md index bf4890b6aa2..1fe1e275ccc 100644 --- a/Master/texmf-dist/doc/latex/ptex2pdf/README.md +++ b/Master/texmf-dist/doc/latex/ptex2pdf/README.md @@ -18,17 +18,18 @@ by dvipdfmx. ````` [texlua] ptex2pdf[.lua] { option | basename[.tex] } ... -options: -v version - -h help - -help print full help (installation, TeXworks setup) - -e use eptex class of programs - -u use uptex class of programs - -l use latex based formats - -s stop at dvi - -i retain intermediate files - -ot '<opts>' extra options for TeX - -od '<opts>' extra options for dvipdfmx - -output-directory '<dir>' directory for created files +options: -v version + -h help + -help print full help (installation, TeXworks setup) + -e use eptex class of programs + -u use uptex class of programs + -l use latex based formats + -ld use latex-dev based formats + -s stop at dvi + -i retain intermediate files + -ot '<opts>' extra options for TeX + -od '<opts>' extra options for dvipdfmx + -output-directory '<dir>' directory for created files ````` ## Installation ## @@ -167,14 +168,16 @@ http://github.com/texjporg/ptex2pdf support directories containing dots (thanks kn1cht) - version 20200119.0 check invalid PATH string beforehand on windows +- version 20200307.0 + add -ld option to run (u)platex-dev ## Copyright and License ## Originally based on musixtex.lua from Bob Tennent. -(c) Copyright 2016-2020 Japanese TeX Development Community -(c) Copyright 2013-2020 Norbert Preining norbert@preining.info -(c) Copyright 2012 Bob Tennent rdt@cs.queensu.ca +(c) Copyright 2016-2020 Japanese TeX Development Community +(c) Copyright 2013-2020 Norbert Preining norbert@preining.info +(c) Copyright 2012 Bob Tennent rdt@cs.queensu.ca This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the |