riboseinc / asciidoctor-bibliography

Citations in AsciiDoc
MIT License
30 stars 8 forks source link

Feature request: Styling per bibliography #121

Open Jonah-E opened 1 year ago

Jonah-E commented 1 year ago

I need to be able to have two bibliographies using an ieee similar style where I have different prefixes for the different bibliographies, ex. [A-1] and [R-1]. As far as I can tell this cannot currently be done, however, it seems to me that this could be solved by allowing different bibliographies to have different styles, then I could create to different style files, one with the "A-" as prefix and another with "R-". For example:

== Index of Foos

bibliography::foo[style="ieee"]

== Index of Bars

bibliography::bar[style="my-style.csl"]