Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 216 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 216 Bytes

LaTeX document GitHub template

Ryunosuke O'Neil

Installing prerequisites

# Arch Linux
sudo pacman -S texlive-most ghostscript cmake git 

Building it

cmake -S . -B build
cmake --build build