Skip to content
This repository has been archived by the owner on Apr 16, 2018. It is now read-only.

sagews presentations #179

Open
haraldschilly opened this issue Nov 8, 2014 · 0 comments
Open

sagews presentations #179

haraldschilly opened this issue Nov 8, 2014 · 0 comments

Comments

@haraldschilly
Copy link
Member

The idea is to annotate cells in a sagews worksheet in such a way, that it can be translated to a presentation. Each cell is appended to the current slide, unless there is an annotation.

Looking at IPython notebook and reveal.js, e.g. live_reveal, there should be these annotations:

  • slide: a new track of slides start
  • sub-slide: a new slide in a track starts
  • fragment: incremental revelation inside a single slide
  • notes: add this to the notes of the current slide
  • skip: ignore this cell

Of course, this can also be used to convert the worksheet to LaTeX/beamer, etc.

See Also:

  • IPython/nbconvert: the --to-slides creates a static version, whereas the mentioned live_reveal changes the UI to contain live cells (which is way cooler, but doesn't work offline).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant