summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-21 19:50:29 +0000
committerKarl Berry <karl@freefriends.org>2021-09-21 19:50:29 +0000
commit41c402e9df2d50c940889199aff1f4d598ba30cf (patch)
tree7e2deb7ae462aa62dc6decf3bb33bad1c2f445f1 /Master/texmf-dist/doc/xelatex
parent7ae12e79acacd03b0dc8508a6f64762c1d0b3ce0 (diff)
hanzibox (21sep21)
git-svn-id: svn://tug.org/texlive/trunk@60575 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex')
-rw-r--r--Master/texmf-dist/doc/xelatex/hanzibox/README.md52
-rwxr-xr-xMaster/texmf-dist/doc/xelatex/hanzibox/build.sh9
-rw-r--r--Master/texmf-dist/doc/xelatex/hanzibox/hanzibox.pdfbin0 -> 250802 bytes
3 files changed, 61 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xelatex/hanzibox/README.md b/Master/texmf-dist/doc/xelatex/hanzibox/README.md
new file mode 100644
index 00000000000..58818c5ab5b
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/hanzibox/README.md
@@ -0,0 +1,52 @@
+hanzibox
+LaTeX3 Chinese Character package, v1.01
+=======
+
+`hanzibox` is a LaTeX package written to simplify the input of Chinese
+with Hanyu Pinyin and translation. Hanyu Pinyin was placed above Chinese with
+xpinyin package and the translation was placed below the Chinese.
+
+`hanzibox` is a utility for creating practise sheets, dialogs, character explanations and more.
+There are PDFs included which may be useful to regular users.
+
+It was inspired by hanzibox.sty from https://github.com/janvorisek/chinese-latex-utilities.
+
+In this new package, the commands were kept, but redesign its options and mandatories.
+
+At present, hanzibox.sty only supports XeTeX engines and only allows UTF-8 encoding tex source file.
+
+You can read the package manual (in Chinese) for more detailed explanations.
+
+Gitee repository: https://gitee.com/nwafu_nan/hanzibox-l3.
+
+Contributing
+------------
+
+Issues and pull requests are welcome.
+
+Copyright and Licence
+---------------------
+
+ Copyright (C) 2020-2021 by Nan Geng <nangeng@nwafu.edu.cn>
+ ----------------------------------------------------------------------
+
+ This work may be distributed and/or modified under the
+ conditions of the LaTeX Project Public License, either
+ version 1.3c of this license or (at your option) any later
+ version. This version of this license is in
+ http://www.latex-project.org/lppl/lppl-1-3c.txt
+ and the latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+ and version 1.3 or later is part of all distributions of
+ LaTeX version 2005/12/01 or later.
+
+ This work has the LPPL maintenance status "maintained".
+
+ The Current Maintainer of this work is Nan Geng.
+
+ This package consists of the file hanzibox.dtx,
+ and the derived files hanzibox.sty,
+ hanzibox.pdf,
+ hanzibox.ins,
+ README.md (this file).
+
diff --git a/Master/texmf-dist/doc/xelatex/hanzibox/build.sh b/Master/texmf-dist/doc/xelatex/hanzibox/build.sh
new file mode 100755
index 00000000000..f742d62e76e
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/hanzibox/build.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+xetex hanzibox.dtx &&\
+xelatex hanzibox.dtx &&\
+makeindex -s gind.ist -o hanzibox.ind hanzibox.idx &&\
+makeindex -s gglo.ist -o hanzibox.gls hanzibox.glo &&\
+xelatex hanzibox.dtx &&\
+xelatex hanzibox.dtx &&\
+xelatex hanzibox.dtx
diff --git a/Master/texmf-dist/doc/xelatex/hanzibox/hanzibox.pdf b/Master/texmf-dist/doc/xelatex/hanzibox/hanzibox.pdf
new file mode 100644
index 00000000000..23e93b20dc9
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/hanzibox/hanzibox.pdf
Binary files differ