Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 287 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 287 Bytes

Overview

This package is a simple repository for my work o the NSF GRFP.

Dependancies

  • TeX
  • CMake

Building

Building the pdfs can be completed by doing the following

  • create a new build directory (mkdir build && cd build)
  • initialize cmake (cmake ..)
  • build (make)