算法课笔记
✨ 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- TexLive 2020
- Elegant LaTeX
- Neovim with vimtex
makemake devmake 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