Tagged Questions
2
votes
0answers
39 views
Emacs doesn't recognize the latex commands (pdflatex, etc.) after installing MacTeX [duplicate]
Possible Duplicate:
pdflatex fails within Emacs.app, but works in terminal
I installed MacTex on my Mac running Lion, but emacs is not able to run the latex functions (like pdflatex) to ...
0
votes
1answer
137 views
Unable to modify modify TeX-command-list and setup pdf previewing in emacs and mactex
I am trying to setup a pdf preview command in emacs. Stumbling around the web I found the following which I thought I would try.
(eval-after-load "tex"
'(add-to-list 'TeX-command-list
'("pdfview" ...
4
votes
3answers
784 views
preview-latex does not function
Preview-latex installs, but doesn't actually preview. When I generate the preview from the source, all I see is... the source. For example, the math equations are highlighted, but not rendered.
Some ...