Hi there,
I have just tested it and everything works fine:
1. Grab the slackbuild script for 14.0 from slackbuilds.org
2. Grab the latest version of auctex
http://www.gnu.org/software/auctex/
3. Adjust the version numbers in slackbuild scripts (11.86 => 11.87) as well as MD5SUM
4. Make the slackbuild executable
5. Use a login shell: "su -"
No need to add anything to root's path. Whenever you build any slackbuild, it's strongly recommended to use a login shell ("su -" and not "su"). This will ensure all the necessary tools/libraries are in root's path.
6. Add the following to ~/.emacs:
Code:
(load "auctex.el" nil t t)
(load "preview-latex.el" nil t t)
I have just successfully compiled and viewed a simple .tex file.
HTH