diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-22 22:15:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-22 22:15:53 +0000 |
commit | 6939ed0afc29a47a10b7cf679b0788b95e68bdf4 (patch) | |
tree | ef7f16fe19bb6b68c72d818300e8d1865e766172 /Master/texmf-dist/doc/latex | |
parent | 804884b921da3ed10618686d17d0d8a351a7268d (diff) |
bxghost (23sep19)
git-svn-id: svn://tug.org/texlive/trunk@52150 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/bxghost/LICENSE | 21 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/bxghost/README.md | 37 |
2 files changed, 58 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bxghost/LICENSE b/Master/texmf-dist/doc/latex/bxghost/LICENSE new file mode 100644 index 00000000000..d20a0d418f2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bxghost/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright 2019 Takuto ASAKURA (wtsnjp) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Master/texmf-dist/doc/latex/bxghost/README.md b/Master/texmf-dist/doc/latex/bxghost/README.md new file mode 100644 index 00000000000..f9096387cc8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bxghost/README.md @@ -0,0 +1,37 @@ +# The BXghost Package + +LaTeX: ghost insertion for proper xkanjiskip + +## System requirements + +* TeX format: LaTeX +* TeX engine: LuaTeX, XeTeX, pTeX, upTeX, and ApTeX (pTeX-ng) + +Since this package is intended to create documents in Japanese, it assumes appropriate classes and/or packages are loaded in some engines (e.g., LuaTeX-ja for LuaTeX and bxjscls for XeTeX). BXghost does not load any external packages automatically. + +## Usage + +This package provides following commands: + +* `\eghostguarded{<text>}` inserts *Europian ghost* (invisible and zero-width alphabets) before and after the `<text>`. In math mode, it outputs only `<text>` without the ghosts. +* `\jghostguarded{<text>}` inserts *Japanese ghost* (invisible and zero-width Kanji) before and after the `<text>`. In math mode, it outputs only `<text>` without the ghosts. + +## Acknowledgements + +The logic and style of the code in this package is greatly inspired by [Package PXghost](https://gist.github.com/zr-tex8r/4461060) and various packages in [the BX series](http://zrbabbler.sp.land.to/package.html#ssec-bx). I would like to thank the author of the packages, Dr. Takayuki YATO (aka. [ZR](https://github.com/zr-tex8r)). + +## License + +This package is distributed under [the MIT license](./LICENSE). + +## Revision History + +* Version 0.2.0 ‹2019/09/17› + * Add supports for XeTeX and ApTeX (pTeX-ng) +* Version 0.1.0 ‹2019/09/16› + * The first public version + * Add supports for LuaTeX to the original [PXghost](https://gist.github.com/zr-tex8r/4461060) package + +--- + +Takuto ASAKURA ([wtsnjp](https://twitter.com/wtsnjp)) |