-
Notifications
You must be signed in to change notification settings - Fork 73
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
Document with biblatex bibliography "Failed to compile bibliography" #46
Comments
Hi @ChrisLane! Thank you very much for your clear bug report! Running the bib compiler by hand, I got it failing with this error message:
According to Google, these are For now, a workaround for you is to change the second line of your |
Thanks for your response. I do typically use latexmk when I want to actually output a PDF and so I look forward to that work that's underway. What I find strange is that a PDF is generated but the plugin doesn't open it in the viewer. I tried making the line change that you mentioned but am still getting the same "Failed to compile bibliography". |
Okay, actually the @Comment{$ biblatex control file $}
@Comment{$ biblatex version 2.8 $}
Do not modify this file!
This is an auxiliary file used by the 'biblatex' package.
This file may safely be deleted. It will be recreated as
required.
@Control{biblatex-control,
options = {2.8:0:0:1:0:1:1:0:0:1:0:2:3:1:79:+:nyt},
} It can be created by running I couldn't get the PDF properly generated in the tmp directory. There is one (first pdflatex compilation), but bibliography is missing (bib compilation fails and further pdflatex compilations are aborted). |
Hopefully there will be a clean solution to this soon 😄 |
ASAP ( but I didn't have enough time to fix it yet 🙈 ) |
I have a similar issue. Trying to preview the document using :LLPStartPreview gives the error: I tried using pdflatex BasicDoc.tex which generates BasicDoc-blx.bib and changed the line in Preamble.tex to have backend=bibtex but get the same error. |
same problem |
same here |
1 similar comment
same here |
Same here ! |
Oh, sadly still a problem in 2019 |
Still a problem 11/28/2019 |
Still a Problem 2020 |
Still a problem 3/5/2020. I have an alternative trick to skip this bug in Ubuntu 18.04. |
I don't have time for a pull request right this minute, but to get this going with bibtex (what the code is already using), you'd need to change your
and make the following adjustments to how bibtex is called:
This calls In summary, it wouldn't work before because:
This can also be done for
Ultimately, which executable to use [ |
Run tex engine before and after bib executable Add support for both `bibtex` and `biber` - Add global variable `g:latexlivepreview_use_biber` Add Bibliography section to README - Detail usage of `g:latexlivepreview_use_biber` - Detail usage with `biblatex` Clean up calls to bibexec commands Remove `cd` from processing of bib commands - Move code that selects this option to the initializer Give more meaningful feedback when `engine` and `preview` commands are not valid - Throw errors from this context Catch errors in the initializer and then stop execution Move README section about bibliographies Update README to reflect change of g:latexlivepreview_biber Add section in Known Issues about bibliographies to README Add auto handling of certain bib setting mismatches Fix bugged warning when `biblatex` not used Add latex label to latex code in README Use snake_case not camelCase
Expected behaviour
Expect the plugin to compile successfully and display the PDF.
Actual behaviour
Vim displays "Failed to compile bibliography".
From looking at the files in /tmp, everything seems to have compiled fine and the PDF looks correct.
Steps to reproduce
System configuration
Vim version:
https://paste2.org/G0vV2hjJ
Platform:
Arch Linux "4.13.5-1-ARCH"
The text was updated successfully, but these errors were encountered: