发布时间:2011-10-01 23:33:23
文章类别:列举lists
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770102dxps.html

QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载

选自:http://bbs.chinatex.org/forum.php?mod=viewthread&tid=7294&extra=

有网友在beamer中使用mcode也就是 listings 输出源代码时遇到如下错误:

Runaway argument?
! Paragraph ended before \lst@next was complete.
<to be read again>
\par
l.68 \end{frame}
?

怎么办?

【解决方案】

我们只需在加入listings输入代码的地方给幻灯片加个参数:

\begin{frame}[fragile]
\frametitle{Your title}

\begin{lstlisting}
code
\end{lstlisting}
\end{frame}

而简写命令如下

\frame{ … } 是不可用的。这样这个错误即可避免了。


点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部