summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ptex2pdf/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/ptex2pdf/README')
-rw-r--r--Master/texmf-dist/doc/latex/ptex2pdf/README25
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.
-
-