sphinx-jupyterbook-latex
sphinx-jupyterbook-latex copied to clipboard
Supporting LaTeX infrastructure for Jupyter Book
### Context Some books would like to use `&` in the titles. For example, we have removed this usage in [651674e](https://github.com/QuantEcon/lecture-tools-techniques/pull/2/commits/651674ee82565def1767866b2041d1c5c670bf83) to allow for compatibility with LaTeX / PDF. ###...
As pointed out by @mmcky in https://github.com/QuantEcon/quantecon-book-theme/pull/238#issuecomment-1851340776 ### Context Pdf support for margins is lacking at the moment, while it is a powerful feature for websites. ### Proposal Have something...
### Describe the bug When using `Julia` and the `Plots.jl` package the default plot mime type in `ipynb` json is `svg+xml` The LaTeX builder doesn't know how to convert these...
### Describe the bug There is an issue when using `julia` from `tools_and_techniques/geom_series.md` (QuantEcon Lecture) ```` ```{code-cell} julia # Creates algebraic symbols that can be used in an algebraic expression...
### Describe the bug **context** The glue:math directive is not working in JupyterBook as seen in the documentation: https://jupyterbook.org/en/stable/content/executable/output-insert.html#the-glue-math-directive ...where the equation has no number ( ). This seems to...
Hi! I introduced some local bibliographies in my Jupyter book by inserting at the end of each chapter, ```` ## Bibliography ```{bibliography} :filter: docname in docnames ``` ```` The bibliography...
> I think the best way forward is to use the simple lists that @AakashGfude has put together and we can open an issue to replace it with a more...
### Description / Summary We should explicitly link the `format` types that are defined in `_toc.yml` to the operation of this extension and ensure support for `jb-article` and `jb-book`. Documentation...
### Context This is about file types in academic publishing. I tried to illustrate the story below 👇 ```mermaid sequenceDiagram participant arXiv actor Alice participant Journal Alice->>+arXiv: Upload PDF Alice->>+Journal:...
**Is your feature request related to a problem? Please describe.** We should enable a documentation build process (rtd) and then add: - [x] badge to README - [x] link to...