Skip to content

Commit

Permalink
[UPDATE] Add some LaTeX resources (#372)
Browse files Browse the repository at this point in the history
* add some LaTeX resources

* resolve conversion
  • Loading branch information
FDUZS authored Jan 3, 2023
1 parent 7f20ea0 commit 35eab85
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/必学工具/LaTeX.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

LaTeX 是一种基于 TeX 的排版系统,由图灵奖得主 Lamport 开发,而 Tex 则是由 Knuth 最初开发,这两位都是计算机界的巨擘。当然开发者强并不是我们学习 LaTeX 的理由,LaTeX 和常见的所见即所得的 Word 文档最大的区别就是用户只需要关注写作的内容,而排版则完全交给软件自动完成。这让没有任何排版经验的普通人得以写出排版非常专业的论文或文章。

Berkeley计算机系教授 Christos Papadimitriou 曾说过一句半开玩笑的话:
Berkeley 计算机系教授 Christos Papadimitriou 曾说过一句半开玩笑的话:

> Every time I read a LaTeX document, I think, wow, this must be correct!
Expand All @@ -22,3 +22,11 @@ Berkeley计算机系教授 Christos Papadimitriou 曾说过一句半开玩笑的
[Part-1]: https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-1
[Part-2]: https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2
[Part-3]: https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-3

其他值得推荐的入门学习资料如下:

- 一份简短的安装 LaTeX 的介绍 [[GitHub](https://github.com/OsbertWang/install-latex-guide-zh-cn)] 或者 TEX Live 指南(texlive-zh-cn)[[PDF](https://www.tug.org/texlive/doc/texlive-zh-cn/texlive-zh-cn.pdf)] 可以帮助你完成安装和环境配置过程
- 一份(不太)简短的 LaTeX2ε 介绍(lshort-zh-cn)[[PDF](https://mirrors.ctan.org/info/lshort/chinese/lshort-zh-cn.pdf)] [[GitHub](https://github.com/CTeX-org/lshort-zh-cn)] 是由 CTEX 开发小组翻译的,可以帮助你快速准确地入门,建议通读一遍
- 刘海洋的《LaTeX 入门》,可以当作工具书来阅读,有问题再查找,跳过 CTEX 套装部分
- [现代 LaTeX 入门讲座](https://github.com/stone-zeng/latex-talk)
- [一份其实很短的 LaTeX 入门文档](https://liam.page/2014/09/08/latex-introduction/)

0 comments on commit 35eab85

Please sign in to comment.