You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, using footnote-based citations with CSL styles causes unexpected behavior.
Especially, while using numeric styles, the number order gets messed up.
Describe the solution you'd like
Support for CSL style footnote citations should be provided in JabRef's libreoffice integration. The working code already exists for JStyles (although written in a convoluted manner) - we have to adapt/extend it for CSL Styles (and possibly in future - for BST styles, if we add support for it).
It would be better if we are able to have a unified backend for functionalities common for all styles - but that may be filed as a separate issue, which is not user-facing.
The text was updated successfully, but these errors were encountered:
Currently, using footnote-based citations with CSL styles causes unexpected behavior.
Especially, while using numeric styles, the number order gets messed up.
Describe the solution you'd like
Support for CSL style footnote citations should be provided in JabRef's libreoffice integration. The working code already exists for JStyles (although written in a convoluted manner) - we have to adapt/extend it for CSL Styles (and possibly in future - for BST styles, if we add support for it).
The explanation for the cause of the problem and a high-level description of how it's solved for JStyles is available at https://devdocs.jabref.org/code-howtos/openoffice/order-of-appearance.html.
Additional context
The text was updated successfully, but these errors were encountered: