Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oduwsdl/acm-paper-template
A starter LaTeX template for ACM conferences such as JCDL
https://github.com/oduwsdl/acm-paper-template
acm conference jcdl latex template
Last synced: 8 days ago
JSON representation
A starter LaTeX template for ACM conferences such as JCDL
- Host: GitHub
- URL: https://github.com/oduwsdl/acm-paper-template
- Owner: oduwsdl
- Created: 2018-02-26T01:38:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T18:52:28.000Z (over 5 years ago)
- Last Synced: 2024-11-08T09:19:40.309Z (2 months ago)
- Topics: acm, conference, jcdl, latex, template
- Language: TeX
- Size: 47.9 KB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ACM Paper Template
A starter LaTeX template for ACM conferences such as JCDL.
```
$ git clone https://github.com/oduwsdl/acm-paper-template YOUR_PAPER_NAME
$ cd YOUR_PAPER_NAME
$ rm -rf .git
$ make
```Use additional `techreport` class parameter to hide unnecessary conference metadata:
```
\documentclass[sigconf,techreport]{acmart}
```