This project follows a modular organization for collaborative LaTeX document writing:
-
sections/: Contains individual.texfiles, with each file representing a separate section of the document. Contributors should write content by creating or editing section files in this directory. -
main.tex: The main LaTeX file that uses\input{}commands to include all section files from thesections/folder. This file orchestrates the document structure. -
build/: Stores all compilation outputs and intermediate files generated during the LaTeX build process. This directory should not be edited manually. -
assets/: Houses all resources such as figures, images, tables, and other media files referenced in the document. -
reference.bib: Contains all BibTeX entries for bibliographic references used throughout the document.
- Create or edit
.texfiles in thesections/directory for your assigned section - Add the section to
main.texusing\input{sections/your-section} - Place any images or tables in the
assets/directory - Add citations to
reference.bibin BibTeX format - Compile from
main.tex- outputs will appear inbuild/