Skip to content

Commit

Permalink
PACMPL: authors choose citation style
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Dec 22, 2023
1 parent bb5d966 commit ecb7df2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Resources/Author.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ The `acmart` format is maintained in a
[GitHub repository](https://github.com/borisveytsman/acmart).

Please use the following LaTeX commands:
* PACMPL journal issues: `\documentclass[acmsmall,screen]{acmart}`;
PACMPL requires author-year citation style: `\citestyle{acmauthoryear}`
* SIGPLAN proceedings: `\documentclass[sigplan,screen]{acmart}`

* PACMPL journal issues: `\documentclass[acmsmall,screen]{acmart}`.
Authors can choose either author-year citations, with `\citestyle{acmauthoryear}`, or numeric citations, with `\citestyle{acmnumeric}`.
* SIGPLAN proceedings: `\documentclass[sigplan,screen]{acmart}`.

The `review` option is strongly encouraged, but not required, for
submissions. (The `review` option will add line numbers, which make it
Expand Down

0 comments on commit ecb7df2

Please sign in to comment.