Run latex within Emacs

emacs, latex

Solution

I don't really now what happen, but it seem you want to use auctex:

sudo apt-get install auctex

and relaunch Emacs should solve your problem.

Problem

I used to launch `latex` within `Emacs` on a `.tex` file by `C-c C-c`. I just changed my machine, and need to reconfigure all. I have already installed `texlive-full`, and copied `.emacs` from the previous machine to the new machine. When I open a `.tex` file under `Emacs`, launch `C-c C-c`, and then type `LaTeX`, it opens another buffer, named `*tex-shell*`, and looks like as so: Could anyone tell me what happened?

Original source