You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing files of a common tex project in parallel ( at least in the case of several vim instances ), changes on a given file do not show up when recompiling the output of another given file.
Steps to reproduce:
Given the given two files main.tex and appendix.tex:
Open each file in a separate vim instance by running vim main.tex and vim appendix.tex in two different shells.
Run :LLPStartPreview in each vim instance.
Edit one file without saving it, then the other. The other pdf output is updated without the changes of the one file. (Saving the one file and focusing on the other file will update the output as expected.)
The text was updated successfully, but these errors were encountered:
When editing files of a common tex project in parallel ( at least in the case of several vim instances ), changes on a given file do not show up when recompiling the output of another given file.
Steps to reproduce:
main.tex
andappendix.tex
:% !TEX root = main.tex world!
Open each file in a separate vim instance by running
vim main.tex
andvim appendix.tex
in two different shells.Run
:LLPStartPreview
in each vim instance.Edit one file without saving it, then the other. The other pdf output is updated without the changes of the one file. (Saving the one file and focusing on the other file will update the output as expected.)
The text was updated successfully, but these errors were encountered: