我甚至在一个表中就收到了很多这样的消息。我想删除至少其中的一些。
样式文件可以在这里下载:clv3.cls 链接(来自计算语言学)。它是该页面列表中的第一个文件。以下是工作环境:
% if your latex compiler failed to compile, uncomment the command below:
%\RequirePackage[2020-02-02]{latexrelease}
%\documentclass{clv3}
%% the fllowing is the suggested change by David
% save the kernel \document and \enddocument
\let\latexdocument\document
\let\latexenddocument\enddocument
%%%
\documentclass{clv3}
% restore the original below \docucumentclass{clv3}
\let\document\latexdocument
\let\enddocument\latexenddocument
% add to the standard hooks
\makeatletter
\AtBeginDocument{%
\if@filesw
\immediate\openout\@mainqry=\jobname.qry
\fi
}
\AtEndDocument{%
>\ifx\@biography\@empty\else{\par\ifbrief\vskip10pt\fi\biofont\noindent\@biography\par}\fi
\immediate\closeout\@mainqry
%\ifquery
% \process@queries\clearpage
%\else
>\ifodd\c@page\clearpage\thispagestyle{empty}\null\clearpage\else\clearpage\fi
%\fi
%\ifquery\clearpage\else\ifodd\c@page\clearpage\thispagestyle{empty}\null\clearpage\else\clearpage\fi\fi }
\makeatother
% alias numdef to cnumdef
%\NewCommandCopy{\cnumdef}{\numdef}
%\NewCommandCopy{\endcnumdef}{\endnumdef}
\let\numdef\relax \let\endnumdef\relax
%% above is the suggested change by David
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{tabularx}
\usepackage{xltabular}
\usepackage{makecell}
\usepackage{metalogo}
\usepackage{array}
\usepackage{amssymb}
% the following two lines are added by the author to show Chinese characters
%
\usepackage{CJKutf8}
\usepackage{hyperref}
% nicer emptyset
\let\oldemptyset\emptyset
\let\emptyset\varnothing
\usepackage{xcolor}
\definecolor{darkblue}{rgb}{0, 0, 0.5}
\hypersetup{colorlinks=true,citecolor=darkblue, linkcolor=darkblue, urlcolor=darkblue}
\bibliographystyle{compling}
\begin{document}
\begin{table}
\centering
\caption{Magnitude orders of English and Chinese \textit{numunit}s.}
\renewcommand{\arraystretch}{1.6}
\begin{tabular}{p{1.2cm}p{0.4cm}p{1cm}p{1.2cm}p{0.4cm}p{0.8cm}p{0.8cm}p{0.8cm}p{1cm}p{1.6cm}}
\hline
in digit & $10^1$ & $10^2$ & $10^3$ & $10^4$ & $10^6$ & $10^8$ & $10^9$ & $10^{1^2}$ & $10^{1^5}$\\
Chinese & 十 &百 &千 &万 &$\emptyset$ & 亿 & $\emptyset$ & $\emptyset$ & $\emptyset$\\
English & $\emptyset$ & hundred & thousand& $\emptyset$ & million & $\emptyset$ & billion & trillion & quadrillion\\
\hline
\end{tabular}
\label{table:magnitude}
\end{table}
\end{document}
例如,错误内容如下(更多消息请参见屏幕截图):
Overfull \hbox (3.10524pt too wide) in paragraph at lines 324--324