-
Notifications
You must be signed in to change notification settings - Fork 7
/
epub-notes.txt
15 lines (11 loc) · 888 Bytes
/
epub-notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
I had trouble creating the epub file.
Some notes:
* I removed the `allowfullscreen` option from all youtube links. (Doesnt seem to matter with H5P links.)
* I had to do some fancy footwork with tables, as the `kableExtra` packages didn't work with epub (`kable_styling`; `row_spec`; `column_spec`, etc.).
This means some tables in the `epub` version will look very odd until I get around to fixing them for the `epub` format explicitly.
* The `webex` questions do not get flagged as correct (green) or incorrect (red)
* Some images and icons look awkward
* I had to edit the `gifski` hooks to select `png` explicitly for html formats, and `pdf` for latex
* Not surprisingly, the "Reveal" compoinents dont; reveal; they just show
The `epub` book viewed in Books on my mac look pretty good.
But all of the `epub` viewers I used on Windows made the book look very clumsy and clunky.