[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
In LaTeX documents, style hooks can find the package names and those
options given as optional argument(s) of ‘\usepackage’ in
LaTeX-provided-package-options
.
Buffer local variable holding alist of options provided to LaTeX
packages. Each element is a cons cell (package
. option-list)
. For example, its value will be
(("babel" . ("german")) ("geometry" . ("a4paper" "top=2cm" "left=2.5cm" "right=2.5cm")) ...) |
You can examine whether there is a specific package-option pair by
LaTeX-provided-package-options-member
.
Return non-nil
if option has been given to package.
The value is actually the tail of the list of options given to
package.
There are similar facilities for class names and those options given in
\documentclass
declaration.
Buffer local variable holding alist of options provided to LaTeX
classes. Each element is a cons cell (class
. option-list)
. For example, its value will be
(("book" . ("a4paper" "11pt" "openany" "fleqn")) ...) |
Return non-nil
if option has been given to class. The
value is actually the tail of the list of options given to class.
Check if a documentclass option matching regexp is active. Return first found class option matching regexp, or nil if not found.
These functions are also useful to implement customized predicate(s) in
TeX-view-predicate-list
. See Starting Viewers.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on April 23, 2023 using texi2html 1.82.