使用MiKTeX在Windows 7上运行LyX。我试图将LyX的“Embedded Objects tutorial”导出为PDF,但是出现了这个错误:
Undefined control sequence
\hline
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
违规代码似乎是
\let\myHlineC\hline
\renewcommand{\hline}
{\arrayrulecolor{red}\myHlineC\arrayrulecolor{black}}
(文件第2.11.2节)。
可能相关或不相关:The document's preamble。
答案 0 :(得分:2)
您可以在线下载手册的pdf: http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
您是否安装了以下软件包? arydshln,colortbl,diagbox,lettrine,marginnote,picinpar和sidecap
虽然它说你应该能够在没有它们的情况下出口,但我发现有时它们是必需的。如果在您的情况下这是真的,您可以发布导致问题的软件包,以便我们可以尝试修复文档吗?要找到这个,请逐个安装上面的软件包并测试是否可以在每个软件包之后导出。不要忘记通过工具重新配置LyX>每次安装新软件包后重新配置。