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
+@samp{$}.
+
With optional @var{arg}, insert that many dollar signs.
@end deffn
@@ -422,6 +427,14 @@
dollar signs.
@end defopt
+@defopt 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
+@AUCTeX{} will automatically insert the opening and closing dollar signs
+and put the point between them. If the variable
+@code{blink-matching-paren} is non-nil the opening dollar will blink.
+@end defopt
+
@subheading Braces
To avoid unbalanced braces, it is useful to insert them pairwise. You
@@ -2420,11 +2433,11 @@
@cindex Biber
@cindex biblatex
-@vindex LaTeX-biblatex-use-Biber
In case you use biblatex in a document, @AUCTeX{} switches from
-Bib@TeX{} to Biber for bibliography processing. In case you want to
-keep using Bib@TeX{}, set the variable @code{LaTeX-biblatex-use-Biber}
-to nil.
+Bib@TeX{} 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 Bib@TeX{} 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
+@defvr Constant LaTeX-auto-index-regexp-list
+Only parse @LaTeX{} index and glossary entries.
+@end defvr
+
+@defvr Constant LaTeX-auto-class-regexp-list
+Only parse macros in @LaTeX{} classes and packages.
+@end defvr
+
+@defvr Constant LaTeX-auto-pagestyle-regexp-list
+Only parse @LaTeX{} pagestyles.
+@end defvr
+
+@defvr Constant LaTeX-auto-counter-regexp-list
+Only parse @LaTeX{} counters.
+@end defvr
+
+@defvr Constant LaTeX-auto-length-regexp-list
+Only parse @LaTeX{} lengths.
+@end defvr
+
+@defvr Constant LaTeX-auto-savebox-regexp-list
+Only parse @LaTeX{} saveboxes.
+@end defvr
+
@defvr Constant LaTeX-auto-regexp-list
Parse common @LaTeX{} commands.
@end defvr
_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs