]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/auctex/doc/quickstart.texi
Update AUCTeX ELPA package to the new 11.87 release.
[gnu-emacs-elpa] / packages / auctex / doc / quickstart.texi
index ceec41c49318a59495eae3faa78ac5b41d23d99a..e6fa66131315e3d4d3b2752912bdb42262d63787 100644 (file)
@@ -27,10 +27,14 @@ inserting
 
 in your user init file.@footnote{This usually is a file in your home
 directory called @file{.emacs} if you are utilizing GNU Emacs or
-@file{.xemacs/init.el} if you are using XEmacs.}  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 be
-achieved by putting
+@file{.xemacs/init.el} if you are using XEmacs.}  If you've installed
+@AUCTeX{} 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.
+
+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
+be achieved by putting
 
 @lisp
 (setq TeX-auto-save t)
@@ -163,7 +167,7 @@ Insert roman @r{\textrm@{@point{}@}} text.
 @item C-c C-f C-f
 @kindex C-c C-f C-f
 @cindex @code{\textsf}
-Insert  @sans{sans serif} @samp{\textsf@{@point{}@}} text.
+Insert  @sansserif{sans serif} @samp{\textsf@{@point{}@}} text.
 
 @item C-c C-f C-t
 @kindex C-c C-f C-t