The LaTeX version of the final research paper.
The paper.pdf
file is the final resulting paper.
The paper.tex
file is the LaTeX source file.
The paper.bib
file is the BibTeX reference database file.
First off, in order to support ACM style, 2 additional files are needed. These are:
- The
acmart.cls
file for\documentclass[sigconf](acmart)
. - The ACM Reference Format file for BibTeX.
Put these in the same directory as where you cloned this repository.
Now you can edit and build the paper.
Alternatively, open a terminal and do the following steps:
cd
to the directory where you want to clone this repo (e.g.cd ~/Documents
)git clone https://github.com/drtheuns/minor_riet_paper
cd minor_riet_paper
./download_sources