Skip to main content

Latex specific features for jupyter book

Project description

sphinx-jupyterbook-latex

Sphinx extension to support LaTeX infrastructure for Jupyter Book.

This repository is a development project to improve LaTeX support in Jupyter Book.

Get started

To get started with sphinx-jupyterbook-latex, first install it through pip:

pip install sphinx-jupyterbook-latex

then, add sphinx_jupyterbook_latex to your extensions, in a Sphinx conf.py:

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 config.yml:

sphinx:
    extra_extensions:
    - sphinx_jupyterbook_latex
    # config:
    #   jblatex_load_imgconverter: true
    #   jblatex_captions_to_parts: true

Extension Details

This 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:

  1. Overrides some configuration:
  • latex_engine -> xelatex
  • latex_theme -> jupyterBook
  • appends necessary LaTeX commands to the preamble
  1. When a latex builder is specified:
  • Set's up sphinx.ext.imgconverter (if jblatex_load_imgconverter)
  • Replace sub-headers in the root document
  • Create headings from the root-level toctree captions (if jblatex_captions_to_parts)
  • Move bibliographies to the bottom of the document

Issues

A list of issues that need to be addressed:

https://github.com/executablebooks/meta/issues/169

Developer Notes

A repository that contains many different project configurations for testing and development is available, along with implementation idea and notes

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx_jupyterbook_latex-0.4.4.tar.gz (13.4 kB view details)

Uploaded Source

Built Distribution

sphinx_jupyterbook_latex-0.4.4-py3-none-any.whl (12.5 kB view details)

Uploaded Python 3

File details

Details for the file sphinx_jupyterbook_latex-0.4.4.tar.gz.

File metadata

  • Download URL: sphinx_jupyterbook_latex-0.4.4.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for sphinx_jupyterbook_latex-0.4.4.tar.gz
Algorithm Hash digest
SHA256 62d949b4fc5ba34f3b9ba7db974ad09fabbd5b9c596c8b3eb35ffc8b9cf3354c
MD5 8ce48f839704f9e026cf6b4e1b041ed3
BLAKE2b-256 e870638dc28e54b07f0851cc81a004a3cce3e9291f5d426060339df8ccebd209

See more details on using hashes here.

Provenance

File details

Details for the file sphinx_jupyterbook_latex-0.4.4-py3-none-any.whl.

File metadata

  • Download URL: sphinx_jupyterbook_latex-0.4.4-py3-none-any.whl
  • Upload date:
  • Size: 12.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for sphinx_jupyterbook_latex-0.4.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6ab70e62abe341db4da5a7814206b9349439135731488f0670f9c39937776921
MD5 8958231cdc0ee33217883d60ea6b32b4
BLAKE2b-256 09d1d2cc454cb4a016546b57c0e9db893dc56fb8dc25fd60d9097eb874f3714f

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page