An open API service indexing awesome lists of open source software.

https://github.com/aronisstav/acm-paper-base

Base files for ACM workshop papers
https://github.com/aronisstav/acm-paper-base

Last synced: 3 months ago
JSON representation

Base files for ACM workshop papers

Awesome Lists containing this project

README

        

# ACM paper

## Setup

1. You need LaTeX. On a MacOS machine you can get it by downloading
the package available here:

http://www.tug.org/mactex/mactex-download.html

2. You need make. On a MacOS machine you can get it with:

$ xcode-select --install

## "Edit - Compile - View" loop

* Edit with a plain text editor.
* Compile with `make`.
* View with a PDF editor that updates automatically, such as an
appropriately configured `Skim`:
https://tex.stackexchange.com/a/43060/5567