bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24691: 11.89.5; AucTex mode creates 2 separate buffers for the same


From: Tassilo Horn
Subject: bug#24691: 11.89.5; AucTex mode creates 2 separate buffers for the same master Tex file
Date: Fri, 14 Oct 2016 22:35:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Ta Quang Trung <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]