-
-
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
Ignore error "Math superscript (^) and subscript (_) characters are not allowed in text mode" #11948
Comments
Can I be work with this issue? |
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. Happy coding! 🚀 |
Is this issue still open? I would like to contribute . Can you please assign it to me. |
@AmitKumarDeoghoria Please use a proper browser and/or GitHub client to check the status of the issue. I help you a bit by highlighting the important information: |
Hi @koppor, I would like to work on this. Could you please clarify which text mode does not allow Math superscript (^) and subscript (_) characters? I would appreciate your help in producing this issue for better understanding. Thank you! |
I would recommend you to use LaTeX at least once. See above for an MWE. This project is sort of self-guided. We do not have the capacity to explain everyone the very basics of the context of our tool. |
Thanks for the guidance! I'll review all the resources and information to try and resolve the issue. |
Hi @koppor, I’ve reviewed the resources and understood the context better. I’ve made the changes to ignore the superscript (^) and subscript (_) validation in citation keys. Could you please take a look at the pull request and let me know if everything looks good? |
Description
When checking https://github.com/JabRef/jabref/blob/main/src/test/resources/testbib/Chocolate.bib, one gets following integrity check error:
Is a false postiive for Quality -> Check integrity
Task
TTEM03
in the citation key (org.jabref.model.entry.field.InternalField#KEY_FIELD
) whenBackground
This is a follow-up to #10376
Example:
Output:
I also tried with bibtex. Works.
The text was updated successfully, but these errors were encountered: