[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/doc/auctex.texi
From: |
Ralf Angeli |
Subject: |
[AUCTeX-diffs] Changes to auctex/doc/auctex.texi |
Date: |
Wed, 29 Jun 2005 06:40:21 -0400 |
Index: auctex/doc/auctex.texi
diff -u auctex/doc/auctex.texi:1.234 auctex/doc/auctex.texi:1.235
--- auctex/doc/auctex.texi:1.234 Wed Jun 15 13:01:36 2005
+++ auctex/doc/auctex.texi Wed Jun 29 10:40:20 2005
@@ -124,11 +124,11 @@
* Quick Start:: Quick Start
* Frequently Used Commands:: Inserting Frequently Used Commands
* Advanced Features:: Advanced Editing Features
-* Display:: Controlling the Display of Source Code
+* Display:: Controlling Screen Display
* Running TeX and friends:: Starting Processors, Viewers and Other Programs
* Multifile:: Multifile Documents
-* Parsing Files:: Automatic Parsing of @TeX{} files
-* I18n:: Internationalization
+* Parsing Files:: Automatic Parsing of @TeX{} Files
+* Internationalization:: Language Support
* Automatic:: Automatic Customization
* Style Files:: Writing Your own Style Support
* Changes:: Changes and New Features
@@ -643,9 +643,9 @@
@vindex LaTeX-float
@item caption
-This is the caption of the float. The caption will be inserted at the
-bottom of the float, which is controlled by the variable
-`LaTeX-top-caption-list'.
+This is the caption of the float. The default is to insert the caption
+at the bottom of the float. You can specify floats where the caption
+should be placed at the top with @code{LaTeX-top-caption-list}.
@vindex LaTeX-top-caption-list
@item label
@@ -1246,7 +1246,7 @@
@end defopt
@node Display
address@hidden Controlling the Display of Source Code
address@hidden Controlling Screen Display
It is often desirable to get visual help of what markup code in a text
actually does whithout having to decipher it explicitely. For this
@@ -2421,7 +2421,7 @@
@node Parsing Files
address@hidden Automatic Parsing of @TeX{} files
address@hidden Automatic Parsing of @TeX{} Files
@cindex Parsing @TeX{}
@cindex Automatic Parsing
@cindex Tabs
@@ -2558,9 +2558,10 @@
Parse all @TeX{} and @LaTeX{} commands that @AUCTeX{} can use.
@end defvr
address@hidden I18n
address@hidden Internationalization
address@hidden Internationalization
address@hidden Language Support
@cindex Internationalization
address@hidden Language Support
@cindex Character set
@cindex National letters
@cindex CJK language
@@ -2736,6 +2737,12 @@
insert @samp{''}. Typing @key{-} twice will insert @samp{"=}.
@end table
+In documents where typing @key{-} may insert language-specific hyphens
+you can insert multiple consecutive @samp{-} characters simply by typing
+the respective key again after a language-specific string was inserted.
+For example if you type @key{-} with point after a @samp{"=} string in a
+Swedish document it will be replaced by @samp{--}.
+
In case you are not satisfied with the suggested behavior of quote and
hyphen insertion you can change it by customizing the variables
@code{TeX-quote-language-alist} and
- [AUCTeX-diffs] Changes to auctex/doc/auctex.texi, Ralf Angeli, 2005/06/05
- [AUCTeX-diffs] Changes to auctex/doc/auctex.texi, Ralf Angeli, 2005/06/05
- [AUCTeX-diffs] Changes to auctex/doc/auctex.texi, Ralf Angeli, 2005/06/05
- [AUCTeX-diffs] Changes to auctex/doc/auctex.texi, Ralf Angeli, 2005/06/07
- [AUCTeX-diffs] Changes to auctex/doc/auctex.texi, Ralf Angeli, 2005/06/10
- [AUCTeX-diffs] Changes to auctex/doc/auctex.texi, Ralf Angeli, 2005/06/15
- [AUCTeX-diffs] Changes to auctex/doc/auctex.texi,
Ralf Angeli <=
- [AUCTeX-diffs] Changes to auctex/doc/auctex.texi, Ralf Angeli, 2005/06/30