I'm modifying the bookdown arXiv template by gradually adding chunks (containing knitr::include_graphics() images) and hoped to generate a new page prior to the "tables" section.
Problem: "table 1" is presented out of order in the output and the \newpage prior to "3.2 Tables" is not recognized.
Question: Does this template support \newpage per https://bookdown.org/yihui/rmarkdown-cookbook/pagebreaks.html ?
template and output are on https://github.com/cordphelps/arXiv-preprint-ampelos
