Searched +refs:reftex +refs:highlight (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-vars.el0 ;;; reftex-vars.el --- configuration variables for RefTeX
30 (eval-when-compile (defvar reftex-tables-dirty))
33 (defun reftex-set-dirty (symbol value)
34 (setq reftex-tables-dirty t)
40 (defconst reftex-label-alist-builtin
132 (defconst reftex-cite-format-builtin
212 (defconst reftex-index-macros-builtin
226 "Builtin stuff for reftex-index-macros.
233 (defgroup reftex nil function
237 "http://staff.science.uva.nl/~dominik/Tools/reftex/")
[all...]
H A Dreftex.el0 ;;; reftex.el --- minor mode for doing \label, \ref, \cite, \index in LaTeX
50 ;; To turn RefTeX Mode on and off in a buffer, use `M-x reftex-mode'.
55 ;; (add-hook 'LaTeX-mode-hook 'turn-on-reftex) ; AUCTeX LaTeX mode
56 ;; (add-hook 'latex-mode-hook 'turn-on-reftex) ; Emacs latex mode
65 ;; One way to view this documentation is `M-x reftex-info RET'.
104 ;; reftex-mode'. To turn on RefTeX Mode for all LaTeX files, add the
107 ;; (add-hook 'LaTeX-mode-hook 'turn-on-reftex) ; with AUCTeX LaTeX mode
108 ;; (add-hook 'latex-mode-hook 'turn-on-reftex) ; with Emacs latex mode
114 ;; Typing `C-c =' (`reftex-toc') will show a table of contents of the
125 ;; `reftex
[all...]
H A Dreftex-cite.el0 ;;; reftex-cite.el --- creating citations with RefTeX
32 (provide 'reftex-cite)
33 (require 'reftex)
39 (defvar reftex-cite-regexp-hist nil)
42 (defconst reftex-citation-prompt
45 (defconst reftex-citation-help
60 (defmacro reftex-with-special-syntax-for-bib (&rest body)
64 (set-syntax-table reftex-syntax-table-for-bib)
68 (defun reftex-default-bibliography ()
69 ;; Return the expanded value of `reftex
[all...]

Completed in 179 milliseconds