Variable: LaTeX-font-family
LaTeX-font-family is a variable defined in latex.el.
Value
("normalfont" "rmfamily" "sffamily" "ttfamily")
Documentation
List of LaTeX font family declarations.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar LaTeX-font-family '("normalfont" "rmfamily"
"sffamily" "ttfamily")
"List of LaTeX font family declarations.")