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
The addition of arguments to :VimtexCompile allowed a different filename for the pdf output. However, this filename was not passed to the viewer.
In particular, tracing the source code leads me to the function vimtex#view#compiler_callback() in autoload/vimtex/view.vim.
(I also tried looking at autoload/vimtex/view/_template.vim, and its function s:viewer_out(). But could not understand the rest of the code well enough to submit a PR)
Description
The addition of arguments to
:VimtexCompile
allowed a different filename for the pdf output. However, this filename was not passed to the viewer.In particular, tracing the source code leads me to the function
vimtex#view#compiler_callback()
inautoload/vimtex/view.vim
.(I also tried looking at
autoload/vimtex/view/_template.vim
, and its functions:viewer_out()
. But could not understand the rest of the code well enough to submit a PR).latexmkrc
Steps to reproduce
:VimtexCompileSS
to produceminimal.pdf
:q
:VimtexCompileSS -jobname=anotherminimal
minimal.pdf
is openedExpected behavior
anotherminimal.pdf
should be openedActual behavior
Either
minimal.pdf
is opened, or if steps 1-3 were omitted, no pdf is shown.Do you use a latexmkrc file?
Yes
VimtexInfo
The text was updated successfully, but these errors were encountered: