sphinx-jupyterbook-latex icon indicating copy to clipboard operation
sphinx-jupyterbook-latex copied to clipboard

Supporting LaTeX infrastructure for Jupyter Book

Results 17 sphinx-jupyterbook-latex issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

**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)

bug

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...

enhancement

**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...

bug

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...

enhancement

**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...

enhancement

**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...

enhancement