Skip to content

将markdown写转换到latex的宏包

教学文档:https://liam.page/2020/03/30/writing-manuscript-in-Markdown-and-typesetting-with-LaTeX/
宏包的下载链接:https://ctan.org/pkg/markdown
使用它可以将markdown转换到你的论文中 细节是需要注意 --shell-escape 标记

将jupyter转换为markdown

转载自某乎https://zhuanlan.zhihu.com/p/371132826
需要安装 pip install nbconvert
这个 pip install pandoc 我没用到

bash
# 使用样例
$ jupyter nbconvert --to markdown notebook.ipynb

注意名字里别有空格,不然检测不到 toc Diffusion_Model


你的图片

Released under the MIT License.