Hey all! I’ve been looking through the fastbook repo, and there are lots of instances of specific formatting that look like they’re being used to parse the Jupyter notebooks to LaTeX documents (I.e. ‘.tex’ files) or some other format – is this functionality something that’s been made public in a general way?
That would be an awesome addition to something like fastpages – I could get a blog post and a chapter for a thesis all in one go, just from a Jupyter notebook!
use_math : Set this to true to get LaTeX math equation support. This is off by default as it otherwhise loads javascript into each page that may not be used.
I am unsure if this means supporting of LaTeX documents rather than LaTeX equations. I think the OP means the former while fastpages supports the latter.
From my experience, in academia, often it’s the case that one disseminates information via pdfs, normally made with LaTeX. My supervisor, for example, has no idea what a Jupyter notebook is, so a dream scenario would be for me to do my experiments + explanation in a Jupyter notebook and automatically be able to put that into a professional-looking document via LaTeX.
Maybe that’s not that common, but imo, it would be super nice to be able to have this functionality available for an academic context.
made an account just to reply to this, which may or may be evidence that the feature would be pretty generally useful.
Another cool thing would be to be able to drop .tex document packages (what you get when you download an overleaf project for example) in a folder analogous to _notebooks and have it show up as a blog post
Is there not already some kind of system in place with fastbook? There are many things in the cells that indicate that something is parsing this into the final book, which I believe uses latex