8
votes
2answers
272 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 ...
3
votes
2answers
322 views

Cross References using multiple documents

I'm trying to solve a problem that's come up in producing a large document that I'm breaking up into smaller ones. The basic structure is this. A main document (main.tex) that includes formatting ...