auctex  

[AUCTeX] Re: command on master file

henry atting
Tue, 19 Jan 2010 08:12:00 -0800

On Di, Jan 19 2010, Longmin Wang wrote:

> On Tue, Jan 19, 2010 at 08:35:42AM +0100, henry atting wrote:
>>I have a master file which only contains the preamble, the text is
>>included with `\input{raw.tex}'
>>As AuCTeX keeps track of any changes in raw.tex I can run the LaTeX
>>command on the master file.
>>
>>Probably my memory deceives me but I think to remember that I once did
>>it reverse. So, is it possible in some way to run a LaTeX command on the
>>file included and not on the master file (and, well, get the same
>>result)
>
> You may insert the following
>     %%% Local Variables:
>     %%% TeX-master: "name of main file"
>     %%% End:
> at the end of raw.tex. 

Indeed these lines were already at the end of raw.tex, but because of a
missing `:' after `End' the LaTeX command failed.

Many thanks
henry

-- 
http://literaturlatenight.de


_______________________________________________
auctex mailing list
auctex@gnu.org
http://lists.gnu.org/mailman/listinfo/auctex