summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2015-06-19 19:34:11 +0200
committerAndreas Politz <politza@hochschule-trier.de>2015-06-19 19:35:17 +0200
commit8f38db0e29d928ca818c4c37ac36507ddb920373 (patch)
treeddf3997f07000271cd611423d4bff97663438f04 /README.org
parent03601e89d7eac295292bb5c15b6c4df7a3e4b4d3 (diff)
Spell checked README
* README.org:
Diffstat (limited to 'README.org')
-rw-r--r--README.org20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.org b/README.org
index 057463a..4729461 100644
--- a/README.org
+++ b/README.org
@@ -6,13 +6,13 @@
[[https://travis-ci.org/politza/pdf-tools.svg?branch%3Dmaster][https://travis-ci.org/politza/pdf-tools.svg?branch=master]]
** About this package
PDF Tools is, among other things, a replacement of DocView for PDF
- files. The key difference is, that pages are not prerendered by
+ files. The key difference is, that pages are not pre-rendered by
e.g. ghostscript and stored in the file-system, but rather created
on-demand and stored in memory.
This rendering is performed by a special library named, for
- whatever reason, poppler, running inside a server programm. This
- programm is called ~epdfinfo~ and it's job is it to successively
+ whatever reason, poppler, running inside a server program. This
+ program is called ~epdfinfo~ and it's job is it to successively
read requests from Emacs and produce the proper results, i.e. the
PNG image of a PDF page.
@@ -46,7 +46,7 @@
outline.
*** SyncTeX
Jump from a position on a page directly to the TeX source and
- vice-versa.
+ vice versa.
*** Virtual PDF
Use a collection of documents as if it where one, big single PDF.
@@ -58,8 +58,8 @@
** Installation
The package may be installed via melpa and it will try to build the
- server part when it is actiated the first time, though next section
- is still relevant.
+ server part when it is activated the first time, though the next
+ section is still relevant.
*** Server Prerequisites
You'll need GNU Emacs \ge 24.3 and some form of a GNU/Linux OS.
@@ -68,7 +68,7 @@
system. (The prerequisites may be installed automatically on this
kind of systems, see [[Compilation]] .)
- First make shure a suitable build-system is installed. We need at
+ First make sure a suitable build-system is installed. We need at
least a C/C++ compiler (both ~gcc~ and ~g++~), ~make~, ~automake~
and ~autoconf~.
@@ -96,7 +96,7 @@
| ... create and modify markup annotations. | \ge 0.26 |
|-------------------------------------------+------------------|
- In case you decide to install libpoppler from source, make shure
+ In case you decide to install libpoppler from source, make sure
to run it's configure script with the ~--enable-xpdf-headers~
option.
@@ -130,7 +130,7 @@
$ make -s
#+end_src
The ~make install-server-deps~ command will try to install all
- nescessary programms and libraries to build the package, though
+ necessary programs and libraries to build the package, though
it'll only work, if ~sudo~ and ~apt-get~ are available.
This should compile the source code and create a Emacs Lisp
@@ -141,7 +141,7 @@
*** Installing
If ~make~ produced the ELP file ~pdf-tools-${VERSION}.tar~ you are
- fine. This package contains all the nescessary files for Emacs
+ fine. This package contains all the necessary files for Emacs
and may be installed by either using
#+begin_src sh
$ make install-package