I need to create a report using bookdown. So I don't like the title page provided using YAML. I create another Rmd file ( completely tex) to avoid cluttering in the main file. I use child option to include this in the main file along with two other child document and it works fine as long as my toc=false. But when toc is true, the content page appears before the title page I created. How do i fix this?
Also what should the YAML look like if using bibliography file? should bib file be loaded in every child document too so that I can cite ?
Any help will be appreciated. Thanks