-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support for custom citation and bibliography styles #22
Comments
I guess we can implement a few styles (ones we want to use) from https://www.overleaf.com/learn/latex/Bibtex_bibliography_styles and if someone wants a specific (official?) style they can open a PR with an implementation? We can also add a section in the docs showing how to define custom styles. |
Maybe it would be easiest to support CSL for styles? |
Import/export from/to CSL in Bibliography.jl is in the todo list of this summer. I will be back to you once it is done! |
We'd also love to be able to print additional data. E.g. Math papers often have MathSciNet and Zentralblatt reviews, which we'd like to link to; or show the DOI; etc. |
The newly released DocumenterCitations.jl v1.0 provides a larger range of citation styles, including a new default numeric style. The updated version also allows defining completely custom styles, as described in the documentation; although the methods for this are considered internal, and thus not part of the stable API. Support for general CSL styles seems like it could be an attractive feature and is being tracked in JuliaDocs/DocumenterCitations.jl#13 |
Thanks for the follow up :) I am eager to try this out, since I have been through a few different ways of citations by now in my docs and would love to find one that fits even better than the current ones. edit: It even covers my favourite way of having a references section per documentation page (yay!) – I will definetly try this out! |
Would be useful to be able to customize how the citation and bibliographies are printed.
The text was updated successfully, but these errors were encountered: