cs-self-learning/docs/必学工具/Latex.md
2021-11-30 23:48:07 +08:00

14 lines
No EOL
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 为什么学Latex
如果你需要写论文,那么请直接跳到下一节,因为你不学也得学。
LaTex是一种基于Tex的排版系统由图灵奖得主Lamport开发而Tex则是由Knuth最初开发这两位都是计算机界的巨擘。当然开发者强并不是我们学习LaTex的理由LaTex和常见的所见即所得的Word文档最大的区别就是用户只需要关注写作的内容而排版则完全交给软件自动完成。这让没有任何排版经验的普通人得以写出排版非常专业的论文或文章。
Berkeley计算机系教授Christos Papadimitriou曾说过一句半开玩笑的话
> *Every time I read a LaTeX document, I think, wow, this must be correct!*
## 如何学习LaTex
推荐的学习路线如下:
- LaTex的环境配置是个比较头疼的问题。如果你本地配置LaTex环境出现了问题可以考虑使用[Overleaf](https://www.overleaf.com)这个在线LaTex编辑网站。站内不仅有各种各样的LaTex模版供你选择还免去了环境配置的难题。
- 阅读下面三篇Tutorial: [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最好的方式当然是写论文不过从一门数学课入手用LaTex写作业也是一个不错的选择。