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:
parent
12cb20d154
commit
d102c9525b
3 changed files with 119 additions and 0 deletions
|
|
@ -81,3 +81,8 @@ vim.g.preview = {
|
|||
typst = { open = { 'sioyek', '--new-instance' } },
|
||||
}
|
||||
```
|
||||
|
||||
**Q: How do I set up SyncTeX (forward/inverse search)?**
|
||||
|
||||
See `:help preview-synctex` for full recipes covering Zathura, Sioyek, and
|
||||
Okular.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue