summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-11 20:10:17 +0000
committerKarl Berry <karl@freefriends.org>2022-04-11 20:10:17 +0000
commit286b36f2a5ed034a064e53f832254a06ca0fdcec (patch)
tree42c4e0ae8fc8c3e6d4e4cbb1f39e819c378d95cf /Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex
parent88d7dd58c74be44e97f56642c74971b3944e108e (diff)
acmart (11apr22)
git-svn-id: svn://tug.org/texlive/trunk@63003 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex')
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex28
1 files changed, 22 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex
index 07b3edd7cc7..1d833afad16 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex
@@ -41,7 +41,7 @@
%% \BibTeX command to typeset BibTeX logo in the docs
\AtBeginDocument{%
\providecommand\BibTeX{{%
- \normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}}
+ Bib\TeX}}}
%% Rights management information. This information is sent to you
%% when you complete the rights form. These commands have SAMPLE
@@ -69,6 +69,19 @@
%%\acmSubmissionID{123-A56-BU3}
%%
+%% For managing citations, it is recommended to use bibliography
+%% files in BibTeX format.
+%%
+%% You can then either use BibTeX with the ACM-Reference-Format style,
+%% or BibLaTeX with the acmnumeric or acmauthoryear sytles, that include
+%% support for advanced citation of software artefact from the
+%% biblatex-software package, also separately available on CTAN.
+%%
+%% Look at the sample-*-biblatex.tex files for templates showcasing
+%% the biblatex styles.
+%%
+
+%%
%% The majority of ACM publications use numbered citations and
%% references. The command \citestyle{authoryear} switches to the
%% "author year" style.
@@ -80,6 +93,8 @@
%% the next command will enable that style.
%%\citestyle{acmauthoryear}
+
+
%%
%% end of the preamble, start of the body of the document source.
\begin{document}
@@ -87,7 +102,7 @@
%%
%% The "title" command has an optional parameter,
%% allowing the author to define a "short title" to be used in page headers.
-\title{The Name of the Title is Hope}
+\title{The Name of the Title Is Hope}
%%
%% The "author" command and its associated commands are used to define
@@ -173,7 +188,7 @@
%% other information printed in the page headers. This command allows
%% the author to define a more concise list
%% of authors' names for this purpose.
-\renewcommand{\shortauthors}{Trovato and Tobin, et al.}
+\renewcommand{\shortauthors}{Trovato et al.}
%%
%% The abstract is a short summary of the work to be presented in the
@@ -225,7 +240,6 @@
%% Keywords. The author(s) should pick words that accurately describe
%% the work being presented. Separate the keywords with commas.
\keywords{datasets, neural networks, gaze detection, text tagging}
-
%% A "teaser" image appears between the author and affiliation
%% information and the body of the document, and typically spans the
%% page.
@@ -644,6 +658,7 @@ command in the {\bfseries preamble} (before the command
\citestyle{acmauthoryear}
\end{verbatim}
+
Some examples. A paginated journal article \cite{Abril07}, an
enumerated journal article \cite{Cohen07}, a reference to an entire
issue \cite{JCohen96}, a monograph (whole book) \cite{Kosiur01}, a
@@ -672,8 +687,8 @@ command in the {\bfseries preamble} (before the command
multi-volume works as books \cite{MR781536} and \cite{MR781537}. A
couple of citations with DOIs:
\cite{2004:ITE:1009386.1010128,Kirschmer:2010:AEI:1958016.1958018}. Online
- citations: \cite{TUGInstmem, Thornburg01, CTANacmart}. Artifacts:
- \cite{R} and \cite{UMassCitations}.
+ citations: \cite{TUGInstmem, Thornburg01, CTANacmart}.
+ Artifacts: \cite{R} and \cite{UMassCitations}.
\section{Acknowledgments}
@@ -761,6 +776,7 @@ To Robert, for the bagels and explaining CMYK and color spaces.
\bibliographystyle{ACM-Reference-Format}
\bibliography{sample-base}
+
%%
%% If your work has an appendix, this is the place to put it.
\appendix