MOI LaTeX Project
This folder contains the LaTeX project for the Investment Memorandum.
Files
main.tex: main document.bibliography.bib: BibTeX references.imagenes/: institutional imagery for cover and graphic resources.
Compilation
From the repo root:
cd MOI
make pdfIf you have latexmk:
cd MOI
latexmk -pdf main.texClean artifacts:
cd MOI
make cleanDependencies
The template uses packages such as apacite, helvet, titlesec, fancyhdr, setspace.
If any are missing, install the full LaTeX collection (recommended on macOS) or install individual packages with tlmgr.