jabref
jabref copied to clipboard
Graphical Java application for managing BibTeX and biblatex (.bib) databases
## Description When checking https://github.com/JabRef/jabref/blob/main/src/test/resources/testbib/Chocolate.bib, one gets following integrity check error: TTEM03: Math superscript (^) and subscript (_) characters are not allowed in text mode Is a false postiive for...
Follow up to https://github.com/JabRef/jabref/pull/11886 Refs https://github.com/JabRef/jabref/issues/11785
1. Create a new bib file 2. Add new entry for `https://doi.org/10.1016/j.cl.2018.01.004`\  3. Add new entry for `https://doi.org/10.1016/j.cl.2018.01.004` See that dialog is the same:  Wish: Below the DOI...
As far as I can see, dependencies of our JabLib on maven central (https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/org/jabref/jablib/) does not have the right dependencies declared. https://github.com/JabRef/jabref/blob/main/.jbang/JabSrvLauncher.java does NOT have jspecify declared as depdency, but...
Closes #13262 In this PR, I improved the behavior of the library creation dialog when importing PDF files. Specifically, when a PDF containing only a single column is dragged into...
### JabRef version Latest development branch build (please note build date below) ### Operating system GNU / Linux ### Details on version and operating system JabRef 6.0--2024-11-05--4705977 Linux 6.1.0-26-amd64 amd64...
1. Create a new library 2. Drag'n'drop `jablib\build\resources\test\pdfs\minimal.pdf` into it 3. See Merge PDF metadata dialog appearing. 4. It first shows a "Grobid" column. \  6. However, this disappears:\...
### Description This pull request addresses various static analysis warnings to improve overall code quality and maintainability. The changes include: - Using string format placeholders (`{}`) in log messages instead...
Closes #13041 ### Description This PR provides a proper fix for the HTML citation copy functionality in the entry preview panel. Previously, when clicking “Copy citation (HTML)”, all formatting and...
This is a follow up to https://github.com/JabRef/jabref/pull/12576 and a real fix for https://github.com/JabRef/jabref/issues/12551. Example entry preview - based on [`Chocolate.bib`](https://github.com/JabRef/jabref/blob/main/jablib/src/test/resources/testbib/Chocolate.bib); `Richard_2017`:  I press "copy citation (html)":  Then following...