jupyterlab-citation-manager icon indicating copy to clipboard operation
jupyterlab-citation-manager copied to clipboard

Ensure CSL entries are styled properly and export styles with notebook

Open krassowski opened this issue 2 years ago • 0 comments

CSL requires styling the fields according to: https://docs.citationstyles.org/en/stable/specification.html#display

Class names are automatically added by citeproc, though their names can be misleading as those refer to the display specification and not CSS display.

There are things to look out for: https://forums.zotero.org/discussion/29220/citeproc-js-second-field-align

  • [ ] More styles are likely needed.
  • [ ] It might be necessary to include these styles in-line or somehow tell nbconvert to include them when exporting to HTML, PDF or anything else.

krassowski avatar Jul 17 '21 11:07 krassowski