A. Hand fixes to get oerpub/sf-demo book completely working:
1. Get math to work for oerpub/sf-demo-book by putting the mathml property into the spine of the books. Use sf-demo-book as the primary organization guide because it uses reader and an index.html file with a script that Max wrote to that it works even after the book gets forked. I want the demo-book to use this index.html file also. I just didn't copy it over because the math wasn't working.
2. In oerpub/sf-demo-book, the forward/backward arrows don't seem to correctly navigate through the book.
This may also be a spine related issue. (The first module seems to be
repeated twice, then the last module shows up, and finally the middle
module)
3.
The oerpub/sf-demo-book TOC doesn't work at all. Not sure why. (The TOC is pulled out by clicking on the three horizontal bars at the top. It looks OK, but clicking any of the links doesn't work.
B. Convert oerpub/demo-book to the same organization as oerpub/sf-demo-book
C. Get the spine to properly update while adding, deleting, and moving content.
D. Start a discussion with epubjs and Peter Krautzberger about possibly having a book-wide configuration for including mathjax, rather than a per module one. Is the mathml property defined in EPUB3, or is this a special epubjs specific thing? Tom notes that the performance of loading mathjax doesn't seem to affect anything when no math is in the document which is why we think it might be simpler to just configure the books to always include it in our case at least.