! 扫描使用 \@writefile 时文件结束

! 扫描使用 \@writefile 时文件结束

当我运行报告以从 GUI 生成 PDF 时,出现以下错误。我使用的是 Texmaker 4.4.1。我还尝试删除辅助文件和其他不需要的文件。但是,这并没有帮助我摆脱这个错误。有什么想法或解决方法可以解决这个问题吗?

谢谢

排除注释‘screenonly’ 包括注释‘printonly’ 包括注释‘anonsuppress’ (./sample-sigconf.aux) 失控参数?{\contentsline {subsection}{\numberline {6.1}默认配置}{4\ETC。! 扫描@writefile 的使用时文件结束。

\par l.61 \begin{document} 我怀疑您忘记了}', causing me to read past where you wanted me to stop. I'll try to recover; but if the error is serious, you'd better typeE' 或X' now and fix your file. \openout1 =sample-sigconf.aux'。LaTeX 字体信息:在输入行 61 检查 OML/nxlmi/m/it 的默认值。LaTeX 字体信息:尝试在输入行 61 加载 OML+nxlmi 的字体信息。(/usr/share/texlive/texmf-dist/tex/latex/newtx/omlnxlmi.fd 文件:omlnxlmi.fd 2013/11/19 Fontinst v1.933 OML/nxlmi 的字体定义。)

\documentclass[sigconf]{acmart}

\usepackage{booktabs} % For formal tables

\settopmatter{printacmref=false}
\renewcommand\footnotetextcopyrightpermission[1]{} % removes footnote with conference information in first column
\pagestyle{plain} % removes running headers

\usepackage{enumitem}
\usepackage{graphicx}
\usepackage{float}

\usepackage{tikz}
\usepackage{pgfplots}
\usepackage{verbatim}

\usepackage{listings}
\usepackage{xcolor}
\lstset{
  basicstyle=\ttfamily,
  columns=fullflexible,
  breaklines=true,
  postbreak=\raisebox{0ex}[0ex][0ex]{\color{red}$\hookrightarrow$\space}
}


% Copyright
%\setcopyright{none}
%\setcopyright{acmcopyright}
%\setcopyright{acmlicensed}
%\setcopyright{rightsretained}
%\setcopyright{usgov}
%\setcopyright{usgovmixed}
%\setcopyright{cagov}
%\setcopyright{cagovmixed}


% DOI
%\acmDOI{10.475/123_4}

% ISBN
%\acmISBN{123-4567-24-567/08/06}

%Conference
%\acmConference[WOODSTOCK'97]{ACM Woodstock conference}{July 1997}{El
 % Paso, Texas USA}
%\acmYear{1997}
%\copyrightyear{2016}


%\acmArticle{4}
%\acmPrice{15.00}

% These commands are optional
%\acmBooktitle{Transactions of the ACM Woodstock conference}
%\editor{Jennifer B. Sartor}
%\editor{Theo D'Hondt}
%\editor{Wolfgang De Meuter}


\begin{document}
\title{Data Storage Performance Collation}



\author{Apurva Jagdale}
\affiliation{%
  \institution{University of Passau}
}
\email{[email protected]}


% The default list of authors is too long for headers.
%\renewcommand{\shortauthors}{B. Trovato et al.}


\begin{abstract}
``Data is the new oil!'' \cite{forbes:2018}

\end{abstract}

\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10002951.10002952.10003212.10003214</concept_id>
<concept_desc>Information systems~Database performance evaluation</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10011007.10010940.10011003.10011002</concept_id>
<concept_desc>Software and its engineering~Software performance</concept_desc>
<concept_significance>300</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}

\ccsdesc[500]{Information systems~Database performance evaluation}
\ccsdesc[300]{Software and its engineering~Software performance}

\keywords{NoSQL,Big Data,Streaming Data,Performance,Optimization}

\maketitle

\input{samplebody-conf_2}

\bibliographystyle{ACM-Reference-Format}
\newpage
\bibliography{sample_bib}

\end{document}

相关内容