用pandoc转换LaTeX文档
2024年6月9日LaTeX的优点 Latex文档是个文本文件,适合被git版本控制。 Latex ignores single line breaks. Latex文档中,文本可以换行;而生成的(pdf)文档中文本是在同一段。这个特性方便查看diff,与git配合更加。 Latex文档可以写注释。 改进文章的时候, […]
LaTeX的优点 Latex文档是个文本文件,适合被git版本控制。 Latex ignores single line breaks. Latex文档中,文本可以换行;而生成的(pdf)文档中文本是在同一段。这个特性方便查看diff,与git配合更加。 Latex文档可以写注释。 改进文章的时候, […]
Oftentimes, you don’t have to worry about verfical spaces in Latex files, especially when using document class article. Document classes have al […]
已知包名 如果你有针对性地想要学习某个包(里面的命令)的用法,那么有两种方法,一是在 D:\texlive\2024\doc.html 里面找,二是用texdoc命令。 texdoc texdoc是texlive里的一个包,这个包提供了texdoc这个可执行文件。 texdoc article就可以 […]
amsmath (CTAN): AMS mathematical facilities for LaTeX. amsldoc.pdf The split environment is a special subordinate form that is used only inside one of […]
有人搞不清楚word和latex的差别,以及有人以为要写数学公式才需要latex,以下提供我用latex的实例。 1、我以前用word填写政府表格,word里有个表格,突然延长到下一页去了,或者一行分隔成两行,第二行突然跑走了,或者单元格线突然消失。 2、我论文投稿,第一家出版社要求引用格式是APA […]
参见 pgfmanual.pdf chapter 13. 数值坐标 (x:y) polar coordinates. (30:1cm) 根据当前位置定位,角度为30度,长度为1cm。0度为正右,90度为正上。 (x,y) 在x-y坐标系的绝对位置。 +(x,y) 在x-y坐标系,基于当前位置添加偏移 […]
样本文件如下 \documentclass[a4paper, 12pt]{article} \begin{document} \section{K-Means Algorithm} \begin{enumerate} \item \begin{tabular}[t]{|c|c|c|} \hline […]