/[emacs]/emacs/lisp/textmodes/tex-mode.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/tex-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.162 by dak, Sat Apr 23 16:45:07 2005 UTC revision 1.163 by lute, Fri May 27 12:59:58 2005 UTC
# Line 643  An alternative value is \" . \", if you Line 643  An alternative value is \" . \", if you
643    
644  (defface superscript  (defface superscript
645    '((t :height 0.8)) ;; :raise 0.3    '((t :height 0.8)) ;; :raise 0.3
646    "Face used for superscripts.")    "Face used for superscripts."
647      :group 'tex)
648  (defface subscript  (defface subscript
649    '((t :height 0.8)) ;; :raise -0.3    '((t :height 0.8)) ;; :raise -0.3
650    "Face used for subscripts.")    "Face used for subscripts."
651      :group 'tex)
652    
653  (defface tex-math-face  (defface tex-math-face
654    '((t :inherit font-lock-string-face))    '((t :inherit font-lock-string-face))
655    "Face used to highlight TeX math expressions.")    "Face used to highlight TeX math expressions."
656      :group 'tex)
657  (defvar tex-math-face 'tex-math-face)  (defvar tex-math-face 'tex-math-face)
658  (defface tex-verbatim-face  (defface tex-verbatim-face
659    ;; '((t :inherit font-lock-string-face))    ;; '((t :inherit font-lock-string-face))
660    '((t :family "courier"))    '((t :family "courier"))
661    "Face used to highlight TeX verbatim environments.")    "Face used to highlight TeX verbatim environments."
662      :group 'tex)
663  (defvar tex-verbatim-face 'tex-verbatim-face)  (defvar tex-verbatim-face 'tex-verbatim-face)
664    
665  ;; Use string syntax but math face for $...$.  ;; Use string syntax but math face for $...$.
# Line 1623  If NOT-ALL is non-nil, save the `.dvi' f Line 1627  If NOT-ALL is non-nil, save the `.dvi' f
1627    
1628  (defcustom tex-use-reftex t  (defcustom tex-use-reftex t
1629    "If non-nil, use RefTeX's list of files to determine what command to use."    "If non-nil, use RefTeX's list of files to determine what command to use."
1630    :type 'boolean)    :type 'boolean
1631      :group 'tex)
1632    
1633  (defvar tex-compile-commands  (defvar tex-compile-commands
1634    '(((concat "pdf" tex-command    '(((concat "pdf" tex-command

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.163

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26