ljguo1020 / magicwatermark

6 stars 1 forks source link

Opacity on the first page does not work after executed the `tlmgr update` around 02/11/2024 #3

Open xiamyphys opened 1 week ago

xiamyphys commented 1 week ago

After I executed the tlmgr update around 02/11/2024, I found that opacity on the first page does not work, remains the opacity of 1.

This maybe caused by the update of LaTeX-dev, which has been discussed in the CTeX's group, I guess.

The following is the MWE:

\documentclass{article}

\usepackage{lipsum,tikz,magicwatermark}

\MagicWatermark
  {
    setup =
      {
        style = {opacity = .15}, pages = *,
        content = {\includegraphics[width = .6\linewidth]{example-image}},
      },
  }

\begin{document}

\lipsum

\end{document}
xiamyphys commented 1 week ago

Could you upload the latest version on CTAN?