我有一个在Windows7上用Lyx 2.1.2创建的Lyx文档,一切都编译得很好。升级到Lyx 2.1.3后,同一文档在编译时会出现许多错误。我注意到它们与浮动数字相关,例如在我可以看到的视图源码下:
**
Figure \ref{fig:ErasOfComputingWant (2010)} adopted from \citep{Want2010}
illustrates conceptually three eras of modern computing.
The Internet of Things initially thought of as connecting things to
the Internet for the purpose of remote monitoring and control it is
now moving into the concept of ubiquitous and pervasive computing
as it creates an intelligent, invisible network fabric that can be
sensed, controlled and programmed.
\begin{figure}[th]
\begin{centering}
\includegraphics[scale=0.5]{Images/0-ComputingEras}
\par\end{centering}
\protect\caption{Three eras of modern computing, source\citep{Want2010}{\footnotesize{}\label{fig:ErasOfComputingWant (2010)}}{\footnotesize \par}}
\end{figure}** Lyx 2.1.3给出了相应的错误:
*****Runaway argument?
{Three eras of modern computing, source\citep {Want2010}{\footnotesize \ETC.
! Paragraph ended before \NR@gettitle was complete.
<to be read again>
\par
l.283 ...mputingWant (2010)}}{\footnotesize \par}}
I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.
! Extra }, or forgotten \endgroup.
<argument> ...gWant (2010)}}{\footnotesize \par }}
l.283 ...mputingWant (2010)}}{\footnotesize \par}}
I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.*****如何修复它?
1月
发布于 2015-03-20 07:43:30
感谢您的帮助,尽管我的想法是也许应该将Lyx版本2.1.3从Lyx下载部分删除,因为它存在问题。至少我不能使用它,我继续使用2.1.2
https://stackoverflow.com/questions/29096681
复制相似问题