summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bxjalipsum
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-11-06 22:18:06 +0000
committerKarl Berry <karl@freefriends.org>2016-11-06 22:18:06 +0000
commitce76f6bbc047961361f6912c65156bc89a08e4b2 (patch)
tree92519370b5850aed821a56678fc80dd26378fa5f /Master/texmf-dist/doc/latex/bxjalipsum
parentc4687e0b7130f9b9bcf46645596fb9ecbb301ce5 (diff)
bxjalipsum (6nov16)
git-svn-id: svn://tug.org/texlive/trunk@42446 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bxjalipsum')
-rw-r--r--Master/texmf-dist/doc/latex/bxjalipsum/LICENSE6
-rw-r--r--Master/texmf-dist/doc/latex/bxjalipsum/README.md11
2 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/bxjalipsum/LICENSE b/Master/texmf-dist/doc/latex/bxjalipsum/LICENSE
index 49f803e083e..9e7e5a082c2 100644
--- a/Master/texmf-dist/doc/latex/bxjalipsum/LICENSE
+++ b/Master/texmf-dist/doc/latex/bxjalipsum/LICENSE
@@ -1,9 +1,3 @@
-$BK\%=%U%H%&%'%"$O(B MIT $B%i%$%;%s%9$N2<$GG[I[$5$l$^$9!#(B
-$BCx:n8"$O:n<T$G$"$k!VH,EP(B $B?rG7!JJLL>(B ZR$B!K!W$KB0$7$^$9!#(B
-$B$^$?K\%=%U%H%&%'%"$OL5J]>Z$G$9!#(B
-
-This software is distributed under the MIT License.
-
The MIT License
Copyright (c) 2016 Takayuki YATO (aka. "ZR")
diff --git a/Master/texmf-dist/doc/latex/bxjalipsum/README.md b/Master/texmf-dist/doc/latex/bxjalipsum/README.md
index d6af25ae9bf..cd7560bd906 100644
--- a/Master/texmf-dist/doc/latex/bxjalipsum/README.md
+++ b/Master/texmf-dist/doc/latex/bxjalipsum/README.md
@@ -12,7 +12,7 @@ language, the package uses some real text in public domain.
### System requirement
* TeX format: LaTeX.
- * TeX engine: pTeX / upTeX / XeTeX / LuaTeX.
+ * TeX engine: pdfTeX / pTeX / upTeX / XeTeX / LuaTeX.
* Dependent packages:
- intcalc (when using non-e-TeX engines)
@@ -56,6 +56,13 @@ No options are available.
* `\jalipsumjugemu`: The shorthand for `\jalipsum{jugemu}`.
* `\jalipsumjugemuP`: The shorthand for `\jalipsum{jugemuP}`.
+### Notices on use with pdfTeX
+
+ * In using with pdfTeX, Japanese (non-ASCII) characters are represented
+ as UTF-8 byte sequences. Thus there must be some mechanism (such as
+ the CJKutf8 package) that will decode such sequences and display the
+ Japanese characters properly.
+
### Notices for the TeX-programmers
* All the commands are fully expandable.
@@ -70,6 +77,8 @@ No options are available.
Revision History
----------------
+ * Version 0.3 〈2016/11/06〉
+ - Added the support for pdfTeX.
* Version 0.2 〈2016/08/15〉
- The first public version.