Sébastien Boisgérault

Results 91 comments of Sébastien Boisgérault

Alternatively, just split each set of sides into 2 or 3 parts and the notebook decomposition will follow.

Note : sur un cas pratique (lien entre densité de X et de X^2), la méthode permet en pratique de s'abstraire des calculs des bornes : on passe de chgt...

Speaker notes (tagged with the `notes` class in a div) are note properly handled in the current conda environment : they are note filtered out of the slides. Need to...

There is apparently a specific issue here (with the build system?) since with the same conda environment, the reveal speaker notes "work". However, the mathjax stuff doesn't render well there...

Tested with a recent pandoc (2.14.2) and the mathjax redering is gone and there is a slider for long speaker notes which is fine. So the remaining issues are: -...

OK, recent pandoc (2.14.2, maybe before?) have adopted the new (3.8.0) file layout of reveal.js.

OK, I see why speaker notes won't work with my process : there is a div removal / transformation scheme that removes all top-level divs, including those tagged as `notes`....

Hi, Agreed that much more documentation is needed. I could add a FAQ to begin with ; that wouldn't take too much time and I could start with the answer...

> > The major use case : read a markdown document, perform some automated analysis or transformation in Python, then export the result to the format you need (markdown, HTML,...

Consider using some custom `__instancecheck__` class method (at the metaclass level) for `Typedef` instances to have the proper behavior [*] ? We could check structural conformity of the "instance", say...