https://github.com/colinaaa/algorithm-course-notes
何老师算法课笔记
https://github.com/colinaaa/algorithm-course-notes
algorithms hust
Last synced: 24 days ago
JSON representation
何老师算法课笔记
- Host: GitHub
- URL: https://github.com/colinaaa/algorithm-course-notes
- Owner: colinaaa
- License: mit
- Created: 2020-09-24T08:18:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T22:54:42.000Z (over 4 years ago)
- Last Synced: 2025-04-01T15:58:46.069Z (about 1 month ago)
- Topics: algorithms, hust
- Language: TeX
- Homepage:
- Size: 6.63 MB
- Stars: 12
- Watchers: 2
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Welcome to algorithm-course-notes 👋

[](#)

> 算法课笔记
### ✨[Demo](https://github.com/colinaaa/algorithm-course-notes/releases/download/v2.0.0/book-v1.8.0.pdf)
## 添加新章节
1. 在`src`中添加新文件`xxx.tex`(可参考`example.tex`)
2. 在`Makefile`的`SRC`中添加`xxx.tex````make
TEX=\
$(SRC)/example.tex\
$(SRC)/xxx.tex\
```3. 在`book.tex`中添加一个`\input`
```tex
\input{src/xxx.tex}
```4. 测试一下
```sh
make dev
```## FAQ
- *Q:* 编译出错: ! LaTeX Error: File
`pgfornament.sty'
not found.
- *A:* 见 [#8](https://github.com/colinaaa/algorithm-course-notes/issues/8)- *Q:* 图片或定理的label应该怎么写?
- *A:* 见 [#19](https://github.com/colinaaa/algorithm-course-notes/issues/19) 最好使用有意义的名称,若实在没什么含义,也请加上作用域## 工具链
- TexLive 2020
- [Elegant LaTeX](https://elegantlatex.org/en/)
- Neovim with vimtex## 编译
```sh
make
```## 本地编写
```sh
make dev
```## 清理
```sh
make clean# or clean up outputs
make clean-all
```## Author
👤 **Colin Wang**
* Website: about.outsiders.top
* Github: [@colinaaa](https://github.com/colinaaa)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/colinaaa/algorithm-course-notes/issues).
## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_