defense/src/fig/pagemask.tex

7 lines
256 B
TeX

\begin{tikzpicture}[remember picture,overlay]
\coordinate (north west) at ([yshift=-16.1mm]current page.north west);
\coordinate (south east) at (current page.south east);
\fill[opacity=.7,black] (north west) rectangle (south east);
\end{tikzpicture}%