-
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
"failed to compile bibliography" error with no bibliography #90
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 30 days if no further activity occurs, but feel free to re-open a closed issue if needed. |
I had this same problem. However, after delving into the plugin code: let l:bib_files = split(glob(b:livepreview_buf_data['root_dir'] . '/**/*.bib')) I realized that this error could NEVER happen unless there is a |
This is likely the same bug as #46 |
They're completely different. In this issue, the OP had no bibliography references and his issue was most likely that he had a an errant The other issue relates to users trying to include a bibliography and failing when using |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 30 days if no further activity occurs, but feel free to re-open a closed issue if needed. |
Expected behavior
Create a tex file without any bibliography, use vim
:LL
command to compile to pdf viewerActual behavior
get "Failed to compile Bibliography" while there is no bibliography package or file referenced in the .tex file
Steps to reproduce
:LL
or:LLPStartPreview
commandSystem configuration
Debian 10.2
The text was updated successfully, but these errors were encountered: