Newer
Older
{
"label": "Forward Search",
"command": "zathura --synctex-forward \"$ZED_ROW:$ZED_COLUMN:$ZED_FILE\" -x 'zed %{input}:%{line}' ${ZED_WORKTREE_ROOT}/tex/main.pdf",
"allow_concurrent_runs": true,
"reveal": "never"
},
{
"label": "project build",
"command": "podman-compose -f ${ZED_WORKTREE_ROOT}/compose.yaml run latexmk-watch",
"allow_concurrent_runs": false,
"tags": ["latex-build"]
}