Run latex in Emacs

I used the start latexinside Emacsin the file .texon C-c C-c.

I just changed my car and I need to reconfigure everything. I have already installed texlive-fulland copied .emacsfrom the previous machine to the new machine.

When I open the file .texin Emacs, run C-c C-c, and then type latex, it opens another buffer with the name *tex-shell*and looks like this:

enter image description here

Can someone tell me what happened?

+3
source share
1 answer

I'm really not right now what is happening, but it looks like you want to use auctex:

sudo apt-get install auctex

and restarting emacs should solve your problem.

+5
source

All Articles