docs: add SyncTeX section with viewer recipes (#50)

* docs: add SyncTeX section with viewer recipes

Problem: SyncTeX setup for forward/inverse search was undocumented,
forcing users to figure out viewer-specific CLI flags on their own.

Solution: Add `preview-synctex` vimdoc section with shared setup and
per-viewer recipes for Zathura, Sioyek, and Okular. Add FAQ entry
in README pointing to the new section.

* build: add `zathura` and `sioyek` to nix dev shell

* docs: fix Okular inverse search instructions

Problem: Okular settings path was incomplete and didn't mention the
trigger keybinding.

Solution: Update to full path (Settings -> Configure Okular -> Editor)
and note that Shift+click triggers inverse search.
This commit is contained in:
Barrett Ruth 2026-03-05 22:39:26 -05:00 committed by GitHub
parent 12cb20d154
commit d102c9525b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 119 additions and 0 deletions

View file

@ -49,6 +49,8 @@
pkgs.quarto
pkgs.plantuml
pkgs.mermaid-cli
pkgs.zathura
pkgs.sioyek
];
};
}