Replies: 1 comment 2 replies
-
@chipbrock the One example were we use this extension to generate a https://python.quantecon.org/intro.html and you can download the pdf via the This is largely taking an automated approach which focuses on One of the issues we face is the LaTeX output produced by Sphinx isn't particularly I'd love to learn about your workflows to see how we can make improvements to Do you have any public examples of how you use metadata to control LaTeX output? To get LaTeX for jupyterbook you can use: jb build <project> --builder=latex with the results in and these latex customizations via sphinx are also available via |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been writing HTML using Jupyter Books for months now and like it very much. I'm a refugee from RStudio and Bookdown. While as cumbersome as Bookdown is, I was able to fork outputs to either html5 and LaTeX with my own front-matter for the latter with ease. It is slick. But its support is way too limited to commit a working life to it. Jupyter seems much more robust now.
I am about to start a new project where the output needs to be LaTeX (I'd prefer that to pdf directly) with my own front matter. What made the Bookdown learning doable was there were examples.
I cannot find examples on how to do this same thing in the Jupyter Book universe. Maybe I'm not looking in the right places, but the regular documentation is not helpful.
Does anyone know of an example setup to do Markdown -> Jupyter Book -> LaTeX? A simple working example would save me many hours of futzing around.
thanks....
Beta Was this translation helpful? Give feedback.
All reactions