-
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
specify pdf viewer for compilation via LSP #436
Comments
it is not so portable, perhaps it ok that the .latexmkrc file can be allowed to be placed in the program directory, but it is not valid so allowing users to specify pdf viewer via LSP is also a good choice |
At the moment, |
But you already configure the viewer for forward search, don't you? Wouldn't it be possible to add a callback after (successful) compilation to trigger a forward search? (Or leave it user definable so they can do whatever they want?) |
Yeah, that would be possible. I think I misread the issue a little bit. I thought that we should include the configuration from the documentation inside
Not exactly. To perform a forward search we need a line number, which is something |
Concerning the forward search after building, there is microsoft/language-server-protocol#718, which would make it possible to implement this feature. |
|
to use SumatraPDF as the PDF previewer, i have to create and modify %USERPROFILE%/.latexmkrc
if i can choose the pdf viewer via LSP, like the option "texlab.forwardSearch.executable" for forward search?
after testing, the option "texlab.forwardSearch.executable" is only for forward search, not to view the pdf file after compilation
The text was updated successfully, but these errors were encountered: