Description
I just changed a book to split by rmd instead of section, putting each section into its own file. The output for the bookdown::gitbook version takes each chapter's final section's footnotes and puts them outside the "page-inner" div, thus messing up the footnote styling for that section only. I've tried it on the default and dev versions of bookdown, as well as the packaged version of Pandoc and Pandoc 2.10.1. It's the same all around.
Here's a simple demonstration book with the problem visible in sections 1.3 and 2.2, but all other sections working fine:
bd-footnote-problem.zip
If you switch back to split by section and rebuild, the problem disappears.
xfun::session_info('bookdown')
R version 4.0.2 (2020-06-22)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Mojave 10.14.6
Locale: en_US.UTF-8 / en_US.UTF-8 / en_US.UTF-8 / C / en_US.UTF-8 / en_US.UTF-8
Package version:
base64enc_0.1.3 bookdown_0.20.6 digest_0.6.25 evaluate_0.14 glue_1.4.2
graphics_4.0.2 grDevices_4.0.2 highr_0.8 htmltools_0.5.0 jsonlite_1.7.1
knitr_1.29 magrittr_1.5 markdown_1.1 methods_4.0.2 mime_0.9
rlang_0.4.7 rmarkdown_2.3.5 stats_4.0.2 stringi_1.5.3 stringr_1.4.0
tinytex_0.25 tools_4.0.2 utils_4.0.2 xfun_0.17 yaml_2.2.1
By filing an issue to this repo, I promise that
- I have fully read the issue guide at https://yihui.org/issue/.
- I have provided the necessary information about my issue.
- If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
- If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included
xfun::session_info('bookdown')
. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('rstudio/bookdown')
. - If I have posted the same issue elsewhere, I have also mentioned it in this issue.
- I have learned the Github Markdown syntax, and formatted my issue correctly.
I understand that my issue may be closed if I don't fulfill my promises.