mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 22:25:59 +01:00
More documentation for synctex support
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
d43e1f07ff
commit
3e5d7816c2
1 changed files with 13 additions and 2 deletions
|
@ -54,10 +54,10 @@ OPTIONS
|
||||||
Set log debug level (debug, info, warning, error)
|
Set log debug level (debug, info, warning, error)
|
||||||
|
|
||||||
-s, --synctex
|
-s, --synctex
|
||||||
Enable synctex support
|
Enable synctex support for backwards synchronization.
|
||||||
|
|
||||||
-x [cmd], --synctex-editor-command [cmd]
|
-x [cmd], --synctex-editor-command [cmd]
|
||||||
Set the synctex editor command
|
Set the synctex editor command for backwards synchronization.
|
||||||
|
|
||||||
--synctex-forward [input]
|
--synctex-forward [input]
|
||||||
Jump to the given position. The switch expcects the same format as specified
|
Jump to the given position. The switch expcects the same format as specified
|
||||||
|
@ -217,6 +217,17 @@ The default appearance and behaviour of zathura can be overwritten by modifying
|
||||||
the *zathurarc* file (default path: ~/.config/zathura/zathurarc). For a detailed
|
the *zathurarc* file (default path: ~/.config/zathura/zathurarc). For a detailed
|
||||||
description please consult zathurarc(5).
|
description please consult zathurarc(5).
|
||||||
|
|
||||||
|
SYNCTEX SUPPORT
|
||||||
|
===============
|
||||||
|
Both synctex forward and backwards synchronization are supported by zathura, To
|
||||||
|
enable synctex forward synchronization, please look at the *--syntex* and
|
||||||
|
*--synctex-editor* options. 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 pass the arguments to *synctex view*'s *-i* option to
|
||||||
|
zathura via *--syntex-forward* and zathura will pass the information to the
|
||||||
|
correct instance.
|
||||||
|
|
||||||
KNOWN BUGS
|
KNOWN BUGS
|
||||||
==========
|
==========
|
||||||
If GDK_NATIVE_WINDOWS is enabled you will experience problems with large
|
If GDK_NATIVE_WINDOWS is enabled you will experience problems with large
|
||||||
|
|
Loading…
Reference in a new issue