[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
To turn RefTeX Mode on and off in a particular buffer, use M-x reftex-mode <RET>. To turn on RefTeX Mode for all LaTeX files, add the following lines to your ‘.emacs’ file:
(add-hook 'LaTeX-mode-hook 'turn-on-reftex) ; with AUCTeX LaTeX mode (add-hook 'latex-mode-hook 'turn-on-reftex) ; with Emacs latex mode |
That's all!
To get started, read the documentation, in particular the summary. (see RefTeX in a Nutshell)
In order to produce a printed version of the documentation, use
make pdf
to produce a reftex.pdf file. Analogously you can use
the dvi
, ps
, or html
targets to create DVI,
PostScript or HTML files.
This document was generated by Ralf Angeli on August, 9 2009 using texi2html 1.78.