Tagged Questions
8
votes
2answers
276 views
Unable to reference new environments with RefTeX
I was trying to add new environments to AUCTeX doing what the RefTeX's manual says, so I added the following to my .emacs:
(add-hook 'LaTeX-mode-hook 'turn-on-reftex)
(setq reftex-label-alist
...