更改包和 documentclass llncs 的问题

更改包和 documentclass llncs 的问题

我想使用该changes包突出显示我在两个版本之间所做的更改。对于大多数文档类,这很有效。但是,对于llncs 来自 Springer该命令\listofchanges无法正常工作,即生成了标题但未列出更改。

这看起来符合预期,但并未使用所需的文档类。

\documentclass{article}
\usepackage{changes}
\begin{document}
\listofchanges
\replaced{This is the article class}{Some old text}
\end{document}

这里打印了更改列表的标题,但没有打印更改本身。

\documentclass{llncs}
\usepackage{changes}
\begin{document}
\listofchanges
\replaced{This is the llncs class}{Some old text}
\end{document}

以下是我的软件包版本\listfiles

 *File List*
   llncs.cls    2015/06/24 v2.20 
 LaTeX document class for Lecture Notes in Computer Science
 article.cls    2014/09/29 v1.4h Standard LaTeX document class
  size10.clo    2014/09/29 v1.4h Standard LaTeX file (size option)
multicol.sty    2014/10/28 v1.8i multicolumn formatting (FMi)
aliascnt.sty    2009/09/08 v1.3 Alias counters (HO)
remreset.sty    
 changes.sty    2014/10/15 v2.0.3 changes package
 xkeyval.sty    2014/05/25 v2.7 package option processing (HA)
 xkeyval.tex    2014/05/25 v2.7 key=value parser (HA)
 xifthen.sty    2009/04/17 v1.3 Extended ifthen features
    etex.sty    1998/03/26 v2.0 eTeX basic definition package (PEB)
    calc.sty    2014/10/28 v4.3 Infix arithmetic (KKT,FJ)
  ifthen.sty    2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
 ifmtarg.sty    2009/09/02 v1.2a check for an empty argument
  xcolor.sty    2007/01/21 v2.11 LaTeX color extensions (UK)
   color.cfg    2007/01/18 v1.5 color configuration of teTeX/TeXLive
  pdftex.def    2011/05/27 v0.06d Graphics/color for pdfTeX
infwarerr.sty    2010/04/08 v1.3 Providing info/warning/error messages (HO)
 ltxcmds.sty    2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
pdfcolmk.sty    2008/08/11 v1.2 Color support for pdfTeX via marks (HO)
    ulem.sty    2012/05/18
truncate.sty    2001/08/20  ver 3.6
supp-pdf.mkii
 ***********

相关内容