From a5bd498c48edcf5b4a3b5a3e771c64e3e89c67f2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 8 Mar 2015 22:30:17 +0000 Subject: ptex2pdf (8mar15) git-svn-id: svn://tug.org/texlive/trunk@36462 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/texlive/linked_scripts/ptex2pdf/ptex2pdf.lua | 10 +++++++--- Master/texmf-dist/doc/latex/ptex2pdf/README | 2 +- 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 " 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 " 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 " ..." ]] -- cgit v1.2.3