算法课笔记
✨Demo
- 在
src
中添加新文件xxx.tex
(可参考example.tex
) - 在
Makefile
的SRC
中添加xxx.tex
TEX=\
$(SRC)/example.tex\
$(SRC)/xxx.tex\
- 在
book.tex
中添加一个\input
\input{src/xxx.tex}
- 测试一下
make dev
-
Q: 编译出错: ! LaTeX Error: File
`pgfornament.sty'
not found. -
A: 见 #8
-
Q: 图片或定理的label应该怎么写?
-
A: 见 #19 最好使用有意义的名称,若实在没什么含义,也请加上作用域
- TexLive 2020
- Elegant LaTeX
- Neovim with vimtex
make
make dev
make clean
# or clean up outputs
make clean-all
👤 Colin Wang
- Website: about.outsiders.top
- Github: @colinaaa
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator