-
Notifications
You must be signed in to change notification settings - Fork 52
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
A new perl script is spawned each time latexmk is called #440
Comments
Thanks for the very detailed report. The problem is that you should not combine |
@pfoerster Thanks for your quick reply. // coc-texlab
"texlab.build.args": [
"-pdf",
"-interaction=nonstopmode",
"-synctex=1",
"-pvc",
"%f"
],
"texlab.build.isContinuous": false,
"texlab.build.onSave": false, It works fine (without re-spawning perl) but I have to issue |
From the documentation, I can see that Zathura reloads the file automatically so we do not need to issue another call to the executable when the PDF changes. It looks like #436 needs to be implemented and we need to move away from configuring the PDF viewer in
That's because Thinking about it, I think there is a way to reliably re-implement |
With this configuration, |
@pfoerster Thanks for the new release 😉 A minor problem persists though. Zathura is not executed by the plugin on any of the commands
|
@pvonmoradi Can you try running the forward search command
manually and see if it works? Did you configure your |
@pfoerster |
@pvonmoradi Is there anything else that needs to be done from the side of |
I'm using
texlab v3.1.0
alongside coc-texlab with these options:Each time a build command is initiated (manually or by saving the file), a perl script related to latexmk is invoked. Now, since I'm using
-pvc
switch for a continuous build I also used"texlab.build.isContinuous": true
which I thought would prevent these excessive perl scripts which would eventually result in a memory leak.Here is a screen-cast of the situation:
(Note the htop window with the \tex filter)
Peek.2021-06-03.19-25.mp4
The text was updated successfully, but these errors were encountered: