Commit Graph

19 Commits

Author SHA1 Message Date
Julian Orth
30eda65aaa We added three options
1) zoom-center :: bool
   zoom-center = false

   If zoom-center = false nothing changes.
   If zoom-center = true zooming respects the horizontal center of the
   pageview. That is, the vertical line dividing the displayed part of
   the document doesn't move within the document.

   Reasoning: When viewing a pdf with a margin we usually want to hide the
   margin at both sides by zooming in.

2) scroll-hstep :: float
   scroll-hstep = -1

   If scroll-hstep < 0 nothing changes.
   If scroll-hstep >= 0 then scroll-hstep defines the scroll step in the
   horizontal direction.

   Reasoning: This allows us to make finer adjustments in the horizontal
   direction without the mouse and without loosing the ablility to
   navigate quickly through the document.

3) search-hadjust :: bool
   search-hadjust = true

   If search-hadjust = true nothing changes.
   If search-hadjust = false searching does not adjust the horizontal
   center of the document when showing search results.

   Reasoning: When viewing a pdf with a margin we usually want to hide
   the margin at both sides by zooming in. The horizontal adjustment
   sometimes hides parts of the document by moving the horizontal
   center.
2012-06-27 21:18:05 +02:00
Sebastian Ramacher
3ea2873c13 Document exec, exec-command and abort-clear-search. 2012-04-28 21:57:12 +02:00
Sebastian Ramacher
2ace141d07 Document advances-pages-per-row. 2012-04-10 17:45:29 +02:00
Sebastian Ramacher
f162618799 Update zathurarc.5 2012-03-24 18:11:50 +01:00
Sebastian Ramacher
c9de38d960 Document rotate-cw and rotate-ccw. 2012-03-19 11:52:00 +01:00
Sebastian Ramacher
783c9f2748 Tables are not a good idea. 2012-03-15 14:37:21 +01:00
Sebastian Ramacher
8fc64ba609 Call the seciont OPTIONS instead. 2012-03-15 14:31:25 +01:00
Sebastian Ramacher
5b157884c5 Fix a typo. 2012-03-15 13:31:02 +01:00
Sebastian Ramacher
fb63400a62 Reintroduce the content in zathurarc.5.rst for now.
At some point we should fine a way to generate both the website and the man page
from the same source.
2012-03-15 13:15:13 +01:00
Moritz Lipp
a91103044f Added zathurarc.5.rst 2012-02-18 12:22:37 +01:00
Moritz Lipp
55c175b1e0 Update man page 2012-02-18 11:37:39 +01:00
Moritz Lipp
fc2e97e917 Fix typo in documentation 2012-02-14 20:20:38 +01:00
Sebastian Ramacher
dadcbf9ae8 update the documentation 2012-02-14 16:24:05 +01:00
Sebastian Ramacher
a7429131fd fix zathurarc.5.rst 2012-02-12 00:37:15 +01:00
Moritz Lipp
8d2d6ec0ec Start updating zathurarc.5.rst 2012-02-02 13:05:32 +01:00
Moritz Lipp
c63f033412 Fix typo 2012-01-20 14:58:19 +01:00
Ivan Sichmann Freitas
72a3774ab1 Fix typo in zathurarc man page
Signed-off-by: Sebastian Ramacher <s.ramacher@gmx.at>
2011-08-29 23:55:59 +02:00
Sebastian Ramacher
a00b2da39c update zathurarc.5.rst 2011-07-08 17:21:11 +02:00
Sebastian Ramacher
a768894dff Add zathurarc.5.rst from the Debian package.
The zathurarc.5 manpage will be built only if rst2man is installed.
2011-07-08 15:46:54 +02:00