diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-08 22:30:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-08 22:30:17 +0000 |
commit | a5bd498c48edcf5b4a3b5a3e771c64e3e89c67f2 (patch) | |
tree | f66f4d41f3ecdeecf37088379c7f766ac14ef0b6 | |
parent | 9f7cb3e46e30a28af5f02983cda964aff5a9941c (diff) |
ptex2pdf (8mar15)
git-svn-id: svn://tug.org/texlive/trunk@36462 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/ptex2pdf/ptex2pdf.lua | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ptex2pdf/README | 2 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/ptex2pdf/ptex2pdf.lua | 10 |
3 files changed, 15 insertions, 7 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/ptex2pdf/ptex2pdf.lua b/Build/source/texk/texlive/linked_scripts/ptex2pdf/ptex2pdf.lua index 2b1d361a8c6..5b08fa0cc47 100755 --- a/Build/source/texk/texlive/linked_scripts/ptex2pdf/ptex2pdf.lua +++ b/Build/source/texk/texlive/linked_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 " ..." ]] diff --git a/Master/texmf-dist/doc/latex/ptex2pdf/README b/Master/texmf-dist/doc/latex/ptex2pdf/README index 4ccacd30eca..c5cc8342742 100644 --- a/Master/texmf-dist/doc/latex/ptex2pdf/README +++ b/Master/texmf-dist/doc/latex/ptex2pdf/README @@ -91,7 +91,7 @@ Copyright and License 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 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 " ..." ]] |