computer_knowledge_notes/Software/_文本编辑/texlive.md

14 lines
482 B
Markdown

#### 安装
```
# ubuntu 18.04
sudo apt install texlive-full
sudo apt install texmaker
```
可在[wikibook](https://zh.wikibooks.org/wiki/LaTeX)、[分分钟学Latex](https://github.com/luong-komorebi/Begin-Latex-in-minutes/blob/master/Translation:Chinese.md)学习latex
- latex中的一切都是命令和环境
- 命令和环境有相同的形式,都是以反斜杠开头
- 环境对文件的一部分起作用,而命令只对某个字母起作用
- 注释以百分号开头