texlive-hanzibox 2025.2
Boxed Chinese characters with Pinyin above and translation below
This is a LaTeX package written to simplify the input of Chinese with Hanyu Pinyin and translation. Hanyu Pinyin is placed above Chinese with the xpinyin
package, and the translation is placed below. The package can be used as a utility for learning to write and pronounce Chinese characters, for Chinese character learning plans, presentations, exercise booklets and other documentation work.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/hanzibox
- Licenses: LPPL 1.3c
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-hanzibox 2025.2
as follows:
guix install texlive-hanzibox@2025.2
Or install the latest version:
guix install texlive-hanzibox
The texlive-hanzibox
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install texlive-hanzibox:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.