ai-edu/scripts
Nathan Bu 004bc74d6c
Keep updating Chapter 16 of ASE (#795)
* Keep updating Chapter 16 of ASE

* update

* update

* update script and add README

* update

* update

* update

* update

* update

* update

* update

* add .DS_Store

---------

Co-authored-by: shbu <shaopeng@microsoft.com>
2023-05-30 08:15:59 +08:00
..
.gitignore 现代软件工程>第7步 测试与质量:搭建初步结构,增加python脚本 (#767) 2023-05-22 00:06:36 +08:00
README.md Keep updating Chapter 16 of ASE (#795) 2023-05-30 08:15:59 +08:00
customref.docx Keep updating Chapter 16 of ASE (#795) 2023-05-30 08:15:59 +08:00
merge_into_book.py Keep updating Chapter 16 of ASE (#795) 2023-05-30 08:15:59 +08:00

README.md

Markdown file merge tool

This will help merge all the *.md files in a tree into 1 and form chapter structures.

Change the folder/book name in the source file merge_into_book.py:

# for example:   book_name = "A5-现代软件工程(更新中)"
book_name = "the book folder name"

and then run:

python3 merge_into_book.py

Dependencies

Please install the below tools and make sure they are added to Path.

To check whether these binaries are available, open your terminal and type:

pandoc --version
pdflatex --version
miktex --help