Ta Quang Trung <[email protected]> writes: Hi!
> AucTex mode creates 2 separate buffers for the same master file > > ** Reproduction guide > > Start Emacs > Open the master file of a Latex project. Suppose the master Tex file > is main.tex, and at the end of the file, it contains these comments to > indicate it as the master file. > > %%% Local Variables: > %%% mode: latex > %%% TeX-master: "main" > %%% End: The master file should appoint itself as master file using %%% Local Variables: %%% TeX-master: t %%% End: i.e., it doesn't state its name as a string but just t (true, I am the Master). Bye, Tassilo _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
