-
找不到pandoc
安裝pandoc庵寞,加入環(huán)境變量,必要時(shí)重啟jupyter或機(jī)器薛匪。
[! Package ucs Error: Unknown Unicode character 9474 = U+2502,
(ucs) possibly declared in uni-37.def.
(ucs) Type H to see if it is available with options.
可能含有中文等捐川,\Anaconda3\Lib\site-packages\nbconvert路徑下,
修改\templates\latex文件夾下逸尖,article.tplx
里
\documentclass[11pt]{article}
為
\documentclass[11pt]{ctexart}
修改exporters文件夾下pdf.py
里
latex_command = List([u"xelatex", u"{filename}"], config=True,
help="Shell command used to compile latex."
)
為
latex_command = List([u"xelatex", u"{filename}"], config=True,
help="Shell command used to compile latex."
)