-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
IEEE preview does not display month #3239
Comments
I can look into this and try to fix it |
I looked into this some, but got stuck. If the month is a literal string "{january}", the preview prints correctly. So, I think there is a problem with how the month field is getting passed to citeproc-java. Which in turn, is maybe a problem with how the BibTeXEntry object is getting built by JabRef. But I'm really not sure if that is a bug in citeproc-java or in JabRef. |
@tokkot Thanks for your analysis! Maybe you could debug through it and see where the problem lies? |
Coming from the linked issue: Possibly, our data model needs to be improved. Currently had a "hack" to be able to store
When entering
How to produce the other result? JabRef offers to enter |
Is probably a similar issue as #3539, modifying the StringConverter should do the job |
On month change from comboBox on OptionalFieldsTab: 1. Month was not appear on IEEE style. 2. Month was not written correctly on SourceTab. both issues get fixed.
Guys, Check my last commit here on my repository that I fork. |
@DevSiroukane Yeah, cool! Please open a Pull Request. Go to https://github.com/JabRef/jabref/pulls |
On month change from comboBox on OptionalFieldsTab: 1. Month was not appear on IEEE style. 2. Month was not written correctly on SourceTab. both issues get fixed.
Wrong order for 'org.jabref.model.entry.FieldName' import.
fix missing check style issue
Remove Superfluous Comments JabRef#3983 (comment)
Make change direct on bibTeXEntry instead of creating a copy of bibEntry
fix check style issue
* Fix IEEE preview does not display month (#3239) On month change from comboBox on OptionalFieldsTab: 1. Month was not appear on IEEE style. 2. Month was not written correctly on SourceTab. both issues get fixed. * Fix IEEE preview does not display month (#3239) #3983 (comment) * Fix IEEE preview does not display month (#3239) #3983 (comment) * Fix IEEE preview does not display month (#3239) Wrong order for 'org.jabref.model.entry.FieldName' import. * Fix IEEE preview does not display month (#3239) fix missing check style issue * Fix IEEE preview does not display month (#3239) Remove Superfluous Comments #3983 (comment) * Fix IEEE preview does not display month (#3239) Make change direct on bibTeXEntry instead of creating a copy of bibEntry * Fix IEEE preview does not display month (#3239) fix check style issue * Fix IEEE preview does not display month (#3239) #3983 (comment)
This is now fixed in the maintable-beta branch thanks to @DevSiroukane. |
Currently, the reference are previewed in Jabref without the field month, as shown in the following:
![image](https://user-images.githubusercontent.com/17979090/30964175-d44f2376-a482-11e7-95d0-cece57920f5c.png)
However, the bib should be and is compiled correctly as follows (in which the month is displayed):
![image](https://user-images.githubusercontent.com/17979090/30964158-c508ab1c-a482-11e7-9fbb-d6b7ef6efaf0.png)
This is consistent as the ieee.csl fromcitationstyles.org
![image](https://user-images.githubusercontent.com/17979090/30964145-b6348e1c-a482-11e7-87dd-7951113d274b.png)
That is to say, jabref handles the field month correctly, but the preview with ieee.csl lack the display of field month.
I think this is an error and should be fixed.
Thanks guys for the great jobs.
The text was updated successfully, but these errors were encountered: