solidity-highlighting.tex 패키지에 캡션을 넣는 방법

solidity-highlighting.tex 패키지에 캡션을 넣는 방법

Solidity 목록을 표시하기 위해 다음 Latex 코드를 사용하고 있지만 캡션이 표시되지 않습니다. 나는 에서 파일을 다운로드했다.여기

누가 캡션 넣는 방법 좀 가르쳐주세요. 프로젝트 파일 링크는 다음과 같습니다.프로젝트 파일 링크 내 코드는 다음과 같습니다

\documentclass[manuscript,screen]{acmart}
\usepackage{listings}
\input{solidity-highlighting.tex}
\AtBeginDocument{%
  \providecommand\BibTeX{{%
    \normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}}
\setcopyright{acmcopyright}
\copyrightyear{2020}
\acmYear{2020}
\acmDOI{10.1145/1122445.1122456}
\begin{document}
\title{A Test of Latex}
\author{A1}
\begin{abstract}
  Testing abstract
\end{abstract}
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10002978.10003022</concept_id>
<concept_desc> and application security</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10002944.10011122.10002945</concept_id>
<concept_desc>General and reference~Surveys and overviews</concept_desc>
<concept_significance>500</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}

\ccsdesc[500]{Security and privacy~Software and application security}
\ccsdesc[500]{General and reference~Surveys and overviews}
\maketitle
\section{Introduction}
\begin{lstlisting}[language=Solidity] 
contract TestList1{

}
\end{lstlisting}
\bibliographystyle{ACM-Reference-Format}
\bibliography{sourcefile-bib}


\end{document}
\endinput

코드 출력은 다음과 같습니다.

캡션 없이 출력.

나는 다음과 같은 것을 찾고 있습니다 :

필수 출력

관련 정보