md 文件 转 pdf
1、下载测试文件
2、 环境
python
brew install python
pandoc
brew install pandoc
brew install pandoc-citeproc
tinytex
sudo chown -R $(whoami) /usr/local/bin
curl -sL "https://yihui.org/gh/tinytex/tools/install-unx.sh" | sh
安装扩展
tlmgr install unicode-math filehook xecjk xltxtra realscripts fancyhdr lastpage ctex ms cjk ulem environ trimspaces zhnumber collection-fontsrecommended
使用
在测试文件的目录下运行
python batch-markdown-to-pdf.py
# 如果 有提示缺什么模块,直接 pip install 模块名 就行
完成之后,在原测试文件夹目录下生成一个 pdf 文件夹,里面就是转换后的 pdf 文件
合并 pdf
(免费网站)[https://www.ilovepdf.com/zh-cn/merge_pdf]