diff --git a/CHANGELOG.md b/CHANGELOG.md index f3fabd1..abd815d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Updated LNCS output to the requirements of [Springer's Consent to Publish v3](http://resource-cms.springer.com/springer-cms/rest/v1/content/731196/data/v3). - If `nourl` is active, the DOI is used as link for the QR code. - Text is centered if no QR code (`nourl` + no DOI) is generated. +- ACM format adapted to [acmart](https://github.com/borisveytsman/acmart) v1.50. ## [1.0.0] - 2018-02-21 ### Added diff --git a/authorarchive.sty b/authorarchive.sty index ebd8ee6..9b50ace 100644 --- a/authorarchive.sty +++ b/authorarchive.sty @@ -91,13 +91,8 @@ \ifAA@ACM% \setkeys{AA}{publisher=ACM} - \global\boilerplate={} - \global\copyrightetc={} - \renewcommand{\conferenceinfo}[2]{} - \renewcommand{\authorcrfont}{\crnotice} - \setlength\AA@y{-\textheight+\topmargin+\headheight} % -\voffset-\topmargin-\headheight-\footskip} - \renewcommand{\authorat}[1]{\put(\LenToUnit{\AA@x},\LenToUnit{\AA@y}){#1}} - \setlength{\AA@width}{\columnwidth} + \renewcommand{\authorat}[1]{\AtPageUpperLeft{\put(\LenToUnit{\AA@x},\LenToUnit{-\paperheight}){#1}}} + \setlength{\AA@width}{\textwidth} \fi %%%% LNCS \ifAA@LNCS% diff --git a/brucker-authorarchive-2016-acm.tex b/brucker-authorarchive-2016-acm.tex new file mode 100644 index 0000000..11cc03b --- /dev/null +++ b/brucker-authorarchive-2016-acm.tex @@ -0,0 +1,43 @@ +\documentclass[sigconf]{acmart} +\copyrightyear{2017} +\acmYear{2017} +\setcopyright{acmlicensed} +\acmConference[LHack '16]{1st International Conference on \LaTeX-Hacks}{December 4--6, 2017}{Salzburg, Austria} +\acmBooktitle{LHack '16: The 1st International Conference on \LaTeX-Hacks, December 4--6, 2017, Salzburg, Austria} +\acmPrice{15.00} +\acmDOI{10.1145/000000.000000} +\acmISBN{000-0-0000-0000-0/00/00} + +\usepackage[ACM, + key=brucker-authorarchive-2016, + year=2016, + publication={Anonymous et al. (eds). Proceedings of the International + Conference on LaTeX-Hacks, ACM, 2016}, + startpage={42}, + doi={00/0000}, + nocopyright + ]{authorarchive} + +\usepackage{lipsum} + +\title{A Simple Example of the \texttt{authorarchive} Package for \LaTeX} +\author{\protect\href{http://www.brucker.ch/}{Achim D. Brucker}} +%\institute{Some Departement, Somewhere} + +\begin{document} + \maketitle{} + + \begin{abstract} + \lipsum[1-2] + \end{abstract} + + \section{Introduction} + \lipsum[1-4] + + \section{Contribution} + \lipsum[5-10] + + \section{Conclusion} + \lipsum[10-12] +\end{document} +