You are not logged in.

#326 2010-06-28 11:36:01

jelly
Administrator
From: /dev/null
Registered: 2008-06-10
Posts: 714

Re: zathura - a PDF viewer

I have a few questions:
How does the tab support work?  i can't find the keybindings for it.
And how do you export an image out of an pdf?

I like zathura somuch, i use it as my main pdf reader atm.

Offline

#327 2010-06-29 08:06:46

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: zathura - a PDF viewer

Hello,

jelly wrote:

How does the tab support work?  i can't find the keybindings for it.

You need to install tabbed. If you start tabbed it will print the xid to the standard output that you have to give zathura on startup: zathura -e xid.

jelly wrote:

And how do you export an image out of an pdf?

:export images path

Best regardsj


pwmt.org : programs with movie titles

Offline

#328 2010-06-29 10:40:23

golwin
Member
From: Germany, Aachen
Registered: 2009-03-12
Posts: 35

Re: zathura - a PDF viewer

neldoreth wrote:

Hello,
* Mouse support : It is now possible to scroll with the mouse or select text that gets copied to the clipboard

Nice feature, but how does selecting and copying with the mouse work? I only manage to draw boxes without any effect...


arch64 | awesome | screen | ranger | vim | cmus | weechat | bitlbee

Offline

#329 2010-06-29 10:57:58

tzervo
Member
From: Athens
Registered: 2009-04-03
Posts: 86

Re: zathura - a PDF viewer

Try Shift-Insert 'ing the text you marked in a xterm wink

Offline

#330 2010-06-29 13:58:05

golwin
Member
From: Germany, Aachen
Registered: 2009-03-12
Posts: 35

Re: zathura - a PDF viewer

Heh, alright. Misunderstanding. big_smile I thought about marking and copying the text of the pdf wink

Last edited by golwin (2010-06-29 13:58:32)


arch64 | awesome | screen | ranger | vim | cmus | weechat | bitlbee

Offline

#331 2010-06-29 14:04:21

tzervo
Member
From: Athens
Registered: 2009-04-03
Posts: 86

Re: zathura - a PDF viewer

No, that _is_ what I meant. Mark text in zathura, and then go to shift-ins it in a terminal. Normally it will be pasted there... I was not clear enough, sorry. smile

Offline

#332 2010-06-29 14:24:57

golwin
Member
From: Germany, Aachen
Registered: 2009-03-12
Posts: 35

Re: zathura - a PDF viewer

Oh, great. So simple that I haven't even thought about it big_smile I expected some kind of cursor to drag around (like for example in evince) instead of the rubberband box.
Thanks a lot smile


arch64 | awesome | screen | ranger | vim | cmus | weechat | bitlbee

Offline

#333 2010-07-01 20:51:21

jakob
Member
From: Berlin
Registered: 2005-10-27
Posts: 419

Re: zathura - a PDF viewer

neldoreth wrote:

map <Space> quit
map <C-<PageUp>> quit
map g quit
map <C-g> quit

I understand that system with <C- being a prefix to invoke Control but what is the correct prefix for shift?

greetings,

jakob

Offline

#334 2010-07-01 21:07:00

lordmetroid
Member
Registered: 2009-09-27
Posts: 75

Re: zathura - a PDF viewer

Probably S for shift.

Offline

#335 2010-07-01 21:34:01

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: zathura - a PDF viewer

Hello,

lordmetroid wrote:

Probably S for shift.

Yes, but it should be enough to just write the uppercase letter or the sign.

map ! quit

Best regards


pwmt.org : programs with movie titles

Offline

#336 2010-07-04 05:01:45

jck
Member
From: USA
Registered: 2009-05-08
Posts: 98

Re: zathura - a PDF viewer

There should be an option to continuosly scroll, without jumping to the next page at the end of the page. And when it i in fit width mode <space> jumps to the next page and skips the part of the page not shown, is there a workaround to this?

Offline

#337 2010-07-05 09:01:58

quigybo
Member
Registered: 2009-01-15
Posts: 223

Re: zathura - a PDF viewer

jck wrote:

And when it i in fit width mode <space> jumps to the next page and skips the part of the page not shown, is there a workaround to this?

<C-f> will jump one viewport down, and <C-d> will jump half a viewport down.

The default mapping for space is navigate next, but if you want you can instead map it to scroll half_down or full_down in your zathurarc.

map <Space> scroll half_down
map <Space> scroll full_down

Last edited by quigybo (2010-07-05 09:03:06)

Offline

#338 2010-07-05 09:43:36

rb
Member
From: Argentina
Registered: 2010-05-07
Posts: 143

Re: zathura - a PDF viewer

It's possible to open the print dialog box when printing? Sometimes I want to print odd pages first, and the even pages later but I can't figure out how to do that in zathura.


Sorry for my English. Feel free to point out my errors.

Offline

#339 2010-07-05 10:37:42

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: zathura - a PDF viewer

Hello,

rb wrote:

It's possible to open the print dialog box when printing? Sometimes I want to print odd pages first, and the even pages later but I can't figure out how to do that in zathura.

Check out the latest git version, it is now possible to append any parameters to the print command. I guess it should work then in the following way:

:print printer 1-10 -o page-set=even

Best regards


pwmt.org : programs with movie titles

Offline

#340 2010-07-06 16:05:28

kismet010
Member
Registered: 2009-09-02
Posts: 137

Re: zathura - a PDF viewer

hi, first, very nice program, this is exactly what i want (vim keys and configurable colors = saves my arms and my eyes)

i put in zathurarc:
set recolor_darkcolor FFFFFF
set recolor_lightcolor 888888

but nothing happens when i press ^i

why?

Offline

#341 2010-07-06 16:08:17

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: zathura - a PDF viewer

Hello,

kismet010 wrote:

i put in zathurarc:
set recolor_darkcolor FFFFFF
set recolor_lightcolor 888888

Try chaning it to #FFFFFF and #888888

Best regards


pwmt.org : programs with movie titles

Offline

#342 2010-07-06 16:20:57

kismet010
Member
Registered: 2009-09-02
Posts: 137

Re: zathura - a PDF viewer

sorry i put with the # but not put it here
i change to black and grey, and all looks grey, i mean, background never changes to black

Last edited by kismet010 (2010-07-06 16:23:54)

Offline

#343 2010-07-07 05:47:31

quigybo
Member
Registered: 2009-01-15
Posts: 223

Re: zathura - a PDF viewer

In attempting to reproduce kismet010's problem, I think I found a bug. The set command (presumably others too) does not work if you have multiple spaces between the arguments. This is true in both the rc file and as a command in zathura.

Offline

#344 2010-07-07 12:43:44

rb
Member
From: Argentina
Registered: 2010-05-07
Posts: 143

Re: zathura - a PDF viewer

neldoreth wrote:
rb wrote:

It's possible to open the print dialog box when printing? Sometimes I want to print odd pages first, and the even pages later but I can't figure out how to do that in zathura.

Check out the latest git version, it is now possible to append any parameters to the print command. I guess it should work then in the following way:

:print printer 1-10 -o page-set=even

Best regards

Thanks, I'll look into that.


Sorry for my English. Feel free to point out my errors.

Offline

#345 2010-07-08 05:55:17

JackH79
Member
From: Australia
Registered: 2009-06-18
Posts: 663
Website

Re: zathura - a PDF viewer

Just a quick question to continuous scrolling.
Just updated to the latest git a few days ago and it seems that continuous scrolling is now enabled by default.
Is there an easy way for me to turn it off again?

Kind of got used to using the 'Page' keys to flip pages and arrow keys to navigate within a page.:wq

Offline

#346 2010-07-09 22:40:26

ntness
Member
From: The World
Registered: 2009-12-29
Posts: 97

Re: zathura - a PDF viewer

Is it possible to change the browser zathura uses via zathurarc?

For example, the following does not work:

set uri_command "jumanji '%s'"; /* uri */

transcend to the fifth abode

Offline

#347 2010-07-09 22:43:48

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: zathura - a PDF viewer

Hello,

ntness wrote:

Is it possible to change the browser zathura uses via zathurarc?

For example, the following does not work:

set uri_command "jumanji '%s'"; /* uri */

set browser jumanji %s

should do it.

Best regards


pwmt.org : programs with movie titles

Offline

#348 2010-07-09 22:48:43

ntness
Member
From: The World
Registered: 2009-12-29
Posts: 97

Re: zathura - a PDF viewer

neldoreth wrote:

Hello,

ntness wrote:

Is it possible to change the browser zathura uses via zathurarc?

For example, the following does not work:

set uri_command "jumanji '%s'"; /* uri */

set browser jumanji %s

should do it.

Best regards

Man you're fast! Thanks! big_smile


transcend to the fifth abode

Offline

#349 2010-07-10 05:09:16

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: zathura - a PDF viewer

zathura doesn't display this pdf correctly. Here are the screenshots of the same pdf using xpdf and zathura
xpdf shot : tNHcwOA

zathura shot : tNHcwOQ


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#350 2010-07-10 07:14:46

neldoreth
Member
From: AT
Registered: 2009-02-01
Posts: 212

Re: zathura - a PDF viewer

Hello,

Inxsible wrote:

zathura doesn't display this pdf correctly. Here are the screenshots of the same pdf using xpdf and zathura
xpdf shot : http://omploader.org/tNHcwOA

zathura shot : http://omploader.org/tNHcwOQ

Can you please give me a link where I can download this PDF? But I am pretty sure this is a poppler isue (try opening it with evince or epdfview).

Best regards


pwmt.org : programs with movie titles

Offline

Board footer

Powered by FluxBB