Skip to content
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

Check integrity: Support for BibTeX .blg files #11998

Open
4 tasks
koppor opened this issue Oct 16, 2024 · 2 comments
Open
4 tasks

Check integrity: Support for BibTeX .blg files #11998

koppor opened this issue Oct 16, 2024 · 2 comments
Assignees
Labels
📍 Assigned Assigned by assign-issue-action (or manually assigned) FirstTimeCodeContribution Triggers GitHub Greeter Workflow good first issue An issue intended for project-newcomers. Varies in difficulty.

Comments

@koppor
Copy link
Member

koppor commented Oct 16, 2024

When using pdflatex and bibtex on following LNCS class, one gets errors

\documentclass[runningheads,a4paper,english]{llncs}[2022/01/12]
\bibliographystyle{splncs04}
\begin{document}
\title{Paper Title}
\author{Firstname Lastname \and Firstname Lastname}
\institute{Institute}
\maketitle
\begin{abstract}
...
\end{abstract}
\section{Introduction}
...
\section{Related Work}
There are multiple systematic literature reviews (e.g., \cite{Tan_2021} and \cite{Scholey_2013}) ...
\bibliography{Chocolate}
\end{document}

(The .bib file used is

).

The style file: splncs04.bst
Database file #1: Chocolate.bib
Warning--empty journal in Scholey_2013
Warning--empty year in Scholey_2013
Warning--empty journal in Tan_2021
Warning--empty year in Tan_2021
(There were 4 warnings)

JabRef should be able to present these errors.

JabRef already has an integrity check:

Image

It should be possible to handle the bibtex warnings and errors.

Idea: Two tabs: "Internal" and "BibTeX"

  • At the bibtex tab, the user selects a .blg file. (filename field + browse button)
  • As default value, the current library name is used (.bib exchanged with .blg)
  • The dialog remembers the file per library (in case not the default value is used). The setting is stored in the JabRef preferences (not in the library itself). Changing the file to the default value removes the preference
  • Parse the .blg file and show the warnings as messages in the dialog (this is a new class in logic; please also add test cases for it)
@koppor koppor added the good first issue An issue intended for project-newcomers. Varies in difficulty. label Oct 16, 2024
@Allan541a
Copy link

Hello Kopper, I have studied Java for a year and am very interested in this issue. Can I work on it?

@koppor koppor added FirstTimeCodeContribution Triggers GitHub Greeter Workflow 📍 Assigned Assigned by assign-issue-action (or manually assigned) labels Oct 17, 2024
Copy link
Contributor

Welcome to the vibrant world of open-source development with JabRef!

Newcomers, we're excited to have you on board. Start by exploring our Contributing guidelines, and don't forget to check out our workspace setup guidelines to get started smoothly.

In case you encounter failing tests during development, please check our developer FAQs!

Having any questions or issues? Feel free to ask here on GitHub. Need help setting up your local workspace? Join the conversation on JabRef's Gitter chat. And don't hesitate to open a (draft) pull request early on to show the direction it is heading towards. This way, you will receive valuable feedback.

⚠ Note that this issue will become unassigned if it isn't closed within 30 days.

🔧 A maintainer can also add the Pinned label to prevent it from being unassigned automatically.

Happy coding! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📍 Assigned Assigned by assign-issue-action (or manually assigned) FirstTimeCodeContribution Triggers GitHub Greeter Workflow good first issue An issue intended for project-newcomers. Varies in difficulty.
Projects
Status: Assigned
Status: Assigned
Development

No branches or pull requests

2 participants