-
-
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
BibTeX Key Pattern results don't match with expectations #2604
Comments
Hey, thanks for the response :) I was working on it but I noticed afterwards that @Siedlerchr was already working on it as well in this pull request, so I wasn't sure if I should continue. Fixing the [shorttitle] option shouldn't be too hard, but I was unable to find where the [title] option is handled in the function makeLabel in the class BibtexKeyPatternUtil. |
@RolfStarre Thanks for your interest, as I had not yet the time to investigate why the Google Guava solution does not really work as expected, you could take a look at it. Or we could use your solution, I saw that you already added a test for it... Feel free to propose your PR here. Regarding the [title] option, it is handled implicity in the else-part where just the field content is returned: |
Cool thanks, I'll continue working on it then :) I'm going to try to fix the shortTitle and title cases as well then before I create the pull request. |
This can be closed right? |
Yup 👍 |
Hi!
I encounterd some unexpected behaviour in the creation of keys, I'm using JabRef 3.8.2 on windows 10 10.0 amd64 Java 1.8.0_121.
Steps to reproduce:
Based on the documentation on http://help.jabref.org/en/BibtexKeyPatterns I was expecting the following output:
For [title]: HeuristicsandUsabilityGuidelinesfortheCreationandEvaluationofFuninVideogames
For [shorttitle]: Heuristicsandusability
Intead I got Heuristicsandusabilityguidelinesforthecreationandevaluationoffuninvideogames
and Heuristicsusabilityguidelines.
The text was updated successfully, but these errors were encountered: