xuhdev / vim-latex-live-preview

A Vim Plugin for Lively Previewing LaTeX PDF Output
https://www.topbug.net/blog/2013/06/13/live-preview-of-latex-in-vim/
GNU General Public License v3.0
834 stars 74 forks source link

Fixes #46 #99

Closed sunwukonga closed 4 years ago

sunwukonga commented 4 years ago

Run tex engine before and after bib executable Add support for both bibtex and biber

Summary

Provide a general description of the code changes in your pull request... were there any bugs you had fixed? If so, mention them. If these bugs have open GitHub issues, be sure to tag them here as well, to keep the conversation linked together.

Other Information

If there's anything else that's important and relevant to your pull request, mention that information here. This could include benchmarks, or other information.

If you are updating any of the CHANGELOG files or are asked to update the CHANGELOG files by reviewers, please add the CHANGELOG entry at the top of the relevant section.

Thanks for contributing to vim-latex-live-preview!

sunwukonga commented 4 years ago

I've made changes over multiple commits that reduce the clarity of the conversation to date. With your permission, I'd like to squash all the commits and --force push to clean it up. Then you'll have a clean slate to comment upon; plus the commit history will be cleaner.

Old comments only persist if they were made on the PR directly or on the files changed view; otherwise if the comment was made on a commit hash that is subsequently changed by the force, it is lost.

An alternative is for me to create a new branch and squash on it, and reference this PR in a new one. Then this PR can be rejected; but the conversation will remain intact, and a new conversation can begin on the new PR.