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 pdf

If you have latexmk:

cd MOI
latexmk -pdf main.tex

Clean artifacts:

cd MOI
make clean

Dependencies

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.