文件名称:jupyterbook-latex:为Jupyter Book支持LaTeX基础结构
文件大小:33KB
文件格式:ZIP
更新时间:2024-03-03 11:45:26
Python
菊皮书胶乳 支持Jupyter Book的LaTeX基础架构 该存储库是一个开发项目,旨在改善Jupyter Book对LaTeX的支持。 入门 克隆此存储库 git fork https://github.com/executablebooks/jupyterbook-latex.git 使用安装文件进行安装 cd jupyterbook-latex python setup.py install 将jupyterbook-latex添加到jupyterbook项目中的config.yml文件中: sphinx: extra_extensions: - jupyterbook_latex 或conf.py在您的conf.py项目中: extensions = ['jupyterbook_latex'] 问题 需要解决的问题列表: 开发者须知 提供了一个用于测试
【文件预览】:
jupyterbook-latex-master
----.flake8(47B)
----.gitignore(243B)
----README.md(957B)
----CHANGELOG.md(4KB)
----jupyterbook_latex()
--------utils.py(282B)
--------__init__.py(3KB)
--------theme()
--------nodes.py(2KB)
--------transforms.py(7KB)
----.github()
--------workflows()
----.pre-commit-config.yaml(502B)
----tests()
--------test_toc.py(1KB)
--------conftest.py(1KB)
--------test_toc()
--------test_transforms()
--------roots()
--------test_transforms.py(705B)
----docs()
--------_config.yml(962B)
--------intro.md(3KB)
--------contributing.md(1KB)
--------_toc.yml(35B)
----LICENSE(1KB)
----codecov.yml(447B)
----MANIFEST.in(164B)
----setup.py(1KB)
----tox.ini(625B)