LaTeX - (四)制作自己的模板

编译环境 我在本地编译的环境: 1PS C:\> tex -version 2TeX 3.141592653 (TeX Live 2025) 3kpathsea version 6.4.1 4Copyright 2025 D.E. Knuth. 5There is NO warranty. Redistribution of this software is 6covered by the terms of both the TeX copyright and 7the Lesser GNU General Public License. 8For more information about these matters, see the file 9named COPYING and the TeX source. 10Primary author of TeX: D.E. Knuth. 11 12PS C:\> latex -version 13pdfTeX 3.141592653-2.6-1.40.27 (TeX Live 2025) 14kpathsea version 6.4.1 15Copyright 2025 Han The Thanh (pdfTeX) et al. 16There is NO warranty. Redistribution of this software is 17covered by the terms of both the pdfTeX copyright and 18the Lesser GNU General Public License. 19For more information about these matters, see the file 20named COPYING and the pdfTeX source. 21Primary author of pdfTeX: Han The Thanh (pdfTeX) et al. 22Compiled with libpng 1.6.46; using libpng 1.6.46 23Compiled with zlib 1.3.1; using zlib 1.3.1 24Compiled with xpdf version 4.04 25 26PS C:\> xelatex -version 27XeTeX 3.141592653-2.6-0.999997 (TeX Live 2025) 28kpathsea version 6.4.1 29Copyright 2025 SIL International, Jonathan Kew and Khaled Hosny. 30There is NO warranty. Redistribution of this software is 31covered by the terms of both the XeTeX copyright and 32the Lesser GNU General Public License. 33For more information about these matters, see the file 34named COPYING and the XeTeX source. 35Primary author of XeTeX: Jonathan Kew. 36Compiled with ICU version 76.1; using 76.1 37Compiled with zlib version 1.3.1; using 1.3.1 38Compiled with FreeType2 version 2.13.3; using 2.13.3 39Compiled with Graphite2 version 1.3.14; using 1.3.14 40Compiled with HarfBuzz version 10.2.0; using 10.2.0 41Compiled with libpng version 1.6.46; using 1.6.46 42Compiled with pplib version v2.2 43Compiled with fontconfig version 2.15.0; using 2.15.0 笔记模板和书籍模板 我的笔记模板和书籍模板都可以在我的仓库 chen-huaneng/latex-template 中找到。 ...

 发布时间: 2024-10-28

LaTeX - (三)使用技巧

有“强迫症”的浮动体 LaTeX 中的浮动体:基础篇 | 始终 (liam.page) 如何查找文档 在命令行中输入 texdoc <doc name>,比如想找 $C\TeX$ 宏包的文档:texdoc ctex。 宏包 各种宏包的作用 todonotes: comments and TODO management pgfplots: create graphs in $\LaTeX$ spreadtab: create spreadsheets in $\LaTeX$ gchords, guitar: guitar chords and tabulature cwpuzzle: crossword puzzles AMS-LaTeX: 数学公式amsmath包 LaTeX公式.pdf (reformship.github.io) - 中文版数学公式速查手册 有关宏包的文档 Examples - Equations, Formatting, TikZ, Packages and More - Overleaf, Online LaTeX Editor The CTAN archive (sustech.edu.cn) 基本上所有的宏包都能在这里和其他镜像站点找到 实用技巧 只查看出错的代码 使用工具宏包 syntonly,加载这个宏包之后,在导言区使用 \syntonly 命令,可以使得 $\LaTeX$ 编译后不生成 DVI 或者 PDF 文档,只排查错误,编译速度会快不少: ...

 发布时间: 2024-10-24

LaTeX - (二)如何安装LaTeX

Windows 10 安装 $\TeX\, Live$ 环境说明 这里主要针对 Windows 10环境进行安装 $\TeX\, Live$,关于其他的 $\LaTeX$ 发行版和不同安装环境可以参考以下链接: texlive-zh-cn.pdf (tug.org) - $\TeX\,Live$ 指南 install-latex-guide-zh-cn.pdf (ctan.org) - 一份简短的关于 $\LaTeX$ 安装的介绍 TeX Live - TeX Users Group (tug.org) - 官方文档 如果不清楚想要安装什么发行版,可以先阅读上面给出的文档,里面有关于发行版之间的区别。 ...

 发布时间: 2024-10-24

LaTeX - (一)简单入门

$\LaTeX$ 介绍 LaTeX使用指南:从入门到精通 - 少数派 (sspai.com) stone-zeng/latex-talk: Modern LaTeX in a Nutshell 很好的一份 PPT,基本上涵盖了 $\LaTeX$ 的各个部分的内容 如何安装 $\LaTeX$ LaTeX - 如何安装LaTeX - Abel’s Blog OsbertWang/install-latex-guide-zh-cn: 一份简短的关于 LaTeX 安装的介绍 如何学习 $\LaTeX$ LaTeX - CS自学指南 提供了一些不错的学习资源 CTeX-org/lshort-zh-cn: A Chi­nese edi­tion of the Not So Short Introduction to LaTeX2ε 一份(不太)简短的 LATEX 2ε 介绍,推荐作为新手阅读的第一个文档 wklchris/Note-by-LaTeX: 《简单粗暴 LaTeX》出版图书开源仓库 | The opensource repo for my published LaTeX book. 建议在有一定的 $\LaTeX$ 基础之后再阅读 快速入门 $\LaTeX$ : ...

 发布时间: 2024-10-16