summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex')
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex17
1 files changed, 13 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex
index 8d29ff3ea1e..66245195fb3 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex
@@ -22,7 +22,7 @@
%% in the same archive or directory.)
%%
%% The first command in your LaTeX source must be the \documentclass command.
-\documentclass[manuscript,screen]{acmart}
+\documentclass[manuscript,screen,review]{acmart}
%%
%% \BibTeX command to typeset BibTeX logo in the docs
@@ -95,6 +95,7 @@
\streetaddress{P.O. Box 1212}
\city{Dublin}
\state{Ohio}
+ \country{USA}
\postcode{43017-6221}
}
@@ -135,15 +136,23 @@
\streetaddress{8600 Datapoint Drive}
\city{San Antonio}
\state{Texas}
+ \country{USA}
\postcode{78229}}
\email{cpalmer@prl.com}
\author{John Smith}
-\affiliation{\institution{The Th{\o}rv{\"a}ld Group}}
+\affiliation{%
+ \institution{The Th{\o}rv{\"a}ld Group}
+ \streetaddress{1 Th{\o}rv{\"a}ld Circle}
+ \city{Hekla}
+ \country{Iceland}}
\email{jsmith@affiliation.org}
\author{Julius P. Kumquat}
-\affiliation{\institution{The Kumquat Consortium}}
+\affiliation{%
+ \institution{The Kumquat Consortium}
+ \city{New York}
+ \country{USA}}
\email{jpkumquat@consortium.net}
%%
@@ -290,7 +299,7 @@ Frequently-used parameters, or combinations of parameters, include:
This document uses the following string as the first command in the
source file:
\begin{verbatim}
-\documentclass[manuscript,screen]{acmart}
+\documentclass[manuscript,screen,review]{acmart}
\end{verbatim}
\section{Modifications}