我正在尝试使用 Lyx 上的 Beamer 撰写我的论文演示文稿,但是有一个问题让我抓狂不已。
当我添加一个部分/部分或其他内容时出现此错误:
\lyxframeend
{}\section*{fghfgh}
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.
我还附上了一张截图以便了解我的问题:
请问有什么想法吗?
答案1
我觉得 LyX 有点傻。
\lyxframe
LyX 使用的自定义宏似乎\lyxframeend
只有在您手动添加时才定义开始帧和端帧在您的文档中,从左上角的下拉菜单中选择。出现问题的原因是,\lyxendframe
当您添加一个部分时,LyX 会自动添加第一个,但没有添加\lyxendframe
。因此,您必须在某个时候添加一个端帧以避免出现此错误。