-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add split_bib to bs4_book #1185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Currently dependent on the split-bib branch. - Submitted pull request (rstudio/bookdown#1185).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a simple change.
Did you test it against your book ? Did you find any conflict with other features ?
Can you add a NEWS bullet too ?
As you added a new argument, you need to document so the CI tests do not error on doc mismatch.
There is also a conflict to solve because bs4_book() as evolved. Should be a simple one. Ping me if you need help with it.
thanks !
Change default to `FALSE`. Co-authored-by: Christophe Dervieux <[email protected]>
|
Looks like there's still an issue with the documentation. I tried looking at the |
|
Ok I'll have a look at the issue and do it. Thanks ! |
cderv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have made the change. split_bib = TRUE will now be possible to specify in bs4_book().
This is useful when no CSL with footnote style for citations is used.
https://pkgs.rstudio.com/bookdown/reference/bs4_book.html#references-bibliography
In that case, split_bib = TRUE will do nothing.
When a CSL with footnote style is used, citations are set inline in a linked popup showing on click. This has the same intent a putting the references at the end of the chapter but using a different way to do it.
split_bibtobs4_book#1146