-
Notifications
You must be signed in to change notification settings - Fork 584
Open
Description
As the work grows, the *.tex
file can become unwieldy and confusing, especially we're writing a full-length book. It's the good practice to split the file into several files.
LaTeX makes this very easy with the commands \input{filename}
and \include{filename}
. A template for the modular latex document can be set up as follows structure:
.
├── back
│ ├── appendix-*.tex
│ ├── references.bib
│ └── ...
├── contents
│ ├── chapter-*.tex
│ └── ...
├── figures
│ ├── chapter-*
│ │ ├── *.[png/jpg/pdf]
│ │ └── ...
│ └── ...
├── main.tex
├── README.md
├── [style.tex]
├── [template.cls]
├── ...
├── LICENSE
├── Makefile
└── README.md
References
ekangmonyet, fennecJ and jcjgraf
Metadata
Metadata
Assignees
Labels
No labels