From 41c402e9df2d50c940889199aff1f4d598ba30cf Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 21 Sep 2021 19:50:29 +0000 Subject: hanzibox (21sep21) git-svn-id: svn://tug.org/texlive/trunk@60575 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/xelatex/hanzibox/README.md | 52 +++++++++++++++++++++ Master/texmf-dist/doc/xelatex/hanzibox/build.sh | 9 ++++ .../texmf-dist/doc/xelatex/hanzibox/hanzibox.pdf | Bin 0 -> 250802 bytes 3 files changed, 61 insertions(+) create mode 100644 Master/texmf-dist/doc/xelatex/hanzibox/README.md create mode 100755 Master/texmf-dist/doc/xelatex/hanzibox/build.sh create mode 100644 Master/texmf-dist/doc/xelatex/hanzibox/hanzibox.pdf (limited to 'Master/texmf-dist/doc/xelatex') 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 + ---------------------------------------------------------------------- + + 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 Binary files /dev/null and b/Master/texmf-dist/doc/xelatex/hanzibox/hanzibox.pdf differ -- cgit v1.2.3