auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/doc/auctex.texi,v


From: Tassilo Horn
Subject: [AUCTeX-diffs] Changes to auctex/doc/auctex.texi,v
Date: Wed, 13 Feb 2013 20:10:28 +0000

CVSROOT:        /sources/auctex
Module name:    auctex
Changes by:     Tassilo Horn <tsdh>     13/02/13 20:10:27

Index: doc/auctex.texi
===================================================================
RCS file: /sources/auctex/auctex/doc/auctex.texi,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -b -r1.319 -r1.320
--- doc/auctex.texi     13 Feb 2013 19:08:52 -0000      1.319
+++ doc/auctex.texi     13 Feb 2013 20:10:27 -0000      1.320
@@ -397,10 +397,10 @@
 
 In @AUCTeX{}, dollar signs should match like they do in @TeX{}.  This
 has been partially implemented, we assume dollar signs always match
-within a paragraph.  The first @samp{$} you insert in a paragraph will
-do nothing special.  The second @samp{$} will match the first.  This
-will be indicated by moving the cursor temporarily over the first dollar
-sign.
+within a paragraph.  By default, the first @samp{$} you insert in a
+paragraph will do nothing special.  The second @samp{$} will match the
+first.  This will be indicated by moving the cursor temporarily over the
+first dollar sign.
 
 @deffn Command TeX-insert-dollar @var{arg}
 @kindex $
@@ -410,6 +410,11 @@
 Ensure double dollar signs match up correctly by inserting extra dollar
 signs when needed if @code{TeX-math-close-double-dollar} is non-nil.
 
+If @var{TeX-math-close-single-dollar} is non-nil, when outside math mode
+the function insert the opening and closing dollar signs for @TeX{}
+inline formula and put the point between them just by typing a single
address@hidden
+
 With optional @var{arg}, insert that many dollar signs.
 @end deffn
 
@@ -422,6 +427,14 @@
 dollar signs.
 @end defopt
 
address@hidden TeX-math-close-single-dollar
+Control the insertion of dollar signs for delimiting inline math.  If
+the variable is non-nil and you enter a dollar sign outside math mode
address@hidden will automatically insert the opening and closing dollar signs
+and put the point between them.  If the variable
address@hidden is non-nil the opening dollar will blink.
address@hidden defopt
+
 @subheading Braces
 
 To avoid unbalanced braces, it is useful to insert them pairwise.  You
@@ -2420,11 +2433,11 @@
 
 @cindex Biber
 @cindex biblatex
address@hidden LaTeX-biblatex-use-Biber
 In case you use biblatex in a document, @AUCTeX{} switches from
address@hidden to Biber for bibliography processing.  In case you want to
-keep using address@hidden, set the variable @code{LaTeX-biblatex-use-Biber}
-to nil.
address@hidden to Biber for bibliography processing.  If you have enabled
+automatic parsing, @AUCTeX{} checks the value of @samp{backend} option
+given to biblatex at load time to decide whether to use address@hidden or
+Biber.
 
 After confirming a command to execute, @AUCTeX{} will try to save any
 buffers related to the document, and check if the document needs to be
@@ -3232,6 +3245,30 @@
 Only parse @LaTeX{} labels.
 @end defvr
 
address@hidden Constant LaTeX-auto-index-regexp-list
+Only parse @LaTeX{} index and glossary entries.
address@hidden defvr
+
address@hidden Constant LaTeX-auto-class-regexp-list
+Only parse macros in @LaTeX{} classes and packages.
address@hidden defvr
+
address@hidden Constant LaTeX-auto-pagestyle-regexp-list
+Only parse @LaTeX{} pagestyles.
address@hidden defvr
+
address@hidden Constant LaTeX-auto-counter-regexp-list
+Only parse @LaTeX{} counters.
address@hidden defvr
+
address@hidden Constant LaTeX-auto-length-regexp-list
+Only parse @LaTeX{} lengths.
address@hidden defvr
+
address@hidden Constant LaTeX-auto-savebox-regexp-list
+Only parse @LaTeX{} saveboxes.
address@hidden defvr
+
 @defvr Constant LaTeX-auto-regexp-list
 Parse common @LaTeX{} commands.
 @end defvr



reply via email to

[Prev in Thread] Current Thread [Next in Thread]