diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-01 23:36:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-01 23:36:16 +0000 |
commit | 4ba35952b89022cf545fbbbaa3d867bcb8570adb (patch) | |
tree | 75845fc3030867eaa8295150ba01c02a2abebf8c /Master/texmf-dist/doc | |
parent | 763d037a12b5dd4d6bc9dcf92c049a55839b6ffd (diff) |
ptex2pdf (1may13)
git-svn-id: svn://tug.org/texlive/trunk@30201 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/ptex2pdf/README | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/ptex2pdf/README b/Master/texmf-dist/doc/latex/ptex2pdf/README index c19322ee230..f63acc66427 100644 --- a/Master/texmf-dist/doc/latex/ptex2pdf/README +++ b/Master/texmf-dist/doc/latex/ptex2pdf/README @@ -1,7 +1,4 @@ -ptex2pdf.lua -============ - -Convert Japanese TeX documents to pdf +ptex2pdf[.lua]: Convert Japanese TeX documents to pdf Author: Norbert Preining <norbert@preining.info> @@ -10,11 +7,10 @@ engines in TeXworks. As TeXworks typesetting setup does not allow for multistep processing, this script runs one of the ptex based programs (ptex, uptex, eptex, platex, uplatex) followed by dvipdfmx. -Usage ------ -[texlua] ptex2pdf[.lua] { option | basename[.tex] } ... +Usage: [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 @@ -23,10 +19,8 @@ options: -v version -ot '<opts>' extra options for TeX -od '<opts>' extra options for dvipdfmx - Installation ------------ - Copy the file ptex2pdf.lua into a directory where scripts are found, that is for example TLROOT/texmf-dist/scripts/ptex2pdf/ @@ -41,8 +35,6 @@ Windows: create a copy of runscript.exe as ptex2pdf.exe, in the TeX Live case: copy TLROOT/bin/win32/runscript.exe TLROOT/bin/win32/ptex2pdf.exe - - TeXworks setup -------------- Under Preferences > Typesetting add new entries, for example: @@ -79,15 +71,12 @@ for uplatex files: $synctexoption $fullname - -Original development place --------------------------- +Development place +----------------- https://git.gitorious.org/tlptexlive/ptex2pdf.git - -License and copyright +Copyright and License --------------------- - Originally based on musixtex.lua from Bob Tennent. (c) Copyright 2012 Bob Tennent rdt@cs.queensu.ca @@ -107,5 +96,3 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - |