Bookdown Demo

I stumbled across bookdown and decided to give it a try.

My main purpose is technical manual creation in both web and PDF format.

Initial Reactions

  • I like the available open-source books as examples

  • Those examples are so different, so it is difficult to understand which is the best approach.

  • It looks like it produces high-quality content

  • It is a bit frustrating trying to make sure content appears correctly in multiple types; I'm specifically interested in both PDF and bs4_book.

  • Example issues:

    • Failures building or weird PDF content issues while BS4 seems to produce proper output

    • Borders around images for BS4

https://github.com/ericjameszimmerman/bookdown-test

PDF Output

Note that there are some weird anomalies that I haven't figured out yet.

https://github.com/ericjameszimmerman/bookdown-test/raw/main/output-demo1/demo1.pdf

GitBook Output

EPub Output

https://github.com/ericjameszimmerman/bookdown-test/raw/main/output-demo1/demo1.epub

Conclusion

There is potential here and feels like if I could find a basic style that allows all formats to be generated properly, I could use this.

There is at least another off-shoot, Quarto, that I'm planning to try.