Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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}
```