summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/ptex2pdf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-03-08 22:30:17 +0000
committerKarl Berry <karl@freefriends.org>2015-03-08 22:30:17 +0000
commita5bd498c48edcf5b4a3b5a3e771c64e3e89c67f2 (patch)
treef66f4d41f3ecdeecf37088379c7f766ac14ef0b6 /Master/texmf-dist/scripts/ptex2pdf
parent9f7cb3e46e30a28af5f02983cda964aff5a9941c (diff)
ptex2pdf (8mar15)
git-svn-id: svn://tug.org/texlive/trunk@36462 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/ptex2pdf')
-rwxr-xr-xMaster/texmf-dist/scripts/ptex2pdf/ptex2pdf.lua10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/ptex2pdf/ptex2pdf.lua b/Master/texmf-dist/scripts/ptex2pdf/ptex2pdf.lua
index 2b1d361a8c6..5b08fa0cc47 100755
--- a/Master/texmf-dist/scripts/ptex2pdf/ptex2pdf.lua
+++ b/Master/texmf-dist/scripts/ptex2pdf/ptex2pdf.lua
@@ -1,7 +1,7 @@
-#!/usr/bin/env texlua
+#!/usr/bin/env texlua
NAME = "ptex2pdf[.lua]"
-VERSION = "0.5"
+VERSION = "0.6"
AUTHOR = "Norbert Preining <norbert@preining.info>"
SHORTDESC = NAME .. ": Convert Japanese TeX documents to pdf"
LONGDESC = [[
@@ -28,7 +28,7 @@ LICENSECOPYRIGHT = [[
Originally based on musixtex.lua from Bob Tennent.
(c) Copyright 2012 Bob Tennent rdt@cs.queensu.ca
-(c) Copyright 2013-2014 Norbert Preining norbert@preining.info
+(c) Copyright 2013-2015 Norbert Preining norbert@preining.info
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
@@ -125,6 +125,10 @@ CHANGELOG = [[
version 0.5 2014-11-05 NP
on Windows: set command_line_encoding to utf8 when running uptex
(patch by Akira Kakuto)
+ version 0.6 2015-03-08 NP
+ cygwin didn't like the (accidentally inserted) spaces after the
+ texlua in the shebang line, and stopped working with
+ "no such program: "texlua " ..."
]]