You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a test book using Quarto (and Bookdown).
While the EPUB file generated by Bookdown can be imported into the Kindle Previewer, the EPUB file from Quarto fails (unfortunately without providing a clear log output)
Steps to reproduce
Without Building
In the release folder, there are three files:
bookdown.epub
The result of building with Bookdown. Import SUCCESS into Kindle Previewer.
quarto.epub
The result of building with Quarto. Import FAILED into Kindle Previewer.
quarto-modified.epub
After comparing the results of the Bookdown and Quarto builds, it was found that the Quarto xhtml has additional CSS styling in each xhtml file, despite a stylesheet already being imported. Removing this additional CSS resolved the issue, and the import succeeded. Import SUCCESS into Kindle Previewer.
Building Files from Scratch (Not necessary, just for the curious)"
Bug description
I created a test book using Quarto (and Bookdown).
While the EPUB file generated by Bookdown can be imported into the Kindle Previewer, the EPUB file from Quarto fails (unfortunately without providing a clear log output)
Steps to reproduce
Without Building
In the release folder, there are three files:
bookdown.epub
The result of building with Bookdown. Import SUCCESS into Kindle Previewer.
quarto.epub
The result of building with Quarto. Import FAILED into Kindle Previewer.
quarto-modified.epub
After comparing the results of the Bookdown and Quarto builds, it was found that the Quarto xhtml has additional CSS styling in each xhtml file, despite a stylesheet already being imported. Removing this additional CSS resolved the issue, and the import succeeded. Import SUCCESS into Kindle Previewer.
Building Files from Scratch (Not necessary, just for the curious)"
build.sh
in the project directory.Expected behavior
Kindle Previewer should successfully import an EPUB file generated by Quarto.
Actual behavior
Kindle Previewer import fails without providing a clear error message.
Your environment
Docker environment (have a look to the Dockerfile in the project)
Quarto check output
Quarto book generation is successful, and the book is readable on the Calibre eBook reader.
The text was updated successfully, but these errors were encountered: