我想添加fancy-preview
到我创建的文档中。我认为最好通过一个简单的示例来学习如何使用它,所以我找到了这TeX.SE 问题。然后我尝试使用 robert.marik.cz 提供的示例文档。以下是代码:
\documentclass{article}
\usepackage{amsmath,amsthm}
\newtheorem{lemma}{Lemma}
\usepackage{hyperref} % Important!
\begin{document}
\begin{lemma}[Lemma from \cite{M}]\label{lemma}
If $k<0$, then
\begin{equation}
\label{eq:1}
x^2+k<x^2
\end{equation}
for every real number $x$.
\end{lemma}
Inequality \eqref{eq:1} in Lema \ref{lemma} can be proved easily. Is
more general than \cite[Theorem 3.4]{K}.
\begin{thebibliography}{9}
\bibitem[M]{M} Me: My book related to the problem (2006), 145 p.
% The new line is important!
\bibitem{K} Karl: Karl's paper published in some minor proceedings,
a local conferrence organized by his university (2005), 23--25.
% The new line is important!
\end{thebibliography}
\end{document}
我编译了文档,没有任何错误(或代码修改),但 PDF(在 Adobe Reader 中)没有给出预期的效果。具体来说,预览没有显示。
答案1
您必须使用fancy-preview
我在评论中提到的脚本。请按照我的回答中的指南进行操作beamer 中的鼠标悬停事件:将鼠标悬停在 \eqref 上,会弹出包含原始方程的注释。
然后在终端中运行命令:
perl fancy-preview myfile
没有文件扩展名。