File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Welcome to algorithm-course-notes 👋
2- ![ Version] ( https://img.shields.io/badge/version-1.6.2 -blue.svg?cacheSeconds=2592000 )
2+ ![ Version] ( https://img.shields.io/badge/version-1.7.0 -blue.svg?cacheSeconds=2592000 )
33[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( # )
44![ build-CI] ( https://github.com/colinaaa/algorithm-course-notes/workflows/build-CI/badge.svg )
55![ Upload Release Asset] ( https://github.com/colinaaa/algorithm-course-notes/workflows/Upload%20Release%20Asset/badge.svg )
66
77> 算法课笔记
88
9- ### ✨[ Demo] ( https://github.com/colinaaa/algorithm-course-notes/releases/download/v1.6.2 /book-v1.6.2 .pdf )
9+ ### ✨[ Demo] ( https://github.com/colinaaa/algorithm-course-notes/releases/download/v1.7.0 /book-v1.7.0 .pdf )
1010
1111## 添加新章节
1212
13131 . 在` src ` 中添加新文件` xxx.tex ` (可参考` example.tex ` )
14142 . 在` Makefile ` 的` SRC ` 中添加` xxx.tex `
1515
16- ``` Makefile
16+ ``` make
1717TEX =\
1818 $(SRC ) /example.tex\
1919 $(SRC ) /xxx.tex\
Original file line number Diff line number Diff line change 2727\author {计卓1801全体}
2828\institute {华中科技大学}
2929\date {\zhtoday }
30- \version {1.6.2 }
30+ \version {1.7.0 }
3131\logo {logo.png}
3232\cover {cover.png}
3333
You can’t perform that action at this time.
0 commit comments