私は tcolorbox を使用して、ボックス化された環境 (定義、注釈、定理など) を作成しています。ただし、Adobe Acrobat (バージョン 11.0.20) でこれらを表示する際に問題が発生します。
MWE は次のとおりです。
\documentclass{article}
\usepackage{lipsum}
\usepackage[many]{tcolorbox}
\tcbset{
definitionstyle/.style={%
enhanced,
interior style={top color=magenta!2, bottom color=magenta!15}
}}
\begin{document}
\begin{tcolorbox}[definitionstyle]
\lipsum[1]
\end{tcolorbox}
\lipsum[2]
\end{document}
これにより、ページ全体に広がる画像が生成され、tcolorbox の下のテキストも覆われます。
一方、インテリア スタイルを に置き換えると、interior style={magenta!15}
次の画像が得られます。