This repository stores records of the MMIV activities starting from 2019.
There should be a checked in version of the final document created by this repository in the 'builds' folder
Reach out to Hauke and Noeska or make a pull-request
Run the makefile in the 'Template' directory
You need to be able to run make before you're ready to build anything. Also, you need Ghostscript to compress the PDF as well as an installed LateX environment set up. Here's one way to go about all this:
- Download minGW
- Install mingw-base-bin and msys-base-bin
- Add the mingw bin directory to the environment variable path
- Download and install Ghostscript and also add that bin directory to the path
- Download and install a LateX building environment if you don't have one already, for example Tex Live
- Run your msys.bat file, which you can find in C:\MinGW\msys\1.0\ (if you installed MinGW on C:)
- Navigate to the directory where your Github repository lives, and run the build with the command mingw32-make
cd GitHub/MMIVActivities/Template/
mingw32-make
- Your fresh build will be in GitHub/MMIVActivities/builds