I'm running Orgmode 8.2.10 on a Mac (El Capitan) and I'm trying to use C-c C-x C-l to preview some latex formulas. However, using the mentioned shortcut produces the error:
Can't find "latex" (needed to convert LaTeX fragments to images)
I have the following on my .emacs:
(setenv "PATH" (concat (getenv "PATH") ":/usr/local/bin/gs:/Library/TeX/texbin/"))
and I even tried adding :/Library/TeX/texbin/latex, which is where my "latex" is.