summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-12-12 22:53:44 +0000
committerKarl Berry <karl@freefriends.org>2016-12-12 22:53:44 +0000
commite76c89b4c5023e1ed378208f5678795a4bb25349 (patch)
treecf17d73f108c8e89d7d879fc20dbe12141ac6a75 /Master/texmf-dist/doc/latex
parent5440276d0dda2eb514887c87b7d9ab67c49d6a85 (diff)
ptex2pdf (12dec16)
git-svn-id: svn://tug.org/texlive/trunk@42687 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/ptex2pdf/README.md (renamed from Master/texmf-dist/doc/latex/ptex2pdf/README)66
1 files changed, 37 insertions, 29 deletions
diff --git a/Master/texmf-dist/doc/latex/ptex2pdf/README b/Master/texmf-dist/doc/latex/ptex2pdf/README.md
index 55b96e1c5ea..efbd5a6f15a 100644
--- a/Master/texmf-dist/doc/latex/ptex2pdf/README
+++ b/Master/texmf-dist/doc/latex/ptex2pdf/README.md
@@ -19,7 +19,7 @@ programs (ptex, uptex, eptex, platex, uplatex) followed by dvipdfmx.
[texlua] ptex2pdf[.lua] { option | basename[.tex] } ...
options: -v version
-h help
- --help print full help (installation, TeXworks setup)
+ -help print full help (installation, TeXworks setup)
-e use eptex class of programs
-u use uptex class of programs
-l use latex based formats
@@ -27,6 +27,7 @@ options: -v version
-i retain intermediate files
-ot '<opts>' extra options for TeX
-od '<opts>' extra options for dvipdfmx
+ -output-directory '<dir>' directory for created files
`````
## Installation ##
@@ -116,44 +117,51 @@ for platex files in SJIS encoding:
## Development place ##
-http://github.com/norbusan/ptex2pdf
+http://github.com/texjporg/ptex2pdf
## Changelog ##
-- version 0.1 2013-03-08 NP
+- version 0.1 2013-03-08 NP
Initial release on blog
-- version 0.2 2013-03-10 NP
- import into git repository
- support passing options on to tex and dvipdfm
- add README with TeXworks config options
-- version 0.3 2013-05-01 NP
- include the readme in the lua code
- fix program name for -e -u
-- version 0.4 2013-05-07 NP
- quote the filename with ", so that special chars do survive
- add an example for TeXworks for files with different kanji encoding
-- 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 " ..."
-- version 0.7 2015-04-29
- move to github as gitorious will be closed, adapt help output
- to generate github flavored markdown
- check for files using kpathsea instead of opening directly, to allow
- for input of files found by kpathsea (closes github issue 1)
-- version 0.8 2015-06-15
- file name checks: first search for arg as is, then try .tex and .ltx
- (closes github issue: 3)
+- version 0.2 2013-03-10 NP
+ import into git repository
+ support passing options on to tex and dvipdfm
+ add README with TeXworks config options
+- version 0.3 2013-05-01 NP
+ include the readme in the lua code
+ fix program name for -e -u
+- version 0.4 2013-05-07 NP
+ quote the filename with ", so that special chars do survive
+ add an example for TeXworks for files with different kanji encoding
+- 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 " ..."
+- version 0.7 2015-04-29
+ move to github as gitorious will be closed, adapt help output
+ to generate github flavored markdown
+ check for files using kpathsea instead of opening directly, to allow
+ for input of files found by kpathsea (closes github issue 1)
+- version 0.8 2015-06-15
+ file name checks: first search for arg as is, then try .tex and .ltx
+ (closes github issue: 3)
+- version 0.9 2016-12-12
+ allow for files in sub-directories
+ add -output-directory option
+ update copyright and development place (now in texjp)
+ support 'flag=val' to specify option values
+ only allow one (1) filename argument
## Copyright and License ##
Originally based on musixtex.lua from Bob Tennent.
+(c) Copyright 2016 by Japanese TeX Development Community
+(c) Copyright 2013-2016 Norbert Preining norbert@preining.info
(c) Copyright 2012 Bob Tennent rdt@cs.queensu.ca
-(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