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
I would like to make forward search working with tectonic, neovim and zathura.
With the standard Tectonic.toml, the command tectonic -X build --keep-logs --keep-intermediates creates a pdf named default.pdf in <root-dir>/build/default/, the auxiliary files are also found
in this directory.
Tectonic.toml:
[doc]
name = "thesis"bundle = "https://data1.fullyjustified.net/tlextras-2022.0r0.tar"
[[output]]
name = "default"type = "pdf"
Running forward search from neovim (with the command TexlabForward from
lspconfig) e.g. from the file introduction.tex results in an error because
texlab seems to expect a introduction.pdf file in <root-dir>/build/
according to the log:
Also hardcoding forwardSearch.args = { "--synctex-forward", "%l:1:%f", "./build/default/default.pdf" }
doesn't change the error message. Building from within neovim works fine.
Does texlab not support the fact that there is another subdirectory in <root-dir>/build/ or am I missing something else? I'm running:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to make forward search working with tectonic, neovim and zathura.
With the standard
Tectonic.toml
, the commandtectonic -X build --keep-logs --keep-intermediates
creates a pdf nameddefault.pdf
in<root-dir>/build/default/
, the auxiliary files are also foundin this directory.
Tectonic.toml:
Running forward search from neovim (with the command
TexlabForward
fromlspconfig) e.g. from the file
introduction.tex
results in an error becausetexlab seems to expect a
introduction.pdf
file in<root-dir>/build/
according to the log:
Neovim config:
Also hardcoding
forwardSearch.args = { "--synctex-forward", "%l:1:%f", "./build/default/default.pdf" }
doesn't change the error message. Building from within neovim works fine.
Does texlab not support the fact that there is another subdirectory in
<root-dir>/build/
or am I missing something else? I'm running:Beta Was this translation helpful? Give feedback.
All reactions