├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_store 2 | .pdf 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## LaTeX-packages-zh-cn 2 | 3 | ### 介绍 4 | 5 | 本仓库用于收集 LaTeX 常用宏包手册的中文译本及 HTML 教程。 6 | 7 | ### 译本列表及链接 8 | 9 | |文档类、宏包、工具|介绍| 10 | |:---|:---| 11 | |[`amsmath`](https://github.com/yuxtech/translation-of-amsmath-package)|数学环境、算符| 12 | |[`amsthm`](https://github.com/sikouhjw/amsthm-zh)|定理类环境| 13 | |[`beamer`](https://www.beamer.plus) (HTML Version)|制作演示文稿| 14 | |[`biblatex`](https://github.com/hushidong/biblatex-zh-cn)|参考文献工具| 15 | |[`bookmark`](https://www.latexstudio.net/index/details/index/mid/2912.html)|书签| 16 | |[`clsguide`](https://github.com/CTeX-org/ctex-doc/tree/master/clsguide-zh-cn) (old version)|介绍如何自定义 cls 与 sty| 17 | |[`clsguide`](https://github.com/rockyzhz/latexdoc-chinese-translation/tree/main/clsguide-current-zh-cn) (new version)|同上| 18 | |[`doc`](https://github.com/rockyzhz/latexdoc-chinese-translation/tree/main/doc-zh-cn)|文学编程| 19 | |[`DocStrip`](https://github.com/rockyzhz/latexdoc-chinese-translation/tree/main/docstrip-zh-cn)|文学编程 (另外可以参看我的博客文章 [LaTeX 文学编程](https://switwu.github.io/2023-02-20-latex-literate-programming/))| 20 | |[`encguide`](https://www.latexstudio.net/index/details/index/mid/2911.html)|字体编码| 21 | |[`etoolbox`](https://github.com/rockyzhz/latexdoc-chinese-translation/tree/main/etoolbox-zh-cn)|编程工具,面向类与宏包作者| 22 | |[`expl3`](https://www.latexstudio.net/index/details/index/mid/2988.html)|简要介绍 LaTeX3| 23 | |[`fancyhdr`](https://www.latexstudio.net/index/details/index/mid/3086.html)|页眉页脚| 24 | |[`fntguide`](https://www.latexstudio.net/index/details/index/mid/2926.html)|字体| 25 | |[`geometry`](https://www.latexstudio.net/index/details/index/mid/3118.html)|配置页面几何参数| 26 | |[`hyperref`](https://www.latexstudio.net/index/details/index/mid/3423.html)|超链接| 27 | |[`nicematrix`](https://gitee.com/zhangsming818/nicematrixmanualzh/)|矩阵增强版| 28 | |[`tabularray`](https://gitee.com/nwafu_nan/tabularray-doc-zh-cn)|表格增强版| 29 | |[`TikZ-PGF`](https://tikz.dev) (HTML Version)|矢量绘图| 30 | |[`tkz-euclide`](https://github.com/registor/tkz-euclide-doc-zh-cn)|绘制平面图| 31 | |[`tocloft`](https://www.latexstudio.net/index/details/index/mid/1547.html)|定制目录| 32 | |[`tlmgr`](https://github.com/syvshc/tlmgr-intro-zh-cn)|TeXLive 包管理器| 33 | |[`xparse`](https://github.com/rockyzhz/latexdoc-chinese-translation/tree/main/xparse-zh-cn)|LaTeX3 用户接口| 34 | 35 | ### Contributors 36 | 37 | + [Huang Xuhua](https://www.latexstudio.net/index/lists/barsearch/author/23813.html) 38 | + [Xiang Yu](https://github.com/yuxtech) 39 | + [行者](https://www.latexstudio.net/index/lists/barsearch/author/7146.html) 40 | + [syvshc](https://github.com/syvshc) 41 | + [hushidong](https://github.com/hushidong) 42 | + [CTeX-org](https://github.com/CTeX-org) 43 | + [registor](https://github.com/registor) 44 | + [sikouhjw](https://github.com/sikouhjw) 45 | + [Rocky Zhang](https://github.com/rockyzhz) 46 | --------------------------------------------------------------------------------