32 lines
1019 B
TeX
32 lines
1019 B
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% BEGIN acmart/acmart.tex
|
|
% Support for styles in scribble/acmart
|
|
|
|
% These are replaced by scribble/acmart/style.tex,
|
|
% which is used in combination with acmart.cls
|
|
|
|
\newcommand{\SAuthorinfo}[4]{#1}
|
|
\newcommand{\SAuthorPlace}[1]{#1}
|
|
\newcommand{\SAuthorEmail}[1]{#1}
|
|
\newcommand{\SAuthorOrcid}[1]{#1}
|
|
|
|
\newcommand{\SConferenceInfo}[2]{}
|
|
\newcommand{\SCopyrightYear}[1]{}
|
|
\newcommand{\SCopyrightData}[1]{}
|
|
\newcommand{\Sdoi}[1]{}
|
|
\newcommand{\SPexclusivelicense}[0]{}
|
|
|
|
\newcommand{\SCategory}[3]{}
|
|
\newcommand{\SCategoryPlus}[4]{}
|
|
\newcommand{\STerms}[1]{}
|
|
\newcommand{\SKeywords}[1]{}
|
|
|
|
% Normally gets re-written by the title macro:
|
|
\newcommand{\SSubtitle}[1]{{\bf #1}}
|
|
|
|
% Use ACM color; it would be better to use `citecolor` here somehow,
|
|
% but I can't figure out how to do that
|
|
\newcommand{\AutobibLink}[1]{\color{ACMPurple}{#1}}
|
|
% END acmart/acmart.tex
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|