summaryrefslogtreecommitdiff
path: root/language/japanese/BX/bxghost/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'language/japanese/BX/bxghost/README.md')
-rw-r--r--language/japanese/BX/bxghost/README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/language/japanese/BX/bxghost/README.md b/language/japanese/BX/bxghost/README.md
index 23419832ba..4080b42c37 100644
--- a/language/japanese/BX/bxghost/README.md
+++ b/language/japanese/BX/bxghost/README.md
@@ -2,7 +2,7 @@
LaTeX: ghost insertion for proper xkanjiskip
-## System requirements
+## Requirements
* TeX format: LaTeX
* TeX engine: LuaTeX, XeTeX, pTeX, upTeX, and ApTeX (pTeX-ng)
@@ -22,6 +22,16 @@ In addition, the following package options are available:
* `verb` patches the `\verb` command of LaTeX to be guarded by European ghost.
* `noverb` disables the `verb` feature. (default)
+### For package authors
+
+To use the function of this package in your package, a library version is available:
+
+```tex
+\RequirePackage{bxghost-lib}
+```
+
+This provides all the commands defined in the package but does not have any package option to prevent the problem of option clashes.
+
## 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)).
@@ -32,6 +42,8 @@ This package is distributed under [the MIT license](./LICENSE).
## Revision History
+* Version 0.5.0 ‹2022/05/20›
+ * Provide `bxghost-lib` for internal use from other packages
* Version 0.4.0 ‹2022/02/12›
* More general implementation for `\jghostguarded`
* Add the `noverb` option