Ich schreibe eine Konferenz für einen ACM-Workshop. Ich habeeinige CCS-Konzepte herausgepicktrelevant für meinen Artikel, und ich habe den „XMLish“- und „LaTeXish“-Code dafür – aber ich bin nicht sicher, wo in meiner TeX-Datei ich ihn einfügen soll (d. h. wo ich den \printccsdesc
Befehl platzieren soll). Können Sie mich aufklären?
Antwort1
Fügen Sie den Code irgendwo vor ein \maketitle
. Verwenden Sie nicht den Befehl\printccsdesc
Zum Beispiel,
\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