I have a report composed of multiple files where I name the master file as 'master.tex' and set
(setq-default TeX-master "master")
in my .emacs file.
I compile the master file and try to click the 'view dvi button' on the auctex toolbar in emacs, however it does not open any viewer nor it gives any error messages.
But if I open one of the files that is included from the master file and compile the whole document from under the included file and try to view the resulting dvi, it works and I can see the complete dvi. The question is that why can't I do the same from the master file, I mean viewing?(Trying on a simple example with two files, I can see the dvi from both the master and the included file, so there is sth mistaken for the above case.)
Compiling master file goes fine along with bibtex however viewing does not work, what could be the reason behind this?
C-c C-vfrom the master file and the included file, and check that the command proposed byemacsis the same in both cases. – T. Verron Feb 19 at 15:16