View documents (PDF/PostScript/DVI) inside Emacs
Today I wrote an extension for emacs that lets you view pdf, ps or dvi documents in emacs. It’s named doc-view.el and I posted it to the emacs-sources mailing list (here it is). But I recommend that you get the latest version by cloning my Git repository.
A description of doc-view.el and how to get it can be found on my homepage.
UPDATE: doc-view is official part of Emacs and the default viewer for DVI and PDF files.
Wow, cool! I’ve been learning and learning elisp for so long that I didn’t learn at all hehe.. But here, you have done it! nice
I’ll use it and come back.
gnugalaxy
September 26, 2007 at 7:27 am
Thanks a lot for the compliments!
Bye,
Tassilo
Tassilo Horn
November 26, 2007 at 1:27 pm
Great add-on
ive been using it for a while and im missing only one thing. Rescaling images. Sometimes the pdf doc’s don’t fit in the window.
Pablo
Pablo
September 30, 2008 at 11:40 am
With the doc-view version in Emacs CVS (23), you can enlarge and shrink the doc with + and -.
Tassilo Horn
September 30, 2008 at 12:57 pm