Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I've just switched from mac to windows and have just started using TeXworks. I like it, but I find that the default pdf viewer is difficult to use. For example, there doesn't seem to be a key command for going to the bottom or top of the current page; I can't view pages continuously; spacebar does nothing for navigation; and trackpad functionality appears to be broken (scrolling with the trackpad causes the pages to jump around in a seemingly random fashion). Is there a list of key commands somewhere? Or is there a way of using a different default pdf viewer?

share|improve this question
3  
I'm afraid there is no continous viewing yet, though it is planned for version 0.6: code.google.com/p/texworks/wiki/Roadmap#0.6_series – Torbjørn T. Jan 25 at 20:13
looking forward to continuous scrolling – Brady Trainor Apr 26 at 18:59

1 Answer

up vote 5 down vote accepted

Since using a different viewer is an option, I'll add how I do it.

First, I disable the "automatic preview":

Preferences -> Typesetting -> Select your typesetting option -> Edit -> uncheck View PDF after running

Second, I use an external PDF viewer that can work with PDF files being updated. For linux, Acrobat works this way, in Windows it does not AFAIK. You can use for instance SumatraPDF.


Some might say that it's annoying, but I like TeXworks, and sometimes I even use the internal viewer. This is when I make only a small change in the document. The good zoom feature of the TeXworks viewer makes it very fast to check that the correction was successful.

share|improve this answer
Ah, very nice. That works. I found that SumatraPDF supports continuous updating, so this is a good solution. One more question: is there any way to tell TeXworks not to automatically open the pdf in the default viewer when you first open the tex file? – Chuck Hague Jan 25 at 21:12
@ChuckHague no, as far as I know, I always have to close it. But I got used to this problem. Maybe we can mail a feature request for this. And thank, I'll add SumatraPDF into the answer. – tohecz Jan 25 at 21:36
Okay, good to know. Thanks for the helpful information! – Chuck Hague Jan 25 at 21:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.