Beamerのボックスの影がぼかしにならない

Beamerのボックスの影がぼかしにならない

- Jiro K の投稿
返信数: 2
お世話になります。

texlive2017のBeamerでDarmstadtを使うとtitle pageの影がおかしいことに気がつきました。半月ほど前には問題ありませんでした。pdflatex、TeX + DVIのどちらでタイプセットしても変わりません。
バグでしょうか?
よろしくお願いいたします。

\documentclass{beamer}
\usetheme{Darmstadt}
% \usepackage{beamerthemesplit} // Activate for custom appearance

\title{Example Presentation Created with the Beamer Package}
\author{Till Tantau}
\date{\today}

\begin{document}

\frame{\titlepage}

\section[Outline]{}
\frame{\tableofcontents}

\section{Introduction}
\subsection{Overview of the Beamer Class}
\frame
{
\frametitle{Features of the Beamer Class}

\begin{itemize}
\item<1-> Normal LaTeX class.
\item<2-> Easy overlays.
\item<3-> No external programs needed.
\end{itemize}
}
\end{document}

Jiro K への返信

Re: Beamerのボックスの影がぼかしにならない

- 前田 一貴 の投稿
既に報告・修正済みのようです.
https://github.com/josephwright/beamer/issues/412

開発版を clone して試すと正常な影になりました.
次のリリース後に TeX Live をアップデートすれば直るのではと思います.