基本信息:
- 操作系统版本:Windows 10
- TeX 版本:TeX Live 2019
- 编辑器:TeXstudio 2.12.14
详细问题:
在“pdflatex”下,迷你框架导航的“section head”超链接有效(可点击)。
但是在“xelatex”下,迷你框架导航的“section head”超链接不起作用(不可点击)。
比如下面这张图:
如何解决这个问题?
顺便说一句,我的测试代码是:
%! Tex program = pdflatex or xelatex
\documentclass[UTF8,10pt]{beamer}
\useoutertheme{infolines}
\usetheme[compress]{Berlin}
\useinnertheme{rounded}
\setbeamerfont{font of headline by me}{size*={6}{1}}
\setbeamertemplate{headline}%
{
\begin{beamercolorbox}{section in head/foot}
\usebeamerfont{font of headline by me}
\vskip2pt\insertnavigation{\paperwidth}\vskip2pt
\end{beamercolorbox}%
}
\begin{document}
\section{Sec}
\subsection{subSec1}
\begin{frame}
\frametitle{frametitle of subSec1}
Hello
\end{frame}
\begin{frame}
\frametitle{frametitle of subSec1}
Hello
\end{frame}
\subsection{subSec2}
\begin{frame}
\frametitle{frametitle of subSec2}
Hello
\end{frame}
\end{document}
答案1
此问题已在提交中修复a10b34f56937e239fa5342b21e61576e0e1e0757并包含在 beamer v3.65 或更新版本中