Skip to content
Snippets Groups Projects
tasks.json 470 B
Newer Older
Luke Naylor's avatar
Luke Naylor committed
[
    {
        "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"]
    }
Luke Naylor's avatar
Luke Naylor committed
]