takluyver / cite2c

Citations in the Jupyter Notebook
MIT License
318 stars 35 forks source link

Multiple citations in a cluster #11

Open takluyver opened 9 years ago

takluyver commented 9 years ago

Citeproc-js can handle citation clusters, where you cite several references in one go, which may be rendered as '[5-7]', or '(Smith 1997, Bloggs et al. 2004)'. Cite2c should have a way to create and render these.

ruxi commented 9 years ago

Is it possible to switch to numbered style [1] vs (smith) at present?

takluyver commented 9 years ago

Currently there's only one style, but I am working on that (when I'm working on cite2c). See issue #4.

juancaros commented 4 years ago

Hi Takluyver, any chance I can help you with handling multiple citations in a group?