Difference between revisions of "Docview"

From WikEmacs
Jump to navigation Jump to search
(Created page with "Emacs includes functionality to act as an image and document viewer via its Docview feature. Most usually the way to use this feature is to simply find a file of an appropria...")
 
Line 3: Line 3:
 
Most usually the way to use this feature is to simply find a file of an appropriate type, e.g. a PNG image or a PDF document.
 
Most usually the way to use this feature is to simply find a file of an appropriate type, e.g. a PNG image or a PDF document.
  
When in Docview-mode the <code>C-c C-c</code> command (<code>image-toggle-display</code>) will toggle between viewing the image or document graphically and viewing it in text format. This can be useful for directly modifying PDF files, for instance.
+
When in Docview-mode the {{Keys|C-c C-c}} command ({{Command|image-toggle-display}}) will toggle between viewing the image or document graphically and viewing it in text format. This can be useful for directly modifying PDF files, for instance.
  
 
Docview mode typically works out of the box on GNU/Linux systems. If you are running Emacs on Windows it likely requires some additional libraries to be manually installed.
 
Docview mode typically works out of the box on GNU/Linux systems. If you are running Emacs on Windows it likely requires some additional libraries to be manually installed.

Revision as of 14:50, 27 March 2012

Emacs includes functionality to act as an image and document viewer via its Docview feature.

Most usually the way to use this feature is to simply find a file of an appropriate type, e.g. a PNG image or a PDF document.

When in Docview-mode the [C-c C-c] command (M-x image-toggle-display) will toggle between viewing the image or document graphically and viewing it in text format. This can be useful for directly modifying PDF files, for instance.

Docview mode typically works out of the box on GNU/Linux systems. If you are running Emacs on Windows it likely requires some additional libraries to be manually installed.