https://github.com/changkun/acmart
(Optimized) ACM Publication Template
https://github.com/changkun/acmart
Last synced: 11 months ago
JSON representation
(Optimized) ACM Publication Template
- Host: GitHub
- URL: https://github.com/changkun/acmart
- Owner: changkun
- Created: 2022-02-22T09:45:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T10:46:49.000Z (almost 4 years ago)
- Last Synced: 2025-01-04T23:17:59.653Z (about 1 year ago)
- Language: TeX
- Homepage:
- Size: 578 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a template for `acmart` publications. The template is suitable
for drafting a paper.
Compile author draft:
$ make draft
Compile for submission:
$ make submit
Compile for camera ready release:
$ make release
The output contains two PDF files: [`paper.pdf`](./paper.pdf) and [`paper-suppl.pdf`](./paper-suppl.pdf). The compilation should work for Linux and macOS that installed LaTeX distribution, such as TexLive and MacTex. It is unclear if the template works for Windows users.