Appreciate for your clear explanation. Tuan
On Apr 26, 2010 3:41 PM, "Bernhard Kleine" <[email protected]> wrote: Am Montag, den 26.04.2010, 11:13 -0400 schrieb Hoang Trong Minh Tuan: > Thanks Jose. I should comment out the files temporarily not in use. > However, is it possible, in ... You got the answer already: \includeonly{chapter2,chaptern} \begin{document} \include{chapter1} \include{chapter2} . . . \include{chaptern} \end{document} This will only compile chapter2 and chaptern. Please are so good and read the documentation. You can only use \excludeonly{chapter1,chapter2,chapter3} and compile evrything but the first three chapters. Regards Bernhard
_______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
