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
- Host: GitHub
- URL: https://github.com/aronisstav/acm-paper-base
- Owner: aronisstav
- Created: 2021-03-11T20:48:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T20:48:38.000Z (over 4 years ago)
- Last Synced: 2025-01-21T01:30:06.217Z (5 months ago)
- Language: TeX
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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