Document viewer
Go to file
Moritz Lipp d7e82969a5 Fixed print command with additional arguments.
Previous version ignored second argument if more than 2 were given and
quoted the additional arguments leading to lp thinking they represented
a filename.

Before:
:print HPF300 14-15 -o side=onesided
-> lp -d HPF300 -P 1-38 ' -o side=onesided' 'filename'

Now:
:print HPF300 14-15 -o side=onesided
-> lp -d HPF300 -P 14-15  -o side=onesided 'filename'

Signed-off-by: mlq <mlq@pwmt.org>
2011-03-09 22:34:48 +01:00
config.def.h
config.mk Merge branch 'master' of pwmt.org:zathura 2010-12-11 11:26:27 +01:00
LICENSE
Makefile fix executable file path in uninstall 2011-03-01 11:11:39 +08:00
README
zathura.1 Fix OPTIONS section and GTK+ capitalization. 2010-12-14 20:08:18 +01:00
zathura.c Fixed print command with additional arguments. 2011-03-09 22:34:48 +01:00

zathura - pdf viewer
--------------------
zathura is a pdf viewer based on the poppler pdf rendering library

Requirements
------------
poppler-glib (0.12.3)
cairo (1.8.8)
gtk2 (2.18.6)
glib2 (2.22.4)

Configuration
-------------
You can modify some parts of zathura by editing the config.h file

Installation
------------
Customise config.h according to your wishes and run the following
command to build and install zathura:

  make install

Uninstall:
----------
To delete zathura from your system, just type:

  make uninstall

Use zathura
-----------
Just run:

  zathura <file>