I have a few tex-related packages that I'd like to submit to ELPA.  They all rely on AUCTeX 14.0.5, which was just released today.  (I'd be happy to make a separate post for each, if that'd be easier.)

https://github.com/ultronozm/tex-numbers.el
https://github.com/ultronozm/tex-continuous.el
https://github.com/ultronozm/preview-auto.el

tex-numbers provides an interface for retrieving label numbers from tex documents and uses this to augment some features of AUCTeX (previews, folds, ...) with correct numbering.

tex-continuous provides a minor mode in which a tex document is compiled continuously using latexmk, the error log is parsed using AUCTeX, and errors are reported via flymake.

preview-auto provides a minor mode in which AUCTeX previews generate automatically in the visible part of the buffer.

I've shared these primarily via word-of-mouth to colleagues, and have received positive feedback.  Any other feedback or suggestions would be welcome.

Thanks, best,

Paul