summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pxufont
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-12 21:55:25 +0000
committerKarl Berry <karl@freefriends.org>2019-03-12 21:55:25 +0000
commit27570b0335d858aae49821a98ebe3944b288ba40 (patch)
tree5682f001be7de07a0088b36f2288c76167c65a03 /Master/texmf-dist/doc/latex/pxufont
parent4cf0a8c48e3a2375401a945f22431b720c704377 (diff)
pxufont (12mar19)
git-svn-id: svn://tug.org/texlive/trunk@50355 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pxufont')
-rw-r--r--Master/texmf-dist/doc/latex/pxufont/LICENSE2
-rw-r--r--Master/texmf-dist/doc/latex/pxufont/README.md29
2 files changed, 29 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/pxufont/LICENSE b/Master/texmf-dist/doc/latex/pxufont/LICENSE
index 8ada757fbc8..139b5e5aede 100644
--- a/Master/texmf-dist/doc/latex/pxufont/LICENSE
+++ b/Master/texmf-dist/doc/latex/pxufont/LICENSE
@@ -1,6 +1,6 @@
The MIT License
-Copyright (c) 2017 Takayuki YATO (aka. "ZR")
+Copyright (c) 2017-2019 Takayuki YATO (aka. "ZR")
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/Master/texmf-dist/doc/latex/pxufont/README.md b/Master/texmf-dist/doc/latex/pxufont/README.md
index 2f82efce067..9c0cc70cfac 100644
--- a/Master/texmf-dist/doc/latex/pxufont/README.md
+++ b/Master/texmf-dist/doc/latex/pxufont/README.md
@@ -36,7 +36,7 @@ fonts are difficult to prepare.
This package is distributed under the MIT License.
-The bxufont Package
+The pxufont Package
-------------------
### Package Loading
@@ -55,9 +55,36 @@ For present, this package has no public commands. All the settings are
done through the package option.
+The pxufont-ruby Package
+------------------------
+
+This package is an alternative to the pxufont package. The difference
+between the two is the way the “ruby notation fonts” of the japanese-otf
+package are handled; pxufont disables the ruby fonts and substitutes then
+with ordinary fonts, whereas pxufont-ruby supports also the ruby fonts.
+This feature however requires extra settings of font mapping.
+
+### Package Loading
+
+ \usepackage{pxufont-ruby}
+
+Note that pxufont and pxufont-ruby are mutually exclusive; when both
+packages are loaded, then the one loaded earlier will be effective.
+
+NB. Developers can test whether pxufont-ruby is effective by testing
+whether `\pxufontUseRubyFont` is defined.
+
+
Revision History
----------------
+ * Version 0.5 〈2019/02/28〉
+ - Support for the fonts of ruby notation forms.
+
+ * Version 0.4 〈2019/02/15〉
+ - Support for the fonts of `min10` series.
+ - Fix erroneous `zu-jisg.vf`.
+
* Version 0.3 〈2017/07/07〉
- Emulate also some Unicode fonts which VFs map to non-Unicode fonts.
* Version 0.2 〈2017/06/28〉