forked from xuhdev/vim-latex-live-preview
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
8fe8e87
commit c26c136
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters