[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
TeX-next-error
;
a problem for example encountered when using MiKTeX 2.8. In addition
quoted file names as emitted by MiKTeX are now supported.
with-kpathsea-sep
has been removed; the
setting is now usually determined at runtime.
Due to this and other problems, preview-latex in the released XEmacs package failed under Windows or with anything except recent 21.5 XEmacsen.
polish
language option of the babel LaTeX package as well as
the polski LaTeX package are now supported. Most notably this means
that AUCTeX will help to insert quotation marks as defined by polish.sty
("`..."'
) and polski.sty (,,...''
).
TeX-doc
for Emacs 21.
TeX-doc
provides easy access to documentation
about commands and packages or information related to TeX and friends
in general.
See section Documentation about macros and packages.
TeX-command-list
accessible with C-c C-c or the Command
menu.
See section Cleaning intermediate and output files.
Adding support for this feature required the default value of the
variable TeX-output-view-style
to be changed. Please make sure
you either remove any customizations overriding the new default or
incorporate the changes into your customizations if you want to use this
feature.
-file-line-error
kind are now
understood in AUCTeX and preview-latex (parsers are still
separate).
TeX-toggle-debug-warnings
(C-c C-t C-w) or
TeX-toggle-debug-bad-boxes
(C-c C-t C-b). In this case
TeX-next-error
will find these warnings in addition to normal
errors.
The key binding C-c C-w for TeX-toggle-debug-bad-boxes
(which was renamed from TeX-toggle-debug-boxes
) now is
deprecated.
TeX-electric-sub-and-superscript
is set to a non-nil value.
\\og ...\\fg
) which can now be
inserted by typing <">.
(load "auctex.el" nil
t t)
instead of the former (require 'tex-site)
. Related to this
change ‘tex-mik.el’ does not load ‘tex-site.el’ anymore. That
means if you used only (require 'tex-mik)
in order to activate
AUCTeX, you have to add (load "auctex.el" nil t t)
before the
latter statement.
See section Loading the package.
font-latex-verb-like-commands
, font-latex-verbatim-macros
,
and font-latex-verbatim-environments
being removed and the more
general variables LaTeX-verbatim-macros-with-delims
,
LaTeX-verbatim-macros-with-braces
, and
LaTeX-verbatim-environments
being added.
font-latex-title-fontify
were removed. Use
font-latex-fontify-sectioning
instead.
LaTeX-mark-section
now marks subsections of a given section as
well. The former behavior is available via the prefix argument.
Also note that the way AUCTeX is supposed to be activated changed.
Instead of (require 'tex-site)
you should now use (load
"auctex.el" nil t t)
. While the former method may still work, the new
method has the advantage that you can deactivate a preactivated
AUCTeX with the statement (unload-feature 'tex-site)
before
any of its modes have been used. This may be important especially for
site-wide installations.
TeX-fold-force-fontify
.
LaTeX-german-open-quote
,
LaTeX-german-close-quote
, LaTeX-german-quote-after-quote
,
LaTeX-italian-open-quote
, LaTeX-italian-close-quote
, and
LaTeX-italian-quote-after-quote
are now obsolete. If you are not
satisfied with the default settings, you should customize
TeX-quote-language-alist
instead.
font-latex-fontify-sectioning
.
This variable was previously called font-latex-title-fontify
; In
this release we provide an alias but this will disappear in one of the
the next releases. The faces for the sectioning commands are now called
font-latex-sectioning-N-face
(N=0…5) instead of
font-latex-title-N-face
(N=1…4). Analogously
the names of the variables holding the related keyword lists were
changed from font-latex-title-N-keywords
to
font-latex-sectioning-N-keywords
.
See section Font Locking, for details.
Make sure to adjust your customizations.
font-latex-slide-title-face
. You can
add macros to be highlighted with this face to
font-latex-match-slide-title-keywords
.
show-trailing-whitespace
to t
. If
you want to delete all trailing whitespace in a buffer, type M-x
delete-trailing-whitespace RET.
TeX-macro-global
is not determined during
configuration anymore but at load time of AUCTeX. Consequently the
associated configuration option ‘--with-tex-input-dirs’ was
removed.
TeX-auto-generate-global
) was extended
to recognize keywords common in LaTeX packages and classes, like
“\DeclareRobustCommand” or “\RequirePackage”. Additionally a bug
was fixed which led to duplicate entries in AUCTeX style files.
TeX-fold-dwim
command content can both be hidden and shown with a single key binding.
In course of these changes new key bindings for unfolding commands where
introduced. The old bindings are still present but will be phased out
in future releases.
(add-hook 'LaTeX-mode-hook 'LaTeX-install-toolbar) |
to your init file.
LaTeX-includegraphics-read-file
.
LaTeX-float
to nil
now means that you
will not be prompted for the float position of figures and tables. You
can get the old behaviour of nil
by setting the variable to
""
, i.e. an empty string.
See also Floats.
overlays-at
was fixed.
LaTeX-math-menu-unicode
, Entering Mathematics.
start
is used for the viewer for MiKTeX and fpTeX.
TeX-fold-preserve-comments
can now be customized to
deactivate folding in comments.
TeX-fold
now supports folding of environments in Texinfo mode.
TeX-source-specials
minor mode
which can be toggled via an entry in the Command menu or the key binding
C-c C-t C-s. If you have customized the variable
TeX-command-list
, you have to re-initialize it for this to work.
This means to open a customization buffer for the variable by typing
M-x customize-variable RET TeX-command-list RET
, selecting
“Erase Customization” and do your customization again with the new
default.
TeX-command-list
has to be erased. Otherwise the command menu
and the customization will not work correctly.
TeX-newline-function
, Indenting.
doc.sty
and ltxdoc.cls
(‘dtx’
files) was added. The new docTeX mode provides functionality for
editing documentation parts. This includes formatting (indenting and
filling), adding and completion of macros and environments while staying
in comments as well as syntax highlighting. (Please note that the mode
is not finished yet. For example syntax highlighting does not work yet
in XEmacs.)
TeX-master
is set to t
, AUCTeX will now query for a
master file only when a new file is opened. Existing files will be left
alone. The new function TeX-master-file-ask
(bound to C-c
_ is provided for adding the variable manually.
font-latex-title-fontify
can be customized to restore the old
appearance, i.e. the usage of a different color instead of a change in
size.
alphanum.sty
, beamer.cls
, booktabs.sty
,
captcont.sty
, emp.sty
, paralist.sty
,
subfigure.sty
and units.sty
/nicefrac.sty
was added.
Credits go to the authors mentioned in the respective AUCTeX style
files.
LaTeX-includegraphics-options-alist
.
LaTeX-default-position
is nil
, don’t prompt for
position arguments in Tabular-like
environments, see Tabular-like Environments.
font-latex-quotes
.
font-latex-match-function-keywords
,
font-latex-match-reference-keywords
,
font-latex-match-variable-keywords
and
font-latex-match-warning-keywords
.
LaTeX-german-open-quote
,
LaTeX-german-close-quote
and
LaTeX-german-quote-after-quote
instead of TeX-open-quote
,
TeX-close-quote
and TeX-quote-after-quote
if you want to
influence the type of quote insertion.
TeX-output-view-style
.
TeX-insert-macro
(C-c RET) ask for
all optional arguments by customizing the variable
TeX-insert-macro-default-style
, Completion.
TeX-run-discard
is now able to completely detach a process that
it started.
autoconf
making installing AUCTeX a mostly automatic process. See
Installing AUCTeX and Installation under MS Windows
for details.
comment-region
now inserts %% by default.
Suggested by "Davide G. M. Salvetti" <salve@debian.org>.
TeX-install-font-lock
for this.
LaTeX-top-caption-list
specifies environments
where the caption should go at top.
Contributed by ataka@milk.freemail.ne.jp (Masayuki Ataka).
See the file ‘history.texi’ for older changes.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated on October 17, 2018 using texi2html 1.82.