https://github.com/smarr/morevms-author-kit
MoreVMs'17 Workshop Author Kit with adapted Latex template
https://github.com/smarr/morevms-author-kit
Last synced: 7 months ago
JSON representation
MoreVMs'17 Workshop Author Kit with adapted Latex template
- Host: GitHub
- URL: https://github.com/smarr/morevms-author-kit
- Owner: smarr
- License: other
- Created: 2016-11-18T10:25:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T15:33:22.000Z (over 8 years ago)
- Last Synced: 2025-01-21T10:50:38.211Z (over 1 year ago)
- Language: TeX
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
MoreVMs'18 Author Kit
=====================
This repository contains an adapted version of the `acmart` sigconf latex template.
Please see [sample-sigconf.tex](sample-sigconf.tex) for an example.
The desired license for the paper can be set with either
`\publicationrights{ccbyncnd}` or `\publicationrights{ccby}` right after
`\begin{document}`.
The main settings in the latex document should thus look roughly like this:
```
% Copyright
% \setcopyright{rightsretained}
% \setcopyright{ccbyncnd}
\setcopyright{ccby}
%Conference
\acmDOI{}
\acmISBN{}
\acmConference[MoreVMs'18]{Workshop on Modern Language Runtimes, Ecosystems, and VMs}{April 2018}{Nice, France}
\acmYear{2018}
\copyrightyear{2018}
```