Thomas Kluyver
Thomas Kluyver
Yup, it expects it without a space. The requirement could be relaxed, it's just a fairly quick implementation.
I'm not familiar with makeidx, sorry.
It probably makes sense to pass options through to nbconvert, though I'd probably make it work like this: ```shell python3 -m bookbook.latex (bookbook options) -- (nbconvert options) ``` i.e. the...
At present, you need to supply a template which sets the title. I know this is a bit inconvenient, but a template gives you a lot of power over the...
It's not really something bookbook aims to support, but feel free to copy the code it uses: https://github.com/takluyver/bookbook/blob/50678bfaef28f18ac51dfbaf79247fb0d79e9529/bookbook/latex.py#L66-L87
It should be easy enough to regex it out in typical cases, however Latex is flexible enough that making a properly general solution would be difficult. I'm not familiar enough...
The lack of docs here is kind of semi-deliberate - this is still a pretty rough and ready tool that I threw together for a need here at Southampton, and...
> Currently nbconvert doesn't even have links inside a single notebook, right? It didn't when I wrote bookbook, but we've since copied over part of bookbook's logic for converting the...
> Python 2 strings are only one byte per character. As of Python 3.3, strings using only characters in the Latin-1 set can be stored with 1 byte per character...
I don't think pre-commit.ci has any way to install extra apt packages - I'd be happy to hear that I'm wrong, but I think the idea is that it has...