r - Bookdown: Citations at end of sections in single HTML output file -


i looking citations use @ end of sections (i.e. 2.1.). accomplish this, output format can set as:

output:      bookdown::gitbook:         split_by: section 

this works fine, want render file single html file use of sharing colleagues. way can work through code:

output:      bookdown::gitbook:         split_by: none 

which puts citations @ end of file. there way citations @ end of sections, yet render single html file?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -