Skip to content

colinaaa/algorithm-course-notes

Repository files navigation

Welcome to algorithm-course-notes 👋

Version License: MIT build-CI Upload Release Asset

算法课笔记

Demo

添加新章节

  1. src中添加新文件xxx.tex(可参考example.tex
  2. MakefileSRC中添加xxx.tex
TEX=\
	$(SRC)/example.tex\
	$(SRC)/xxx.tex\
  1. book.tex中添加一个\input
\input{src/xxx.tex}
  1. 测试一下
make dev

FAQ

  • Q: 编译出错: ! LaTeX Error: File `pgfornament.sty' not found.

  • A:#8

  • Q: 图片或定理的label应该怎么写?

  • A:#19 最好使用有意义的名称,若实在没什么含义,也请加上作用域

工具链

编译

make

本地编写

make dev

清理

make clean

# or clean up outputs
make clean-all

Author

👤 Colin Wang

  • Website: about.outsiders.top
  • Github: @colinaaa

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator