This repository contains the LaTeX source file main.tex
and a Makefile to facilitate the compilation process using the acmart
class.
Faculty members can write review comments using commands like \HM{...}
to include comments with their initials.
Ensure you have the following installed on your system:
- LaTeX distribution (TeX Live, etc.)
pdflatex
bibtex
Before you start, fork this repository to your own GitHub account. Click on the "Fork" button at the top right corner of this repository's GitHub page to create your own copy.
git clone <your-forked-repository-url>
cd <repository-directory>
Simply run the make command in the terminal:
make
To remove auxiliary files generated during the compilation, use:
make clean
make distclean