[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] [elpa] externals/auctex 1354c70 44/57: Advertise AUCTeX i
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] [elpa] externals/auctex 1354c70 44/57: Advertise AUCTeX installation from ELPA |
Date: |
Wed, 11 Jan 2017 18:01:42 +0000 (UTC) |
branch: externals/auctex
commit 1354c70eb325768c24bca1ed133102732617a5f1
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>
Advertise AUCTeX installation from ELPA
* doc/quickstart.texi (Quick Start): Emphasize the necessity to
drop (load "auctex.el" nil t t) when installed from ELPA.
* doc/install.texi (Installation): Advertise installation from
ELPA.
---
doc/install.texi | 16 +++++++++++-----
doc/quickstart.texi | 17 ++++++++++++-----
2 files changed, 23 insertions(+), 10 deletions(-)
diff --git a/doc/install.texi b/doc/install.texi
index d814cca..dfe3126 100644
--- a/doc/install.texi
+++ b/doc/install.texi
@@ -12,11 +12,17 @@
@chapter Installing @AUCTeX{}
@end ifclear
-The simplest way of installing @AUCTeX{} is by using the Emacs package
-manager integrated in Emacs 24 and greater (@acronym{ELPA}). Simply do
address@hidden package-list-packages RET}, mark the auctex package for
-installation with @kbd{i}, and hit @kbd{x} to execute the installation
-procedure. That's all.
+The modern and strongly recommended way of installing @AUCTeX{} is by
+using the Emacs package manager integrated in Emacs 24 and greater
+(@acronym{ELPA}). Simply do @kbd{M-x list-packages RET}, mark the
+auctex package for installation with @kbd{i}, and hit @kbd{x} to execute
+the installation procedure. That's all. This installation procedure
+has several advantages. Besides being platform and @acronym{OS}
+independent, you will receive intermediate releases between major
address@hidden releases conveniently. For past @acronym{ELPA} releases, see
address@hidden://elpa.gnu.org/packages/auctex.html}. Once the installation
+is completed, you can skip the rest of this section and proceed to
address@hidden Start}.
The remainder of this section is about installing @AUCTeX{} from a
release tarball or from a checkout of the @AUCTeX{} repository.
diff --git a/doc/quickstart.texi b/doc/quickstart.texi
index b382018..20d89c3 100644
--- a/doc/quickstart.texi
+++ b/doc/quickstart.texi
@@ -18,7 +18,8 @@ as well, @ref{Installation}. We also assume that you are
familiar with
the way keystrokes are written in Emacs manuals. If not, have a look at
the Emacs Tutorial in the Help menu.
-If @AUCTeX{} is installed, you might still need to activate it, by
+If @AUCTeX{} is installed in any other way than from the Emacs package
+manager (@acronym{ELPA}), you might still need to activate it, by
inserting
@lisp
@@ -27,10 +28,16 @@ inserting
in your user init address@hidden usually is a file in your home
directory called @file{.emacs} if you are utilizing GNU Emacs or
address@hidden/init.el} if you are using XEmacs.} If you've installed
address@hidden from the Emacs package manager (ELPA), you must not have this
-line in your user init file. The installation procedure already cares
-about loading @AUCTeX{} correctly.
address@hidden/init.el} if you are using XEmacs.}
+
+If @AUCTeX{} is installed from @acronym{ELPA}, the installation
+procedure already cares about loading @AUCTeX{} correctly and you
address@hidden not} have the line above in your init file. Note that this
+also applies if you have the following line in your init file
+
address@hidden
+(package-initialize)
address@hidden lisp
In order to get support for many of the @LaTeX{} packages you will use
in your documents, you should enable document parsing as well, which can
- [AUCTeX-diffs] [elpa] externals/auctex bfc7e90 16/57: Fix fontification for natbib compat macros, (continued)
- [AUCTeX-diffs] [elpa] externals/auctex bfc7e90 16/57: Fix fontification for natbib compat macros, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex ccec850 24/57: Remove multi-level/invisible feature of font-latex-fontify-script, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex c3a21f2 04/57: Print only first line of the message in error overview, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex 890163e 26/57: Bring back multi-level script font-locking, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex 00df9a5 37/57: Check new custom option before activating RefTeX cite format, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex 7ef680c 52/57: Refresh RELEASE file, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex c70b7f9 21/57: Add new style/exam.sty, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex bdc5d0d 11/57: Add new style/mdframed.el, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex 6fe7a2e 43/57: Prepare for upcoming release, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex 33a6ff8 48/57: ; Change email address., Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex 1354c70 44/57: Advertise AUCTeX installation from ELPA,
Tassilo Horn <=
- [AUCTeX-diffs] [elpa] externals/auctex 3dca7c4 57/57: Merge branch 'master' into externals/auctex, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex ec3996d 08/57: Query for optional float position, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex bb390fe 18/57: Add fontification for varioref's referencing macros, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex a943b6c 10/57: Add new tcolorbox library style/tcolorboxlib-raster.el, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex 8186490 06/57: Fix documentation of TeX-arg-file, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex 5ddbd04 12/57: Add new style/titleps.el, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex 225bade 14/57: Add new style/titletoc.el, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex ea7f427 28/57: Improve multi-level script fontification, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex c541d75 20/57: Fix the names also in expert macros, Tassilo Horn, 2017/01/11
- [AUCTeX-diffs] [elpa] externals/auctex 377a97a 32/57: Completion for math macros, Tassilo Horn, 2017/01/11