-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
component: bib(la)texcomponent: entry-previewstatus: depends-on-externalA bug or issue that depends on an update of an external libraryA bug or issue that depends on an update of an external library
Description
JabRef version
5.4 (latest release)
Operating system
Windows
Details on version and operating system
Windows 11 21H2
Checked with the latest development build
- I made a backup of my libraries before testing the latest development version.
- I have tested the latest development version and the problem persists
Steps to reproduce the behaviour
- Go to Options > Preferences > Entry Preview.
- Add "American Psychological Association 7th Edition" or "American Psychological Association 6th Edition".
- Click
Save
. - Open a library containing an article with both
volume
andnumber
fields. - Double click the entry to see the
Entry Preview
. Check if entry preview is set to the "American Psychological Association 7th Edition" style guide.
You will notice that instead of showing the entry as "Smith, B., Jones, B., & Williams, J. (2016). Title of the test entry. BibTeX Journal, 34(3), 45–67. https://doi.org/10.1001/bla.blubb", the Entry Preview shows it as "Smith, B., Jones, B., & Williams, J. (2016). Title of the test entry. BibTeX Journal, 34, 45–67. https://doi.org/10.1001/bla.blubb" (i.e. without the number
inside parenthesis). In the Options
menu, however, the entry rendering appears to follow the style guide.
Until version 5.3, the entry preview was showing as expected. The issue appears only in versions 5.4 and 5.5 (so far).
Appendix
BibTex source:
@Article{,
author = {Smith, B. and Jones, B. and Williams, J.},
journal = {BibTeX Journal},
title = {Title of the test entry},
year = {2016},
number = {3},
pages = {45--67},
volume = {34},
doi = {bla.blubb},
}
Screenshot of error:
Metadata
Metadata
Assignees
Labels
component: bib(la)texcomponent: entry-previewstatus: depends-on-externalA bug or issue that depends on an update of an external libraryA bug or issue that depends on an update of an external library
Type
Projects
Status
Done