我按照 Kile 的建议使用实时预览功能这个问题。在新的 Kile 中(关于框显示我正在使用 2.9.60),正向搜索也正常工作。我的问题是 Okular 显示正向搜索位置的位置(用一条细蓝线表示)在 Okular 的窗口中垂直居中。有没有办法改变位置,以便正向搜索匹配显示在 Okular 窗口的顶部?
这是我的 MWE:
\documentclass[10pt]{beamer}
\begin{document}
\begin{frame}
This is a test frame
\end{frame}
\begin{frame}
\frametitle{Test frame with columns}
\framesubtitle{Columns lead to forward search match in the title}
\begin{columns}
\begin{column}{0.5\textwidth}
This is the first column...
\end{column}
\begin{column}{0.5\textwidth}
...and this is the second column
\end{column}
\end{columns}
\end{frame}
\begin{frame}
Another test frame
\end{frame}
\end{document}
问题在于,正向搜索无法处理列,只能“找到”框架的标题。由于正向搜索匹配垂直居中,框架太靠下以至于在底部被截断:
我希望正向搜索匹配的蓝线位于 Okular 窗口顶部附近,大概在 25% 左右。这可能吗?
答案1
根据埃德加的建议,我将我的评论转化为答案。
一种解决方法是更改 Okular 显示 pdf 的方式:只需转到View > Document Viewer > Continuous
以便逐个显示帧即可。
我认为,以这种方式使用幻灯片会更加方便。
为了更具体地回答你的问题,我认为你应该联系 Kile 团队。