Skip to content
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

TeXStudio and synctex #22

Open
antshar opened this issue May 1, 2024 · 1 comment
Open

TeXStudio and synctex #22

antshar opened this issue May 1, 2024 · 1 comment

Comments

@antshar
Copy link

antshar commented May 1, 2024

Since tex_fast_recompile creates a persistent running process that watches files. I'm curious what would be the best way of using it together with TeXStudio to trigger view pdf with synctex to highlight the changed line?

I was thinking if it's possible to make tex_fast_recompile stop the process after compiling, i.e without further watching files. In this case can I use it the same way as pdflatex command in conjunction with txs:///view command that updates pdf preview with synctex. However, at the same time, doing that will decrease the speed boost of tex_fast_recompile, because recompiling when watching files is usually faster than a first run.

@user202729
Copy link
Owner

I'll implement daemon mode some day which allows it to integrate seamlessly with latexmk (possibly at the cost of slower file-changed detection, I don't know what algorithm latexmk use to detect changed files)

Thanks for using the package anyway despite the uncountable number of bugs with it (I'll get around to fix them some day… it just doesn't irk me enough… yet.)

Another workaround for now is to run the process externally outside of TeXStudio (does this work?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants