File: tex-ispell.el.html

This file provides additions to skip list of Ispell (in this context, Ispell is synonym for Ispell, Aspell and Hunspell spelling checker programs). Macro arguments and environments skipped by Ispell are stored in the car and/or cdr of ispell-tex-skip-alists. This file uses two functions TeX-ispell-skip-setcar and TeX-ispell-skip-setcdr defined in tex.el to add new items to this variable.

Ispell has a lot of LaTeX macros and environments already built-in. E.g., check this link for Hunspell program:

https://github.com/hunspell/hunspell/blob/master/src/parsers/latexparser.cxx

Ispell does not check spelling in the preamble of a document. Hence, only document macros and environments should be added here. Currently, this file has support for the following macro packages:

acro.sty amsmath.sty attachfile.sty booktabs.sty breqn.sty caption.sty cleveref.sty empheq.sty enumitem.sty fancyref.sty fancyvrb.sty filecontents.sty fontaxes.sty fontspec.sty hyperref.sty listings.sty ltxdoc.cls ltxtable.sty mdframed.sty minted.sty nameref.sty pythontex.sty shortvrb.sty siunitx.sty splitidx.sty stabular.sty tabularray.sty tabularx.sty tabulary.sty tcolorbox.sty tikz.sty varioref.sty xltabular.sty

If you have further additions, drop a line to <auctex-devel@gnu.org>.

Defined variables (7)

TeX-ispell-skip-cmds-one-arg-regexpRegexp of LaTeX commands with one argument to be skipped.
TeX-ispell-skip-cmds-opt-arg-regexpRegexp of LaTeX commands with only optional arguments to be skipped.
TeX-ispell-skip-cmds-three-args-regexpRegexp of LaTeX commands with three arguments to be skipped.
TeX-ispell-skip-cmds-two-args-regexpRegexp of LaTeX commands with two arguments to be skipped.
TeX-ispell-skip-envs-opt-arg-regexpRegexp of LaTeX environments with an opt argument to be skipped.
TeX-ispell-skip-envs-regexpRegexp of LaTeX environments which will be skipped entirely.
TeX-ispell-verb-delimitersString with all delimiters for verbatim macros.

Defined functions (0)

Defined faces (0)