AutoYADM commit: 2025-06-12 19:16:37

This commit is contained in:
Daniel Fichtinger 2025-06-12 19:16:37 -04:00
parent 86219b0de0
commit 1d3d53cd13

View file

@ -132,9 +132,10 @@ hook -group lsp-filetype-latex global BufSetOption filetype=latex %{
#
# Preview configuration for zathura with SyncTeX search.
# For other PDF viewers see https://github.com/latex-lsp/texlab/wiki/Previewing
build.onSave = true
forwardSearch.executable = "zathura"
forwardSearch.args = [
"%p",
"%p",
"--synctex-forward", # Support texlab-forward-search
"%l:1:%f",
"--synctex-editor-command", # Inverse search: use Control+Left-Mouse-Button to jump to source.