Mercurial > emacs
changeset 62811:ccc8869d7418
(superscript, subscript, tex-math-face)
(tex-verbatim-face, tex-use-reftex): Specify customization group.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Fri, 27 May 2005 12:59:58 +0000 |
parents | 788c50f6a4ba |
children | 29a93bca63aa |
files | lisp/textmodes/tex-mode.el |
diffstat | 1 files changed, 10 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el Fri May 27 12:38:19 2005 +0000 +++ b/lisp/textmodes/tex-mode.el Fri May 27 12:59:58 2005 +0000 @@ -643,19 +643,23 @@ (defface superscript '((t :height 0.8)) ;; :raise 0.3 - "Face used for superscripts.") + "Face used for superscripts." + :group 'tex) (defface subscript '((t :height 0.8)) ;; :raise -0.3 - "Face used for subscripts.") + "Face used for subscripts." + :group 'tex) (defface tex-math-face '((t :inherit font-lock-string-face)) - "Face used to highlight TeX math expressions.") + "Face used to highlight TeX math expressions." + :group 'tex) (defvar tex-math-face 'tex-math-face) (defface tex-verbatim-face ;; '((t :inherit font-lock-string-face)) '((t :family "courier")) - "Face used to highlight TeX verbatim environments.") + "Face used to highlight TeX verbatim environments." + :group 'tex) (defvar tex-verbatim-face 'tex-verbatim-face) ;; Use string syntax but math face for $...$. @@ -1623,7 +1627,8 @@ (defcustom tex-use-reftex t "If non-nil, use RefTeX's list of files to determine what command to use." - :type 'boolean) + :type 'boolean + :group 'tex) (defvar tex-compile-commands '(((concat "pdf" tex-command