Skip to content
Snippets Groups Projects
README.md 688 B

LAGO MOU

This is a set of macros in LaTeX to compile and build different versions of the MOU for the LAGO Project.

USAGE

  1. Define this two variables: ctr=three-letter-country and ins=three-letter-institution
  2. Copy the directory: cp -r institutions/base institutions/{ctr}-{ins}
  3. Make a symbolic link: ln -s institutions/{ctr}-{ins} local
  4. Edit and complete all the files in local: cd local
  5. When done, back to the main directory: cd ..
  6. And make
  7. Check, and if everythink is okay, cp mou.pdf local/
  8. remove aux files with make clean
  9. and erase local symlink with: rm local