mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 08:25:59 +01:00
Update synctex documentation
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
3dd360a27d
commit
d0c1915153
3 changed files with 11 additions and 4 deletions
|
@ -28,7 +28,13 @@
|
|||
|
||||
--synctex-forward=input
|
||||
Jump to the given position. The switch expects the same format as specified
|
||||
for synctex's view -i.
|
||||
for synctex's view -i. If no instance is running for the specified document,
|
||||
a new instance will be launched (only if --synctex-pid is not specified).
|
||||
|
||||
--synctex-pid=pid
|
||||
Instead of looking for an instance having the correct file opened, try only
|
||||
the instance with the given PID. Note that if the given PID does not have the
|
||||
correct file open or does not exist, no new instance will be spanned.
|
||||
|
||||
--fork
|
||||
Fork into background
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Both synctex forward and backwards synchronization are supported by zathura, To
|
||||
enable synctex forward synchronization, please look at the *--syntex* and
|
||||
*--synctex-editor* options. zathura will also emit a signal via the D-Bus
|
||||
enable synctex forward synchronization, please look at the *--synctex-forward*
|
||||
and *--synctex-editor* options. zathura will also emit a signal via the D-Bus
|
||||
interface. To support synctex backwards synchronization, zathura provides a
|
||||
D-Bus interface that can be called by the editor. For convince zathura also
|
||||
knows how to parse the output of the *synctex view* command. It is enough to
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
zathura [-e XID] [-c PATH] [-d PATH] [-p PATH] [-w PASSWORD] [-P NUMBER]
|
||||
[--fork] [-l LEVEL] [-s] [-x CMD] [--synctex-forward INPUT] <files>
|
||||
[--fork] [-l LEVEL] [-s] [-x CMD] [--synctex-forward INPUT] [--synctex-pid PID]
|
||||
<files>
|
||||
|
|
Loading…
Reference in a new issue