diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-25 20:39:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-25 20:39:41 +0000 |
commit | a668ec43fa4ad7236570e18fa0008c16d2f279c3 (patch) | |
tree | 601e7dcfd7ab7f8afe71a47dae6858842409b5db /Master/texmf-dist/doc/latex/platex-tools/README.md | |
parent | ebb5a88807ee66de22c4803faa1a8e9ad8ffa5bf (diff) |
platex-tools (25oct16)
git-svn-id: svn://tug.org/texlive/trunk@42352 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/platex-tools/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/platex-tools/README.md | 45 |
1 files changed, 42 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/platex-tools/README.md b/Master/texmf-dist/doc/latex/platex-tools/README.md index 48f14239b8d..c288ed09f53 100644 --- a/Master/texmf-dist/doc/latex/platex-tools/README.md +++ b/Master/texmf-dist/doc/latex/platex-tools/README.md @@ -2,8 +2,47 @@ This bundle is an extended version of latex-tools bundle developed by LaTeX team, mainly intended to support pLaTeX2e and upLaTeX2e. -Currently patches for latex-tools bundle and ms bundle (by Martin -Martin Schröder) are included. +Patches for latex-tools bundle and ms bundle (by Martin Schröder) +and some additional packages are included. + +## Bundle contents + +- plextarray.sty: + Patch for array.sty (latex-tools) to improve + compatibility with plext.sty in pLaTeX. + Can be used on pLaTeX/upLaTeX. +- plextdelarray.sty: + Patch for delarray.sty (latex-tools) to improve + compatibility with plext.sty in pLaTeX. + Can be used on pLaTeX/upLaTeX. +- pxftnright.sty: + Patch for ftnright.sty (latex-tools) to support + Japanese classes for vertical writing. + Can be used on pLaTeX/upLaTeX. +- pxeverysel.sty: + Patch for everysel.sty (ms) to improve + compatibility with Japanese font selection in pLaTeX. + Can be used on pLaTeX/upLaTeX. + Previous version of this package (v0.1) was written by + Takayuki YATO in 2015 + (https://gist.github.com/zr-tex8r/48c6910bbbe2f41d72de), + and incorporated into this bundle by his courtesy. +- pxeveryshi.sty: + Patch for everyshi.sty (ms) to support + Japanese classes for vertical writing. + Can be used on pLaTeX/upLaTeX. + Previous version of this package (v0.1) was written by + Takayuki YATO in 2012 + (https://gist.github.com/zr-tex8r/2702969), + and incorporated into this bundle by his courtesy. +- bounddvi.sty: + Set papersize special to DVI file. + Can be used on LaTeX/pLaTeX/upLaTeX + with dvips or dvipdfmx drivers. + Previous version of this package (v6.0) was written by + Koichi INOUE in 2004 + (https://www.ma.ns.tcu.ac.jp/Pages/TeX/bounddvi.sty.html), + and incorporated into this bundle by his courtesy. ## Character encoding @@ -27,6 +66,6 @@ the 3-clause BSD license (see [LICENSE](./LICENSE)). ## Release Date -2016-10-15 +2016-10-25 Hironobu Yamashita |