A LaTeX book for the EMTS framework (Energy, Mass, Time, Space).
├── main.tex # Main document
├── build.sh # Build script (pdflatex + bibtex)
├── preamble/ # Packages, formatting, commands
├── frontmatter/ # Title, license, preface
├── part1-foundations/ # Foundations chapters
├── part2-framework-mechanics/ # Framework and mechanics
├── part3-implementation/ # Implementation chapters
├── part4-future/ # Future directions
├── backmatter/ # Conclusion, arguments/notes
├── bibliography/ # references.bib
└── figures/ # Images
Run the quick build:
./build.shThis compiles main.tex into EMTS.pdf.
- Bibliography: edit
bibliography/references.bib. All entries are included via\nocite{*}. - Build prerequisites: a LaTeX distribution with BibTeX (TeX Live or MiKTeX) and common packages (amsmath, amssymb, graphicx, hyperref, fancyvrb).