I'm writing a document in LaTeX. The document is divided in .tex documents and compiled using a Makefile.
My question is, could I see the dvi/PDF for the section of the document that I'm already writing in an Emacs buffer? I mean: dividing the Emacs window in two buffers using C-x 3, with one buffer with the document and the other with the preview of the document (and sync with the changes I'm introducing on it if possible). When I try to do that the only thing I get is a floating window with the document, in another program.