Angav (pronounced [aŋɡˈaːf]). My own LaTeX class.
To install it on Linux, simply place the .cls file in ~/texmf/tex/latex/local.
mkdir -p ~/texmf/tex/latex/local
curl -l -o ~/texmf/tex/latex/local/angav.cls https://raw.githubusercontent.com/mdbrnowski/angav/refs/heads/main/angav.clsOn macOS, the correct directory is ~/Library/texmf/tex/latex/local.
mkdir -p ~/Library/texmf/tex/latex/local
curl -l -o ~/Library/texmf/tex/latex/local/angav.cls https://raw.githubusercontent.com/mdbrnowski/angav/refs/heads/main/angav.cls