Estoy escribiendo una conferencia para un taller de ACM. Heseleccionó algunos conceptos de CCSrelevante para mi artículo, y tengo el código "XMLish" y "LaTeXish" para ellos, pero no estoy seguro de en qué parte de mi archivo TeX debo colocarlo (es decir, dónde debo colocar el \printccsdesc
comando). ¿Iluminame?
Respuesta1
Pon el código en cualquier lugar antes \maketitle
. No uses el comando\printccsdesc
Por ejemplo,
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10010520.10010553.10010562</concept_id>
<concept_desc>Computer systems organization~Embedded systems</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10010520.10010575.10010755</concept_id>
<concept_desc>Computer systems organization~Redundancy</concept_desc>
<concept_significance>300</concept_significance>
</concept>
<concept>
<concept_id>10010520.10010553.10010554</concept_id>
<concept_desc>Computer systems organization~Robotics</concept_desc>
<concept_significance>100</concept_significance>
</concept>
<concept>
<concept_id>10003033.10003083.10003095</concept_id>
<concept_desc>Networks~Network reliability</concept_desc>
<concept_significance>100</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}
\ccsdesc[500]{Computer systems organization~Embedded systems}
\ccsdesc[300]{Computer systems organization~Redundancy}
\ccsdesc{Computer systems organization~Robotics}
\ccsdesc[100]{Networks~Network reliability}
%
% End generated code
%
\maketitle