done, but still no success
i did as you suggested, run pdflatex in my master file, which is not called master.tex, then emacs say error, then i press "ctrl+c ` ", and i see the output message error, which is here (between ****)
**********************
Running `LaTeX' on `master' with ``pdflatex -interaction=nonstopmode "\input" master.tex''
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
%&-line parsing enabled.
entering extended mode
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.
! I can't find file `master.tex'.
<*> \input master.tex
Please type another input file name
! Emergency stop.
<*> \input master.tex
**********************
but at the same time, emacs asked me (in the final space within the emacs windows) with blue letters
****
Master file (default this file): ~/dissertation/prospectus/
****
then i wrote the name of the file following /prospectus/prospectus01.tex, and i click enter, and put me in a buffer called "Web2C 7.5.6" with nothing on it, and appear a message (in the error buffer or emacs output buffer) as follows
***********************
ERROR: I can't find file `master.tex'.
--- TeX said ---
<*> \input master.tex
--- HELP ---
TeX can't find a file that it needs. If the name of the missing file
has the extension tex, then it is looking for an input file that you
specified---either your main file or another file inserted with an
\input or \include command. If the missing file has the extension sty
, then you have specified a nonexistent document style or style
option.
***********************
and a new file was created called "texput.log", which contains the following text
*******
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=pdflatex 2008.5.7) 20 AUG 2008 15:36
entering extended mode
%&-line parsing enabled.
**\input master.tex
! Emergency stop.
<*> \input master.tex
*** (job aborted, file error in nonstop mode)
Here is how much of TeX's memory you used:
3 strings out of 95086
113 string characters out of 1183199
45034 words of memory out of 1500000
3277 multiletter control sequences out of 10000+50000
3640 words of font info for 14 fonts, out of 1200000 for 2000
28 hyphenation exceptions out of 8191
4i,0n,3p,1b,8s stack positions out of 5000i,500n,6000p,200000b,5000s
! ==> Fatal error occurred, no output PDF file produced!
*******
any new suggestions????, thanks for helping me
c