-
-
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
Can't generate new subsidiary bib file from aux file #8513
Comments
The error reason is the same as in #8510. |
JabRef 5.6-PullRequest8514.51--2022-02-20--e7b38d4 Unfortunately, same error. But I still feel lucky :-) |
Ah I think I need to modify the url detection algorithm again, because of the www |
I ran into the same issue (logfile aside) after setting up a newer TeXLive environment. After a little investigation, it turned out that the citations in the aux file now look like this
instead of like this
I am guessing this causes the regex This could maybe be fixed by just changing the regex to greedily match that first argument if it's there and discard it, like this: \\(citation|abx@aux@cite)(\{\d+\})?\{(.+)\} This would also require the group index to be changed elsewhere in the file. I haven't tried this, but if you would like I could try it out and submit a patch if it works. |
@Insomniac66 Thanks for the investigation! Please go ahead with a PR |
JabRef version
Latest development branch build (please note build date below)
Operating system
GNU / Linux
Details on version and operating system
JabRef 5.6--2022-02-15--b33ebfb Linux 5.13.0-28-generic amd64 Java 17.0.2 JavaFX 17.0.2-ea+3
Checked with the latest development build
Steps to reproduce the behaviour
I'm using BibLaTeX.
Appendix
...
Log File
The text was updated successfully, but these errors were encountered: