-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 Citation Style Language (CSL) Styles in LibreOffice/OpenOffice - University Project #8893
Comments
Additional Info: Documentation of the current OpenOffice integration code: Additional Info: How JabRef currently uses CSL:
|
Some hints on the code:
A difference: JabRef's jstyle format also controls the formatting of the in text citation and if it should be author year or numeric |
The documentation «Documentation of the current OpenOffice integration code» link is a 404, is this the current location? |
@iandol thx, I fixed it. |
This seems to be the main function that needs to be called to insert html formated text: jabref/src/main/java/org/jabref/model/openoffice/ootext/OOTextIntoOO.java Lines 100 to 131 in cbf99ec
This is the class the currently generates our custom JStyle format export layout:
|
Some additional stuff. Citeproc-java can render both the citation and the bibliography (list of references) Current state: JabRef only renders the bibliography |
This issue here is supposed to be for students and tries to explain the issue more clearly and broader as is done in the original issue (#2146). It also aims at preventing external CSL maintainers from being spammed with too many unnecessary JabRef related messages and requests.
Background info:
For the OpenOffice (OO) and LibreOffice (LO) integration, JabRef offers to format citations in various Styles. These styles are also referred to as JStyles. They are used by importing OO/LO Style files into JabRef. Please check out JabRef's LO/OO documentation for further information.
Problems:
Solution:
Support Citation Style Language (CSL) Styles in the LO/OO integration as originally proposed in #2146. That means, users should be able to select CSL styles somewhere in the "select styles" dialogue of the OO/LO integration.
There could potentially be two tabs: One for CSL styles, a separate tab for Jstyles.
The text was updated successfully, but these errors were encountered: