开源软件名称(OpenSource Name):executablebooks/sphinx-jupyterbook-latex开源软件地址(OpenSource Url):https://github.com/executablebooks/sphinx-jupyterbook-latex开源编程语言(OpenSource Language):Python 61.6%开源软件介绍(OpenSource Introduction):sphinx-jupyterbook-latexSphinx extension to support LaTeX infrastructure for Jupyter Book. This repository is a development project to improve LaTeX support
in Get startedTo get started with
then, add extensions = ["sphinx_jupyterbook_latex"]
# autoload the sphinx.ext.imgconverter extension, optional (default is True)
# jblatex_load_imgconverter = True
# turn root level toctree captions into top-level `part` headings, optional (default is to auto-infer)
# jblatex_captions_to_parts = True OR in the jupyterbook sphinx:
extra_extensions:
- sphinx_jupyterbook_latex
# config:
# jblatex_load_imgconverter: true
# jblatex_captions_to_parts: true Extension DetailsThis extension does not provide an actual Sphinx LaTeX theme, instead it instantiates a number of transforms (for LaTeX builders only) that manipulate the AST into the required format:
IssuesA list of issues that need to be addressed: Developer NotesA repository that contains many different project configurations for testing and development is available, along with implementation idea and notes |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论