LaTeX projects become BIG fast, it's best to keep things modular. For a big document, it is better if the source is divided into small manageable files.
Various methods of accomplishing this is explored in the folders. They're described in the table below
S. No. | Method | Description |
---|---|---|
1 | Subfiles | Using subfiles package |
When using modules, it is possible to prevent compilation of individual .tex
files by specifying the master document in a TeX magic comment
% !TeX root = main.tex