Skip to content
Snippets Groups Projects
user avatar
AakashGC authored
This PR brings improvements to `PDF` builds via `LaTeX` by incorporating the
[jupyterbook-latex](https://github.com/executablebooks/jupyterbook-latex

) extension.

This initial release:

1. harmonises the document structure for `html` and `latex` outputs, by implementing support for `part`/`chapter` structures in the `_toc.yml` for PDF via LaTeX,
2. brings support for the jupyter-book directive `tableofcontents` to PDF via LaTeX, and
3. adds support for commonly used tags on `code-cell` directives (such as `hide-cell`) to PDF via LaTeX

Co-authored-by: default avatarmmcky <mamckay@gmail.com>
Co-authored-by: default avatarmmcky <mmcky@users.noreply.github.com>
fd382b47

Jupyter Book

CircleCI codecov DOI PyPI

Jupyter Book is an open-source tool for building publication-quality books and documents from computational material.

Jupyter Book allows users to

  • write their content in markdown files or Jupyter notebooks,
  • include computational elements (e.g., code cells) in either type,
  • include rich syntax such as citations, cross-references, and numbered equations, and
  • using a simple command, run the embedded code cells, cache the outputs and convert this content into:
    • a web-based interactive book and
    • a publication-quality PDF.

Governance of this project

Jupyter Book is still developing relatively rapidly, so please be patient if things change or features iterate and change quickly. Once Jupyter Book hits 1.0, it will slow down considerably!

Contribute or improve the book

Notice some inefficient CSS? A typo in the text? Want to add a cool feature so that others can enjoy the improvements to Jupyter Books? Check out the Jupyter Book Contributor's Guide. We'd love your help!

Acknowledgements

Jupyter Book is maintained and primarily developed by the Executable Book Project.