sphinx-jupyterbook-latex
sphinx-jupyterbook-latex copied to clipboard
Supporting LaTeX infrastructure for Jupyter Book
### Description / Summary Once https://github.com/executablebooks/jupyter-book/pull/1422 is merged we will be able to add a test that: 1. builds `jupyterbook` docs as a `pdf` via `pre-commit` hook that builds a...
**Describe the bug** We need to activate the PyPI release token for tagged releases. This is causing the `master` branch to fail (on the PyPI release stage)
When printing raw latex code with python, such as: ``` from tabulate import tabulate table = [["spam",42],["eggs",451],["bacon",0]] headers = ["item", "qty"] print(tabulate(table, headers, tablefmt="latex")) ``` Output: ``` \begin{tabular}{lr} \hline item...
**Describe the bug** It looks like we may need to figure out a way to harmonise figure/image sizes between `html` and `pdf` outputs. The following pdf file for [https://python-programming.quantecon.org/intro.html](https://github.com/executablebooks/jupyterbook-latex/files/5671705/python.pdf) using...
Hiya, It's me again! How feasible do you think it would be to allow some sort of abstract to be put in the in the latex pdf. This could either...
**Is your feature request related to a problem? Please describe.** Add recent LaTeX build improvements to the `--indiviudalpages` option **Describe the solution you'd like** Improve `--individualpages` output to build individual...
**Is your feature request related to a problem? Please describe.** [This feature request](https://github.com/executablebooks/meta/discussions/351#discussioncomment-719844) is looking to add the `logo` that is defined in the `_config.yml` to the front page of...