Christophe Dervieux
Christophe Dervieux
I don't think we did anything about that. I'll reopen
Just for reference this is related to another EPUB check issue: https://github.com/rstudio/bookdown/issues/766
> Create new bookdown project from official default template in the new directory Are you referring to https://github.com/rstudio/bookdown-demo ? > The label(s) thm:tri It seems you are using a theorem...
oh ok... indeed. According to what I have explain before, this template will indeed not work with `epub_book()` format. We should explain it or at least make it conditional. Thanks...
This is still an improvement to make * https://github.com/rstudio/bookdown/issues/1179 It is quite of a big project to bring support for those formats considering how **bookdown** works. Unfortunately, time and priority...
I don't think this is made possible by Pandoc if you use its citation system. If you are using LaTeX citation engine like `natbib` maybe you can do that using...
Wow @dppalomar thanks a lot ! I wasn't aware of [rstub/bookdown-chapterbib](https://github.com/rstub/bookdown-chapterbib) - that is cool ! I see there are several solutions. I forgot about the lua filter one -...
> I wonder if this works out of the box, Ok so I tested quickly and it works. Add the filter to your project, then add the lua filter to...
Interesting. It could be some issue or missing feature with the filter. At least interesting feedback for the filter. You could maybe open your feedback there and we can discuss...
This is a good idea. We do such type of comparing in knitr-examples repo but for single document. This would require that nothing is using timestamp or non seed set...