在 frontmatter 中使用 LTXinputExample 时出错

在 frontmatter 中使用 LTXinputExample 时出错

LTXinputExample当我使用包中的命令时显示表达式frontmatter一本书的部分,我收到以下错误消息:Missing number, treated as zero. \LTXinputExample{input_example}

我不知道这条消息是关于什么的。

输入示例文件:

This an example file.

主文件:

\documentclass{book}
\usepackage{showexpl}
\begin{document}
\frontmatter
\tableofcontents
\chapter{F}
% \lstinputlisting{inputExample}
\LTXinputExample{inputExample}
\mainmatter
\chapter{M}
\LTXinputExample{inputExample}
\end{document}

奇怪的是,尽管总是出现错误,但结果似乎是正确的。

在此处输入图片描述 在此处输入图片描述

另一方面,使用\lstinputlistingfrom listings(也是由 加载showexpl)时没有错误。

这是文件的一部分log

! Missing number, treated as zero.
<to be read again> 
                   i
l.7 \LTXinputExample{inputExample}
                                  
A number should have been here; I inserted `0'.
(If you can't figure out why I needed to see a number,
look up `weird error' in the index to The TeXbook.)

(inputExample.tex)
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <7> on input line 7.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <5> on input line 7.

--------------------------------
pos=l
width=172.5pt
hsep=10.0pt
vsep=12.0pt
overhang=0pt
rframe=single
codefile=inputExample
\if@SX@wide=FALSE
\if@SX@rangeaccept=FALSE
\if@SX@varwidth=FALSE
graphicfile=, graphicparameter=[width=\linewidth ]
--------------------------------
(inputExample.tex) [3] [4

]

相关内容