[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] add Chinese support for texinfo pdf output
From: |
Wu XiangCheng |
Subject: |
[PATCH 0/4] add Chinese support for texinfo pdf output |
Date: |
Fri, 7 Oct 2022 01:07:10 +0800 |
Add texinfo-zh.tex and txi-zh.tex to support Chinese texinfo pdf output.
Only support XeTex now. It is possible to support LuaTex later, but I
don't know much about LuaTex unfortunately.
Thanks,
Wu XiangCheng (4):
* doc/texinfo-zh.tex: add Chinese support for texinfo.tex, only
support XeTex now.
* doc/txi-zh.tex: add Chinese translations and font definitions for
texinfo.tex.
* doc/txi-zh.tex: add modified \chapmacro, \sectionheading, \xrefX and
\Ynumbered to fix Chinese chapter/section dispaly.
* short-sample-zh.texi: add a sample file for texinfo-zh.tex.
ChangeLog | 19 +
doc/short-sample-zh.texi | 65 ++++
doc/texinfo-zh.tex | 53 +++
doc/txi-zh.tex | 799 +++++++++++++++++++++++++++++++++++++++
4 files changed, 936 insertions(+)
create mode 100644 doc/short-sample-zh.texi
create mode 100644 doc/texinfo-zh.tex
create mode 100644 doc/txi-zh.tex
base-commit: 172c029077b68bbdf3f09d5da0b014e135540885
--
2.30.2
- [PATCH 0/4] add Chinese support for texinfo pdf output,
Wu XiangCheng <=
- [PATCH 4/4] * short-sample-zh.texi: add a sample file for texinfo-zh.tex., Wu XiangCheng, 2022/10/06
- [PATCH 1/4] * doc/texinfo-zh.tex: add Chinese support for texinfo.tex, only support XeTex now., Wu XiangCheng, 2022/10/06
- [PATCH 2/4] * doc/txi-zh.tex: add Chinese translations and font definitions for texinfo.tex., Wu XiangCheng, 2022/10/06
- [PATCH 3/4] * doc/txi-zh.tex: add modified \chapmacro, \sectionheading, \xrefX and \Ynumbered to fix Chinese chapter/section dispaly., Wu XiangCheng, 2022/10/06
- Re: [PATCH 3/4] * doc/txi-zh.tex: add modified \chapmacro, \sectionheading, \xrefX and \Ynumbered to fix Chinese chapter/section dispaly., Gavin Smith, 2022/10/06
- Re: [PATCH 3/4] * doc/txi-zh.tex: add modified \chapmacro, \sectionheading, \xrefX and \Ynumbered to fix Chinese chapter/section dispaly., Wu XiangCheng, 2022/10/06
- Re: [PATCH 3/4] * doc/txi-zh.tex: add modified \chapmacro, \sectionheading, \xrefX and \Ynumbered to fix Chinese chapter/section dispaly., Gavin Smith, 2022/10/07
- Re: [PATCH 3/4] * doc/txi-zh.tex: add modified \chapmacro, \sectionheading, \xrefX and \Ynumbered to fix Chinese chapter/section dispaly., Gavin Smith, 2022/10/18