-
Notifications
You must be signed in to change notification settings - Fork 54
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
Forward search not working with outdir #635
Comments
Thanks for the detailed report. It looks like your configuration is not valid. The |
@pfoerster I tried it with |
@tiagovla From which directory are you calling
I think the problem is that the working directory cannot be relied on with this setup. |
I was calling |
This path is always checked even if
EDIT: Released with |
### Added - Add support for escaping placeholders in forward search ([#649](latex-lsp/texlab#649)) - Add support for diagnostic filtering ([#323](latex-lsp/texlab#323)) - Add pre-built binaries for the following targets: - `aarch64-unknown-linux-gnu` - `armv7-unknown-linux-gnueabihf` - `x86_64-unknown-linux-musl` - `aarch64-pc-windows-msvc` - `i686-pc-windows-msvc` ### Fixed - Parse incomplete server options correctly ([#651](latex-lsp/texlab#651)) ## [4.1.0] - 12.06.2022 ### Added - Add server commands to clean build directory ([#607](latex-lsp/texlab#607)) ### Changed - Improve output when hovering over BibTeX strings - Improve the heuristic for finding build artifacts ([#635](latex-lsp/texlab#635)) ### Fixed - Allow brackets in included file paths ([#639](latex-lsp/texlab#639)) - Allow commands in included file paths ([#641](latex-lsp/texlab#641))
This is a duplicate of #147. I could not get it to work with zathura + neovim.
It works fine if the aux/output files are inside the current directory, i.e.
.
.It does not if the aux/output files are in a subfolder, e.g.
./build
.Versions
Texlab: 4.0.0
Latexmk: 4.77
Nvim: v0.8.0-dev
Settings
Debugging
I noticed that
zathura
is not called if the pdf file is not present in the current directory (.
).If it is present, forward search succeeds using the current directory file path.
No info on texlab's logs.
I suspect
texlab
searches for the pdf file in the current directory, doesn't find it and errors out without calling zathura.The text was updated successfully, but these errors were encountered: