Skip to content

Commit

Permalink
ACMTOG sample now uses author/year citations (Stephen Spencer)
Browse files Browse the repository at this point in the history
  • Loading branch information
borisveytsman committed Jan 24, 2019
1 parent 5eda9c0 commit 2b6713c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ samples/sample-acmlarge.tex: samples/sample-manuscript.tex
sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[acmlarge,screen]{acmart}/' $< > $@

samples/sample-acmtog.tex: samples/sample-manuscript.tex
sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[acmtog]{acmart}/' $< > $@
sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[acmtog]{acmart}/' $< | sed 's/^%\\citestyle{acmauthoryear}/\\citestyle{acmauthoryear}/' > $@

samples/sample-sigconf.tex: samples/sample-manuscript.tex
sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[sigconf]{acmart}/' $< | sed 's/^%%//' > $@
Expand Down
2 changes: 1 addition & 1 deletion acmart.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1776,7 +1776,7 @@
\ProvidesFile{acmart.dtx}
%</gobble>
%<class>\ProvidesClass{acmart}
[2018/12/16 v1.57 Typesetting articles for the Association for
[2018/12/16 v1.58 Typesetting articles for the Association for
Computing Machinery]
% \end{macrocode}
%
Expand Down
2 changes: 1 addition & 1 deletion samples/sample-acmtog.tex
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
% The majority of ACM publications use numbered citations and references. If you are preparing content for an event
% sponsored by ACM SIGGRAPH, you must use the "author year" style of citations and references. Uncommenting
% the next command will enable that style.
%\citestyle{acmauthoryear}
\citestyle{acmauthoryear}

%
% end of the preamble, start of the body of the document source.
Expand Down

0 comments on commit 2b6713c

Please sign in to comment.