-
-
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
Support for (biblatex) langid field in entry editor #10868
Comments
Thanks for the suggestion. In the meantime you can configure the field under Custome entry types. |
Thanks, that's what I've done. |
Hello. Can I work on this issue? Thank you! |
Hey, seeing this issue in more detail, it looks to me that the only thing needed to add the 'langid' field is to add it on the StandardFields. Next, I think I will have to work on the exporter so that it exports this info. However, I'm not sure whether I need to work on the importers as well (or which of them). Is there any maintainer who would be able to discuss this with me a bit? |
* Added langid field in StandardFields * Fixed placement of addition in CHANGELOG.md * Update the xml file used in unit test to include table-cell for standard field "langid". Also change enum constant to match other constants in StandardField.java. --------- Co-authored-by: Christoph <siedlerkiller@gmail.com> Co-authored-by: Enes <E.B.Koca@student.tudelft.nl>
Closed by #11049 |
If I am not missing something, the So this request is actually not fully addressed. |
Hi, I am a student at the Australian National University. For one of our assignments, we are tasked with working in a group to contribute to an open-source project - and I would like to be assigned to this issue. While working, our group will cross-review our code and help each other out to have the most efficient progress. Thanks so much! |
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! 🚀 |
I copy from the PDF In the entry editor, it should be a dropdown. @jspitz Meanwhile, you can configure the Field contgent selector with values you need. |
Hi, I was just wondering if 'langid' should be considered independently from the existing 'language' field or not? Any guidance around how to approach this issue would be greatly appreciated! |
Yes, the two fields are independent. In |
Hello, I have successfully integrated 'langid' as an optional field with a dropdown menu in biblatex entry types. I have drafted a PR, but am unsure if I have completely solved this issue. The selected langid shows up correctly in the BibTex source tab, but I am uncertain as to if it actually changes the formatting of the entry/if that is something covered by importers/exporters. Thanks so much! |
JabRef 5.12
I might have overlooked it, but I do not find the rather central
langid
field in the entry editor. This field defines the principal language of the entry, which is important for hyphenation and whether (sentence) casing is applied. There is alsolangidopts
for fine-tuning (withpolyglossia
)The field is described in http://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/biblatex.pdf at section 2.2.3
In my opinion, this should go to the "Optional" tab.
The text was updated successfully, but these errors were encountered: