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

Is there a better way to structure post methods in Class Based Views -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -